aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-04-21Merge remote-tracking branch 'aosp/upstream-master' into merge-from-upstream-...Jack He
2020-04-16Use stdint.h numeric types in testsJoshua Peraza
2020-04-16Use portable format macrosJoshua Peraza
2020-04-09Use stdint.h numeric typesJoshua Peraza
2020-03-19Remove true/false defines in convert_UTF.ccMichael Forney
2020-03-17Use ULONG_MAX instead of __WORDSIZE to determine native ELF architectureMichael Forney
2020-03-16Use breakpad_getcontext on all Linux platforms missing getcontextMichael Forney
2020-03-14convert_UTF: try to update xcode filesMike Frysinger
2020-03-13Fix some bugs in CheckMicrodumpContentsMichael Forney
2020-03-11Remove sys/signal.h compatibility headerMichael Forney
2020-03-10Use public fpregset_t type to define fpstate_tMichael Forney
2020-03-10Use ULONG_MAX instead of __WORDSIZE to determine ELF classMichael Forney
2020-03-10Use standard header locations for poll.h and signal.hMichael Forney
2020-03-10Use sched_yield instead of pthread_yieldMichael Forney
2020-03-10Revert "Add new dwarf 5 enums, plus some dwarf4 enums."Mike Frysinger
2020-03-10Revert "Add dwarf5 compilation-unit header handling."Mike Frysinger
2020-03-06dump_syms: Reintroduce warnings inadvertently removed by 47cd498384fdMark Mentovai
2020-02-27Add "type" option to sym_upload sym-upload-v2 mode.Nelson Billing
2020-02-22Make LibcurlWrapper support static linking.Nelson Billing
2020-02-21linux: fix symupload build failuresJoshua Peraza
2020-02-21android: truncate lower of two overlapping modulesJoshua Peraza
2020-02-20Add optional new symbol upload API to sym_upload.Nelson Billing
2020-01-29Update Xcode project files to fix build errors.Ivan Penkov
2020-01-21arm64: recover register X30(LR) when fallback to frame pointer unwinderSim Sun
2020-01-03Extract the exception record from the minidumpJoshua Peraza
2020-01-03ios: build for arm64eJoshua Peraza
2019-12-19Add dwarf5 compilation-unit header handling.Sterling Augustine
2019-12-12Add new dwarf 5 enums, plus some dwarf4 enums.Sterling Augustine
2019-12-05Enable reading DWARF4 CIEs with 32 bit addresses.Nelson Billing
2019-12-02dump_syms: handle forward reference DWARF attributesMark Mentovai
2019-11-22Fix compilation of http_upload.cc with Windows gccJon Turney
2019-11-22mac processor: Add mapping for EXC_BAD_ACCESS/KERN_CODESIGN_ERRORMark Mentovai
2019-11-12Remove dependency of uploader.mm on GTMLoggerSylvain Defresne
2019-11-05Add fallthrough annotations on new C++ switchesChristopher Grant
2019-11-01Revert "Remove use of "register" keyword, deprecated in C++17"Mark Mentovai
2019-10-30linux, client: set module name from DT_SONAMEJoshua Peraza
2019-10-29linux, dump_syms: Make style consistent in module unittestChristopher Grant
2019-10-29linux, dump_syms: Filter module entries outside specified rangesChristopher Grant
2019-10-24Add options to set OS and filenameJake Ehrlich
2019-10-24linux, dump_syms: set module name from DT_SONAMEJoshua Peraza
2019-09-04convert_UTF: rewrite in C++Mike Frysinger
2019-08-12Remove use of "register" keyword, deprecated in C++17Mark Mentovai
2019-08-07Mac dump_syms: accept __DWARF segment without __debug_info sectionMark Mentovai
2019-08-05string_conversion: fix pointer mathMike Frysinger
2019-08-04guid_creater: include string.h for memcpyMike Frysinger
2019-08-04minidump_processor: fix typo in BUS_ADRALNMike Frysinger
2019-07-23arm64: strip PACs from link register valuesJoshua Peraza
2019-07-12Improving the support for Fuchsia in Breakpad Processor.Ivan Penkov
2019-07-12Remove base_logging::LogMessageMark Mentovai
2019-07-01Fix Windows symupload after PE-only MD refactor.Nelson Billing