aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-173-30/+127
* linux: Fix segfault when there is no section header in ELF fileSim Sun2020-08-151-0/+6
* processor: subtract 1 from return pointers while scanningJoshua Peraza2020-08-141-2/+6
* Escape more characters in Mac OS sym-upload-v2 debug_file strings.Nelson Billing2020-08-121-8/+29
* [Mac]Exit with unique status in symupload when file already exists.Nelson Billing2020-08-061-11/+33
* 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-2917-406/+428
* 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-2415-154/+1229
* fix NDEBUG breakage with new dwarf5 codeMike Frysinger2020-07-161-0/+4
* fix pointer style to match the style guideMike Frysinger2020-07-15289-3776/+3771
* 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
* Make symupload exit with an error code when command-line parsing fails.Michael Moss2020-06-051-2/+6
* 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
* processor: Bound number of exception parameters readJoshua Peraza2020-04-273-4/+7
* 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-173-20/+11
* Use breakpad_getcontext on all Linux platforms missing getcontextMichael Forney2020-03-169-25/+54
* convert_UTF: try to update xcode filesMike Frysinger2020-03-141-4/+4
* Fix some bugs in CheckMicrodumpContentsMichael Forney2020-03-131-2/+2
* Remove sys/signal.h compatibility headerMichael Forney2020-03-112-36/+0
* Use public fpregset_t type to define fpstate_tMichael Forney2020-03-103-4/+6
* Use ULONG_MAX instead of __WORDSIZE to determine ELF classMichael Forney2020-03-101-4/+5
* Use standard header locations for poll.h and signal.hMichael Forney2020-03-104-4/+3
* 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-275-28/+119
* Make LibcurlWrapper support static linking.Nelson Billing2020-02-221-1/+13
* linux: fix symupload build failuresJoshua Peraza2020-02-213-7/+12
* android: truncate lower of two overlapping modulesJoshua Peraza2020-02-211-6/+3
* Add optional new symbol upload API to sym_upload.Nelson Billing2020-02-208-94/+643
* Update Xcode project files to fix build errors.Ivan Penkov2020-01-292-23/+28
* arm64: recover register X30(LR) when fallback to frame pointer unwinderSim Sun2020-01-212-0/+46
* Extract the exception record from the minidumpJoshua Peraza2020-01-033-0/+148
* ios: build for arm64eJoshua Peraza2020-01-032-3/+20
* 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