aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add simple exploitability analysis for Linux crashes.mattdr.breakpad@gmail.com2013-10-2912-212/+13578
* Switch to scoped_array instead of inappropriate scoped_ptr.jessicag.feedback2013-10-281-1/+1
* increase exception handler stack size for dumping threadvapier@chromium.org2013-10-231-1/+3
* Remove define of mach_vm_region from mach_vm_compatibility.h.qsr@chromium.org2013-10-171-1/+0
* Support symbol dumping for ARMV8 iOS apps.qsr@chromium.org2013-10-152-0/+37
* Remove unittest from sources list of iOS client xcodeproj.qsr@chromium.org2013-10-151-2/+2
* Fix missing include in ios_exception_minidump_generator.mm.qsr@chromium.org2013-10-111-0/+2
* In NonAllocatingMap, remove asserts around key/value length.rsesek@chromium.org2013-10-012-15/+0
* This patch adds required change for stackwalker_mips_unittest to pass on 64bitgordana.cmiljanovic@imgtec.com2013-09-301-1/+1
* Adding stricter validation checks to various symbol parser functions.ivan.penkov@gmail.com2013-09-253-79/+511
* Fix the Android/MIPS build.digit@chromium.org2013-09-259-21/+86
* Adding mips support for Android.gordana.cmiljanovic@imgtec.com2013-09-259-8/+126
* Handle block helper functions in Breakpad symbol parser. Block helper functi...ivan.penkov@gmail.com2013-09-191-2/+9
* Fix for a clang error which is introduced by change r1212.gordana.cmiljanovic@imgtec.com2013-09-131-2/+2
* Adding support for mips.gordana.cmiljanovic@imgtec.com2013-09-1131-39/+2095
* Fixing minidump_dump to handle nacl dumps.bradnelson@chromium.org2013-09-051-0/+1
* Update to build against the latest revision of linux_syscall_support.hmseaborn@chromium.org2013-09-051-3/+3
* Make StackWalkerAddressList use FRAME_TRUST_PREWALKED trust level.chrisha@chromium.org2013-09-042-6/+2
* Create StackFrame::FRAME_TRUST_PREWALKED trust type.chrisha@chromium.org2013-08-233-8/+17
* Create StackwalkerAddressList.chrisha@chromium.org2013-08-236-99/+683
* Allow setting a limit on the number of frames to be recovered by stack scanning.ted.mielczarek@gmail.com2013-08-1917-29/+262
* Enable the SIGABRT handler on desktop OS Xted.mielczarek@gmail.com2013-08-143-8/+53
* Updating MDRawMiscInfo to support verions 3 and 4 of the MINIDUMP_MISC_INFO_N...ivan.penkov@gmail.com2013-08-023-62/+246
* Fix erronoius address of crashinfo.auxv in minidump-2-core.thestig@chromium.org2013-07-191-1/+1
* Fix a memory leak, using stringWithUTF8String instead.yuwu@google.com2013-07-171-1/+1
* Check env var BreakpadMinidumpLocation first, if set, use it as BREAKPAD_DUMP...yuwu@google.com2013-07-151-2/+5
* Detect corrupt symbol files during minidump processing. Recover from the err...ivan.penkov@gmail.com2013-07-1134-213/+572
* Linux: Fix builds on systems without PR_SET_PTRACER in linux/prctl.h.thestig@chromium.org2013-07-021-1/+5
* Fix Android build more.thestig@chromium.org2013-07-011-0/+2
* Fix build on Android.mark@chromium.org2013-06-281-0/+5
* Fix a clang warning:mark@chromium.org2013-06-281-4/+2
* Fix a clang warning.mark@chromium.org2013-06-271-5/+7
* This change is addressing a particularly nasty issue where the stackwalkerivan.penkov@gmail.com2013-06-274-14/+76
* More robust stack walks when the IP address in the context frame is invalid (...ivan.penkov@gmail.com2013-06-265-105/+350
* Eliminate redundant initialization following r1188,mark@chromium.org2013-06-201-2/+1
* add interface for WriteMinidump which allows the caller to supply file handle...cdn@chromium.org2013-06-062-21/+64
* Make all linux ptrace dumper tests use a subprocessted.mielczarek@gmail.com2013-06-061-191/+203
* Treat warnings as error and fix most level 4 warnings in the breakpad windows...ivan.penkov@gmail.com2013-06-0412-124/+173
* Thanks to Matthew Riley who noticed this issue and provided the initial propo...ivan.penkov@gmail.com2013-05-232-12/+36
* Fixing several instances of std::vector::operator[] out of range accessivan.penkov@gmail.com2013-05-212-9/+16
* Submitting this on behalf of Xiaoling Bao.ivan.penkov@gmail.com2013-05-204-4/+17
* Ensure a proper LinuxDumper::crash_thread_ valueted.mielczarek@gmail.com2013-05-172-4/+4
* Use std::vector with a custom allocator wrapping PageAllocator for wasteful_v...ted.mielczarek@gmail.com2013-05-171-70/+29
* Avoid gmock warning "Uninteresting mock function call"ted.mielczarek@gmail.com2013-05-174-0/+22
* Always read CFI section, even when not outputing CFI information.qsr@chromium.org2013-05-161-8/+6
* Compile issue when using global string "::string". For more details take a l...ivan.penkov@gmail.com2013-05-111-2/+5
* Fix a "set but not used" compiler warning in a testmseaborn@chromium.org2013-05-101-1/+2
* Fix a "set but not used" compiler warning in libdisasmmseaborn@chromium.org2013-05-101-2/+0
* Fix following r1175: the section name is __debug_info, not .debug_info.mark@chromium.org2013-05-091-1/+1
* Check in new Windows binaries.chrisha@chromium.org2013-05-092-0/+0