aboutsummaryrefslogtreecommitdiff
path: root/src/common
Commit message (Expand)AuthorAgeFilesLines
* Revert "Refactor rangelist handling to prepare for dwarf5 .debug_rngslist"HEADmasterSterling Augustine2020-10-026-59/+48
* Refactor rangelist handling to prepare for dwarf5 .debug_rngslistSterling Augustine2020-09-286-48/+59
* Change JSON serialization error check.Nelson Billing2020-09-091-6/+11
* file_id_unittest: avoid system()Mike Frysinger2020-09-081-7/+16
* CopyFile: add a C++ APIMike Frysinger2020-09-072-0/+7
* linux: Fix leak when the offset of memory_mapped_file is greater than 0Sim Sun2020-09-051-2/+3
* Add native symbol uploads to Mac OS symupload tool.Nelson Billing2020-08-172-6/+9
* linux: Fix segfault when there is no section header in ELF fileSim Sun2020-08-151-0/+6
* Escape more characters in Mac OS sym-upload-v2 debug_file strings.Nelson Billing2020-08-121-8/+29
* Fix sym-upload-v2 whitespace in filenames.Nelson Billing2020-08-051-1/+6
* Fix v1 symupload protocol in Mac client.Nelson Billing2020-07-311-1/+1
* Fix Mac symupload non-XCode builds.Nelson Billing2020-07-2915-47/+1210
* Check for tombstone as very first entry in the line table.Sterling Augustine2020-07-271-0/+5
* Properly handle new tombstone values that now appear as a result of the llvm ...Sterling Augustine2020-07-242-1/+6
* Port new symbol API to symupload on Mac.Nelson Billing2020-07-242-141/+49
* fix NDEBUG breakage with new dwarf5 codeMike Frysinger2020-07-161-0/+4
* fix pointer style to match the style guideMike Frysinger2020-07-1597-1393/+1391
* Add support for dwarf5 line tables.Sterling Augustine2020-07-1410-65/+510
* Move GetSectionByName out of CompilationUnit.Sterling Augustine2020-06-264-26/+30
* Read dwarf5 compilation unit headers.Sterling Augustine2020-06-255-20/+119
* Add and handle various dwarf5 addrx forms.Sterling Augustine2020-06-246-10/+66
* Add and handle new dwarf5 string-related forms.Sterling Augustine2020-06-223-31/+119
* Avoid calling demangler for non-C++ symbols on LinuxMikhail Borisov2020-05-261-6/+16
* mac: Don’t try to demangle non-C++ symbols with the C++ demanglerYngve N. Pettersen2020-05-051-0/+12
* Use stdint.h numeric types in testsJoshua Peraza2020-04-163-29/+32
* Use portable format macrosJoshua Peraza2020-04-162-35/+37
* Use stdint.h numeric typesJoshua Peraza2020-04-0927-629/+624
* Remove true/false defines in convert_UTF.ccMichael Forney2020-03-191-7/+0
* Use ULONG_MAX instead of __WORDSIZE to determine native ELF architectureMichael Forney2020-03-172-19/+9
* Use breakpad_getcontext on all Linux platforms missing getcontextMichael Forney2020-03-165-25/+48
* Remove sys/signal.h compatibility headerMichael Forney2020-03-112-36/+0
* Use ULONG_MAX instead of __WORDSIZE to determine ELF classMichael Forney2020-03-101-4/+5
* Use sched_yield instead of pthread_yieldMichael Forney2020-03-102-6/+2
* Revert "Add new dwarf 5 enums, plus some dwarf4 enums."Mike Frysinger2020-03-101-221/+0
* Revert "Add dwarf5 compilation-unit header handling."Mike Frysinger2020-03-105-105/+18
* dump_syms: Reintroduce warnings inadvertently removed by 47cd498384fdMark Mentovai2020-03-061-14/+24
* Add "type" option to sym_upload sym-upload-v2 mode.Nelson Billing2020-02-274-23/+51
* Make LibcurlWrapper support static linking.Nelson Billing2020-02-221-1/+13
* linux: fix symupload build failuresJoshua Peraza2020-02-212-6/+11
* Add optional new symbol upload API to sym_upload.Nelson Billing2020-02-207-91/+605
* Add dwarf5 compilation-unit header handling.Sterling Augustine2019-12-195-18/+105
* Add new dwarf 5 enums, plus some dwarf4 enums.Sterling Augustine2019-12-121-0/+221
* Enable reading DWARF4 CIEs with 32 bit addresses.Nelson Billing2019-12-053-18/+53
* dump_syms: handle forward reference DWARF attributesMark Mentovai2019-12-022-13/+35
* Fix compilation of http_upload.cc with Windows gccJon Turney2019-11-221-34/+34
* Add fallthrough annotations on new C++ switchesChristopher Grant2019-11-052-25/+99
* linux, client: set module name from DT_SONAMEJoshua Peraza2019-10-301-7/+5
* linux, dump_syms: Make style consistent in module unittestChristopher Grant2019-10-291-63/+63
* linux, dump_syms: Filter module entries outside specified rangesChristopher Grant2019-10-294-0/+120
* Add options to set OS and filenameJake Ehrlich2019-10-243-20/+43