aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-04Add a variable to allow adding an extra include path for LSS.Bryan Klimt
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-19Fix 'make distcheck'Jon Turney
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-14codereview.settings: do not force squashing behaviorMike 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-08-03Updated lss to fix compiling with GCC 9Henri Hyyryläinen
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
2019-06-28Explicitly LoadLibrary dbghelp.dll in symbol converter.Nelson Billing
2019-06-27Fix clang build warnings/errors for windows symbol converter.Nelson Billing
2019-06-25Fix windows symbol converter blacklisting.Nelson Billing
2019-06-25Fix dump_syms clang Windows build.Nelson Billing
2019-06-24Fix breakpad client build.Nelson Billing
2019-06-24Add PE-only MD support to Windows symbol converter.Nelson Billing
2019-06-19Fix 'debug_file' in PESourceLineWriter.Nelson Billing
2019-06-18Fix symbol converter after PE-only MD refactor.Nelson Billing
2019-06-18Fix common_windows.gyp.Nelson Billing
2019-06-18Move Windows Symbol Converter to breakpadNelson Billing
2019-06-18Mac upload_system_symbols: make dump of /Library/QuickTime optionalMark Mentovai
2019-06-18Mac upload_system_symbols: use log.Fatalf where formatting is desiredMark Mentovai
2019-06-14configure.ac: Workaround gtest-config not being installed.Allen Webb
2019-06-12Enable PE-only metadata dumping for 64bit (aka. PE32+ format) PEs files.Nelson Billing
2019-06-12Port new symbol upload API to Windows symupload tool.Nelson Billing
2019-06-11Removed unused includes/declarationsJoshua Peraza
2019-06-11fix build failuresJoshua Peraza
2019-06-11Enable truncation of module rangesJoshua Peraza
2019-06-04linux: fix broken testsJoshua Peraza
2019-05-29Fix a build break with SDK 10.14.Ivan Penkov