| Commit message (Expand) | Author | Age | Files | Lines |
* | disable unittests under ASAN that use memory crashes | vapier@chromium.org | 2013-12-11 | 3 | -5/+39 |
* | Address additional comments from r1248. Fix the register to check and fix som... | thestig@chromium.org | 2013-12-10 | 1 | -5/+5 |
* | Conditionalize use of <cpuid.h> header | mcgrathr@chromium.org | 2013-12-10 | 1 | -1/+4 |
* | Use AM_MAINTAINER_MODE so configure supports --enable-maintainer-mode | ted.mielczarek@gmail.com | 2013-12-10 | 1 | -0/+5 |
* | check for and enable Large File Support automatically | vapier@chromium.org | 2013-12-10 | 1 | -0/+6 |
* | Fix Windows release build error due to unreferenced variables. | thestig@chromium.org | 2013-12-09 | 1 | -22/+15 |
* | Add MMX detection when getting registers in Linux. | thestig@chromium.org | 2013-12-09 | 1 | -2/+11 |
* | Back out r1244 | mark@chromium.org | 2013-12-09 | 1 | -1/+11 |
* | Switch armv7 setting to arm_version==7. | mark@chromium.org | 2013-12-08 | 1 | -6/+6 |
* | Add include guards and avoid redefinition of false/true in convert_UTF. | mark@chromium.org | 2013-12-05 | 2 | -0/+10 |
* | Avoid redefinition of global static debug flag and remove unneeded | mark@chromium.org | 2013-12-05 | 1 | -11/+1 |
* | Do not read CFI section when not outputing CFI information. | qsr@chromium.org | 2013-12-04 | 1 | -10/+14 |
* | Fix unused method warning. | ivan.penkov@gmail.com | 2013-12-03 | 1 | -0/+2 |
* | Fixing several instances of wrong printf format specifiers. | ivan.penkov@gmail.com | 2013-12-03 | 1 | -3/+3 |
* | Add missing #include of eintr_wrapper.h to auto_testfile.h. Since it's | mark@chromium.org | 2013-12-03 | 4 | -19/+16 |
* | Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close. | mark@chromium.org | 2013-12-03 | 7 | -19/+26 |
* | Re-enable ios_exception_minidump_generator being built on non-ARM. | blundell@chromium.org | 2013-12-02 | 1 | -5/+9 |
* | In iOS, BREAKPAD_OUTPUT_DUMP_FILE value contains a malformed full path to the... | qsr@chromium.org | 2013-11-26 | 1 | -2/+1 |
* | Process minidumps generated on ARM64 in iOS apps. | mark@chromium.org | 2013-11-23 | 11 | -10/+1342 |
* | Generate minidumps for 64-bit ARM apps on iOS. | mark@chromium.org | 2013-11-21 | 12 | -62/+418 |
* | Provide BreakpadGetCrashReportCount() and -[BreakpadController | mark@chromium.org | 2013-11-20 | 4 | -10/+30 |
* | Allow SIGABRT to abort the program. | thestig@chromium.org | 2013-11-07 | 1 | -2/+3 |
* | Use register %ebp (instead of %esp) when calculating the value of | ivan.penkov@gmail.com | 2013-11-05 | 2 | -13/+245 |
* | Add support for configuring the minimum log level at compile time | mark@chromium.org | 2013-11-05 | 1 | -3/+14 |
* | NSLocalizedString compatibility (10.8 SDK and clang trunk -Wformat-extra-args) | mark@chromium.org | 2013-11-05 | 1 | -12/+12 |
* | map_serializers_unittest: fix unused variable warning | vapier@chromium.org | 2013-10-30 | 1 | -2/+0 |
* | Print response code when sym_upload fails. | mattdr.breakpad@gmail.com | 2013-10-29 | 1 | -0/+1 |
* | Add some symbols missing from my last commit. | mattdr.breakpad@gmail.com | 2013-10-29 | 3 | -0/+15137 |
* | Add simple exploitability analysis for Linux crashes. | mattdr.breakpad@gmail.com | 2013-10-29 | 10 | -212/+13551 |
* | Switch to scoped_array instead of inappropriate scoped_ptr. | jessicag.feedback | 2013-10-28 | 1 | -1/+1 |
* | increase exception handler stack size for dumping thread | vapier@chromium.org | 2013-10-23 | 1 | -1/+3 |
* | Remove define of mach_vm_region from mach_vm_compatibility.h. | qsr@chromium.org | 2013-10-17 | 1 | -1/+0 |
* | Support symbol dumping for ARMV8 iOS apps. | qsr@chromium.org | 2013-10-15 | 2 | -0/+37 |
* | Remove unittest from sources list of iOS client xcodeproj. | qsr@chromium.org | 2013-10-15 | 1 | -2/+2 |
* | Fix missing include in ios_exception_minidump_generator.mm. | qsr@chromium.org | 2013-10-11 | 1 | -0/+2 |
* | In NonAllocatingMap, remove asserts around key/value length. | rsesek@chromium.org | 2013-10-01 | 2 | -15/+0 |
* | This patch adds required change for stackwalker_mips_unittest to pass on 64bit | gordana.cmiljanovic@imgtec.com | 2013-09-30 | 1 | -1/+1 |
* | Adding stricter validation checks to various symbol parser functions. | ivan.penkov@gmail.com | 2013-09-25 | 3 | -79/+511 |
* | Fix the Android/MIPS build. | digit@chromium.org | 2013-09-25 | 2 | -0/+55 |
* | Adding mips support for Android. | gordana.cmiljanovic@imgtec.com | 2013-09-25 | 9 | -8/+126 |
* | Handle block helper functions in Breakpad symbol parser. Block helper functi... | ivan.penkov@gmail.com | 2013-09-19 | 1 | -2/+9 |
* | Fix for a clang error which is introduced by change r1212. | gordana.cmiljanovic@imgtec.com | 2013-09-13 | 1 | -2/+2 |
* | Adding support for mips. | gordana.cmiljanovic@imgtec.com | 2013-09-11 | 29 | -39/+1914 |
* | Fixing minidump_dump to handle nacl dumps. | bradnelson@chromium.org | 2013-09-05 | 1 | -0/+1 |
* | Update to build against the latest revision of linux_syscall_support.h | mseaborn@chromium.org | 2013-09-05 | 1 | -3/+3 |
* | Make StackWalkerAddressList use FRAME_TRUST_PREWALKED trust level. | chrisha@chromium.org | 2013-09-04 | 2 | -6/+2 |
* | Create StackFrame::FRAME_TRUST_PREWALKED trust type. | chrisha@chromium.org | 2013-08-23 | 3 | -8/+17 |
* | Create StackwalkerAddressList. | chrisha@chromium.org | 2013-08-23 | 3 | -0/+359 |
* | Allow setting a limit on the number of frames to be recovered by stack scanning. | ted.mielczarek@gmail.com | 2013-08-19 | 17 | -29/+262 |
* | Enable the SIGABRT handler on desktop OS X | ted.mielczarek@gmail.com | 2013-08-14 | 3 | -8/+53 |