aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Use general instruction/stack pointer convenience method instead of manuallyLiu.andrew.x@gmail.com2015-06-307-33/+74
* Checking for benign exceptions that trigger a minidump.Liu.andrew.x@gmail.com2015-06-303-3/+62
* This CL adds support for ARM and ARM64 architectures when calculatingLiu.andrew.x@gmail.com2015-06-301-1/+8
* Adjust breakpad module size to match adjusted start_addr.rmcilroy@chromium.org2015-06-301-4/+9
* Checking location of the instruction pointer to see if it isLiu.andrew.x@gmail.com2015-06-256-0/+71
* Reconfigured options for sym_upload to not treat h and ? flags as invalid opt...ivanpe@chromium.org2015-06-221-0/+5
* Fix signal propagation logic for Linux/Android exception handler.primiano@chromium.org2015-06-221-2/+15
* Use local variable for out parameter rather than direct use of ivarivanpe@chromium.org2015-06-201-2/+3
* Update breakpad for Android packed relocations.rmcilroy@chromium.org2015-06-195-2/+223
* [microdump] Add build fingerprint and product info metadata.primiano@chromium.org2015-05-156-50/+163
* 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