aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* convert_UTF: rewrite in C++Mike Frysinger2019-09-045-22/+31
* Remove use of "register" keyword, deprecated in C++17Mark Mentovai2019-08-121-1/+1
* Mac dump_syms: accept __DWARF segment without __debug_info sectionMark Mentovai2019-08-072-15/+8
* string_conversion: fix pointer mathMike Frysinger2019-08-053-2/+67
* guid_creater: include string.h for memcpyMike Frysinger2019-08-041-0/+1
* minidump_processor: fix typo in BUS_ADRALNMike Frysinger2019-08-041-1/+1
* arm64: strip PACs from link register valuesJoshua Peraza2019-07-232-1/+33
* Improving the support for Fuchsia in Breakpad Processor.Ivan Penkov2019-07-125-7/+124
* Remove base_logging::LogMessageMark Mentovai2019-07-121-13/+1
* Fix Windows symupload after PE-only MD refactor.Nelson Billing2019-07-011-1/+1
* Explicitly LoadLibrary dbghelp.dll in symbol converter.Nelson Billing2019-06-281-0/+54
* Fix clang build warnings/errors for windows symbol converter.Nelson Billing2019-06-274-26/+25
* Fix windows symbol converter blacklisting.Nelson Billing2019-06-251-2/+3
* Fix dump_syms clang Windows build.Nelson Billing2019-06-253-23/+13
* Fix breakpad client build.Nelson Billing2019-06-241-1/+1
* Add PE-only MD support to Windows symbol converter.Nelson Billing2019-06-2412-56/+314
* Fix 'debug_file' in PESourceLineWriter.Nelson Billing2019-06-193-15/+29
* Fix symbol converter after PE-only MD refactor.Nelson Billing2019-06-182-2/+2
* Fix common_windows.gyp.Nelson Billing2019-06-183-1/+1
* Move Windows Symbol Converter to breakpadNelson Billing2019-06-1821-0/+3056
* Mac upload_system_symbols: make dump of /Library/QuickTime optionalMark Mentovai2019-06-181-4/+16
* Mac upload_system_symbols: use log.Fatalf where formatting is desiredMark Mentovai2019-06-181-7/+7
* Enable PE-only metadata dumping for 64bit (aka. PE32+ format) PEs files.Nelson Billing2019-06-1212-328/+1020
* Port new symbol upload API to Windows symupload tool.Nelson Billing2019-06-126-385/+853
* Removed unused includes/declarationsJoshua Peraza2019-06-112-4/+0
* fix build failuresJoshua Peraza2019-06-114-0/+4
* Enable truncation of module rangesJoshua Peraza2019-06-1112-108/+484
* linux: fix broken testsJoshua Peraza2019-06-042-4/+4
* Fix a build break with SDK 10.14.Ivan Penkov2019-05-291-2/+2
* Fix orphaned crash reports.John Z Wu2019-05-151-1/+13
* Increase timeout of HTTPMultipartUpload from 10s to 60s.John Z Wu2019-05-131-1/+1
* Linux breakpad_unittests: fix ThreadSanitizer problemsMark Mentovai2019-04-265-9/+52
* Linux MinidumpWriter: fix stack-use-after-scope violationMark Mentovai2019-04-261-2/+4
* [Breakpad iOS] Add a callback on report upload completion.Olivier Robin2019-04-236-23/+88
* Make breakpad_unittests work with Chrome's test runner instead of gtest'sMark Mentovai2019-04-193-3/+13
* Use correct c++ standard library in Xcode project.John Z Wu2019-04-191-0/+2
* linux_core_dumper: add missing newline to Android test-disabled messageMark Mentovai2019-04-091-3/+3
* linux_core_dumper: partially disable test on AndroidMike Frysinger2019-04-071-0/+9
* mac dump_syms: remove unused vars to fix -Werror build failuresMike Frysinger2019-04-051-1/+0
* linux_core_dumper: add explicit casts for exception fieldsMike Frysinger2019-03-301-3/+10
* mac dump_syms: Support .dSYMs > 4GB (partially)Mark Mentovai2019-03-282-10/+34
* Fix dump_syms unit tests on Windows.Nelson Billing2019-03-186-317/+317
* linux_core_dumper: handle missing SIGSYS supportMike Frysinger2019-03-142-0/+8
* linux_core_dumper: support setting exception_informationMike Frysinger2019-03-124-1/+76
* linux_core_dumper: add a fallback definition for NT_SIGINFOMike Frysinger2019-03-072-0/+6
* core2md: write error message with perrorMike Frysinger2019-03-041-1/+1
* linux_core_dumper: support NT_SIGINFO for reading crashing addressMike Frysinger2019-03-031-0/+23
* Replace TYPED_TEST_CASE with TYPED_TEST_SUITE.Lei Zhang2019-02-283-3/+3