aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Roll src/src/third_party/lss/ f70e2f164..fd00dbbd0 (2 commits)Michael Forney2020-03-172-2/+2
* Use breakpad_getcontext on all Linux platforms missing getcontextMichael Forney2020-03-1614-87/+124
* 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
* Add google_crashdump_uploader_test to .gitignoreMichael Forney2020-03-111-0/+1
* Remove redundant LINUX_HOST conditionalMichael Forney2020-03-112-39/+30
* 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-062-15/+25
* 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-2011-94/+875
* Update Xcode project files to fix build errors.Ivan Penkov2020-01-292-23/+28
* Roll src/src/third_party/lss/ 8048ece6c..f70e2f164 (3 commits)Michael Forney2020-01-251-1/+1
* 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
* Enable reading DWARF4 CIEs with 32 bit addresses.Nelson Billing2019-12-053-18/+53
* Add a variable to allow adding an extra include path for LSS.Bryan Klimt2019-12-041-1/+2
* 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
* mac processor: Add mapping for EXC_BAD_ACCESS/KERN_CODESIGN_ERRORMark Mentovai2019-11-222-0/+5
* Fix 'make distcheck'Jon Turney2019-11-192-8/+12
* Remove dependency of uploader.mm on GTMLoggerSylvain Defresne2019-11-121-12/+12
* Add fallthrough annotations on new C++ switchesChristopher Grant2019-11-053-41/+100
* Revert "Remove use of "register" keyword, deprecated in C++17"Mark Mentovai2019-11-011-1/+1
* linux, client: set module name from DT_SONAMEJoshua Peraza2019-10-302-24/+32
* 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-244-26/+73
* linux, dump_syms: set module name from DT_SONAMEJoshua Peraza2019-10-244-44/+78