aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix signal propagation logic for Linux/Android exception handler.primiano@chromium.org2015-04-301-1/+2
* Support object files larger than 2**32.erikchen@chromium.org2015-04-227-40/+189
* [MIPS]: Use mcontext_t structure for MIPSrmcilroy@chromium.org2015-04-219-160/+134
* Fix call to rt_sigactioncjhopman@chromium.org2015-04-151-4/+4
* MIPS64: Initial MIPS64 related change.mark@chromium.org2015-04-1514-20/+156
* Use __NR_rt_sigaction instead of __NR_sigactionmark@chromium.org2015-04-131-1/+1
* Microdump processor: be more tolerant for different logcat formatsprimiano@chromium.org2015-04-131-1/+1
* Add address and reason for IN_PAGE_ERROR.mark@chromium.org2015-04-105-3/+8661
* Workaround Android sigaction bugmark@chromium.org2015-04-101-3/+21
* Fix compilation with gcc --std=c++11ted.mielczarek@gmail.com2015-03-246-18/+18
* Fix compatibility with Android NDK r10d.primiano@chromium.org2015-03-162-17/+20
* Make breakpad compatible with Android NDK r10d.primiano@chromium.org2015-03-102-5/+16
* Microdump writer: stop using new/malloc in compromised contextprimiano@chromium.org2015-03-101-9/+13
* Fix Windows dump_syms x64 linkingted.mielczarek@gmail.com2015-03-061-2/+20
* Formatting tweak for https://breakpad.appspot.com/9774002, add more newlinested.mielczarek@gmail.com2015-02-271-4/+5
* Add stack contents output functionality to minidump_stackwalkhashimoto@chromium.org2015-02-274-14/+185
* Update license on convert_UTF.* to the standard Unicode license.mark@chromium.org2015-02-252-32/+64
* Add option to Breakpad to consume INVALID_HANDLE_VALUE exceptions.wfh@chromium.org2015-02-222-0/+19
* 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