aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Cleanup Linux debug link file handling code.thestig@chromium.org2015-02-101-44/+74
* Fix overflow error in breakpad for linuxmark@chromium.org2015-02-051-4/+4
* Add unit tests for overlapping functions and externs.thestig@chromium.org2015-02-041-0/+68
* Handle ARM THUMB functions when removing duplicate PUBLIC entries.thestig@chromium.org2015-02-031-3/+18
* Follow debug link correctlyhashimoto@chromium.org2015-02-032-50/+52
* Demangle symbol namehashimoto@chromium.org2015-02-032-1/+12
* Handle failures of copying process data from a core file.benchan@chromium.org2015-02-026-16/+31
* Replace uses of hash_map with unordered_mapted.mielczarek@gmail.com2015-02-021-6/+6
* Remove unneeded definitions of O_BINARYvapier@chromium.org2015-01-282-2/+0
* Remove unused variable 'kGUIDStringSize' in microdump_writer_unittest.benchan@chromium.org2015-01-281-4/+0
* Stop calling memmove when unnecessaryhashimoto@chromium.org2015-01-271-2/+4
* Fix some fragile code that is likely to cause future memory corruptionerikchen@chromium.org2015-01-278-58/+62
* Fix a source of memory corruption.erikchen@chromium.org2015-01-261-7/+13
* Fix the scope on the initialization of kMicrodumpOnConsole to match header.primiano@chromium.org2015-01-091-1/+2
* Modify minidump_stackwalk to be more tolerant of overlapping ranges.wfh@chromium.org2014-12-201-6/+20
* Add microdump files to project.jessicag.feedback@gmail.com2014-12-111-0/+6
* Remove pointers from serialized file formatmdempsky@chromium.org2014-12-114-23/+108
* Breakpad: Fix build with new clang versions.mark@chromium.org2014-12-102-2/+2
* dump_syms: Fix handling of DW_FORM_ref_addr to work with DWARF 4mseaborn@chromium.org2014-12-031-6/+7
* Microdumps: support aarch64 and lib mapping from APKprimiano@chromium.org2014-12-0221-776/+148959
* Surfacing the process create time in google_breakpad::ProcessStateivanpe@chromium.org2014-11-2510-15/+123
* Introduce microdump_stackwalk comand line executableprimiano@chromium.org2014-11-258-734/+1354
* Fix microdump_writer and add unittest.primiano@chromium.org2014-11-252-10/+150
* Microdump processing implementationmmandlis@chromium.org2014-11-1910-5/+982
* Add parameter --product to symupload.exeivanpe@chromium.org2014-11-176-959/+737
* Fix UMR and potential crash in Mac dump_syms.mark@chromium.org2014-11-051-1/+2
* Read dynamic symbols table even if binary contains debug infoted.mielczarek@gmail.com2014-11-032-43/+51
* Fix Windows client compilation on mingw.ted.mielczarek@gmail.com2014-11-0315-32/+45
* Introduce microdump writer class.primiano@chromium.org2014-10-287-21/+490
* Fix breakpad on mips and x86_64 for the NDK r10c update.primiano@chromium.org2014-10-244-7/+92
* Update breakpad to support Android NDK r10cprimiano@chromium.org2014-10-213-445/+6
* Revert "Remove unecessary headers following NDK r10c update."primiano@chromium.org2014-10-212-0/+484
* Remove unecessary headers following NDK r10c update.primiano@chromium.org2014-10-212-484/+0
* Fixing the Mac Inspector build by adding the launch_report dependency to the ...ivanpe@chromium.org2014-10-171-0/+10
* Refactor .so name detection logic in minidump/linux_dumper.primiano@chromium.org2014-10-173-54/+70
* The process uptime computation when the Windows out-of-process Crash Generationivanpe@chromium.org2014-10-151-2/+4
* Linux multiprocess crash reporter: use pipe instead of socketpair in the clientted.mielczarek@gmail.com2014-10-092-9/+2
* Remove workaround for Linux credential-passing bugted.mielczarek@gmail.com2014-10-091-127/+0
* Microdumps: refactor out common parts of minidump_writer.ccprimiano@chromium.org2014-10-0110-619/+993
* Fix some nits raised by Timur for r1385.thestig@chromium.org2014-09-241-3/+2
* IWYU in minidump_writer.cc to fix building with libc++ after r1385.thestig@chromium.org2014-09-241-0/+1
* Linux: Call memset() in a couple places in ExceptionHandler to avoid uninit m...thestig@chromium.org2014-09-232-35/+32
* Fix clang compilation error introduced in r1380.rmcilroy@chromium.org2014-09-221-1/+1
* Add inttypes for windows in dump_contextmmandlis@chromium.org2014-09-191-0/+10
* Extend mapping merge to include reserved but unused mappings.rmcilroy@chromium.org2014-09-191-0/+18
* GoogleCrashdumpUploader: adds Upload(string*) API to get the HTTP response.gunsch@chromium.org2014-09-186-19/+46
* Fixes common_unittests build.thestig@chromium.org2014-09-173-0/+13
* Fix Windows client unittests build: add missing code filesmmandlis@chromium.org2014-09-161-0/+2
* Making the Mac build of crash_report work again after the last SVN syncmmandlis@chromium.org2014-09-161-0/+20
* Mac: Add support for in-process crash reporting to Breakpad.andresantoso@chromium.org2014-09-158-49/+196