aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* disable unittests under ASAN that use memory crashesvapier@chromium.org2013-12-113-5/+39
* Address additional comments from r1248. Fix the register to check and fix som...thestig@chromium.org2013-12-101-5/+5
* Conditionalize use of <cpuid.h> headermcgrathr@chromium.org2013-12-101-1/+4
* Use AM_MAINTAINER_MODE so configure supports --enable-maintainer-modeted.mielczarek@gmail.com2013-12-101-0/+5
* check for and enable Large File Support automaticallyvapier@chromium.org2013-12-101-0/+6
* Fix Windows release build error due to unreferenced variables.thestig@chromium.org2013-12-091-22/+15
* Add MMX detection when getting registers in Linux.thestig@chromium.org2013-12-091-2/+11
* Back out r1244mark@chromium.org2013-12-091-1/+11
* Switch armv7 setting to arm_version==7.mark@chromium.org2013-12-081-6/+6
* Add include guards and avoid redefinition of false/true in convert_UTF.mark@chromium.org2013-12-052-0/+10
* Avoid redefinition of global static debug flag and remove unneededmark@chromium.org2013-12-051-11/+1
* Do not read CFI section when not outputing CFI information.qsr@chromium.org2013-12-041-10/+14
* Fix unused method warning.ivan.penkov@gmail.com2013-12-031-0/+2
* Fixing several instances of wrong printf format specifiers.ivan.penkov@gmail.com2013-12-031-3/+3
* Add missing #include of eintr_wrapper.h to auto_testfile.h. Since it'smark@chromium.org2013-12-034-19/+16
* Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close.mark@chromium.org2013-12-037-19/+26
* Re-enable ios_exception_minidump_generator being built on non-ARM.blundell@chromium.org2013-12-021-5/+9
* In iOS, BREAKPAD_OUTPUT_DUMP_FILE value contains a malformed full path to the...qsr@chromium.org2013-11-261-2/+1
* Process minidumps generated on ARM64 in iOS apps.mark@chromium.org2013-11-2311-10/+1342
* Generate minidumps for 64-bit ARM apps on iOS.mark@chromium.org2013-11-2112-62/+418
* Provide BreakpadGetCrashReportCount() and -[BreakpadControllermark@chromium.org2013-11-204-10/+30
* Allow SIGABRT to abort the program.thestig@chromium.org2013-11-071-2/+3
* Use register %ebp (instead of %esp) when calculating the value ofivan.penkov@gmail.com2013-11-052-13/+245
* Add support for configuring the minimum log level at compile timemark@chromium.org2013-11-051-3/+14
* NSLocalizedString compatibility (10.8 SDK and clang trunk -Wformat-extra-args)mark@chromium.org2013-11-051-12/+12
* map_serializers_unittest: fix unused variable warningvapier@chromium.org2013-10-301-2/+0
* Print response code when sym_upload fails.mattdr.breakpad@gmail.com2013-10-291-0/+1
* Add some symbols missing from my last commit.mattdr.breakpad@gmail.com2013-10-293-0/+15137
* Add simple exploitability analysis for Linux crashes.mattdr.breakpad@gmail.com2013-10-2910-212/+13551
* 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-252-0/+55
* 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-1129-39/+1914
* 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-233-0/+359
* 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