| Commit message (Expand) | Author | Age | Files | Lines |
* | Provide helper wrappers for basename(3) and dirname(3) | Tobias Sargeant | 2017-10-18 | 1 | -1/+2 |
* | Convert {mini|micro}dump_stackwalk argument parsing to getopt. | Tobias Sargeant | 2017-10-16 | 1 | -60/+70 |
* | Increase maximum number of regions for minidump_stackwalk. | Lars Volker | 2017-07-28 | 1 | -1/+3 |
* | Increase maximum number of threads for minidump_stackwalk. | Lars Volker | 2017-03-28 | 1 | -0/+4 |
* | Revert "Added a switch to dump minidump modules in minidump_stackwalk." | Lei Zhang | 2016-02-10 | 1 | -20/+5 |
* | Added a switch to dump minidump modules in minidump_stackwalk. | Lei Zhang | 2016-01-29 | 1 | -5/+20 |
* | Add stack contents output functionality to minidump_stackwalk | hashimoto@chromium.org | 2015-02-27 | 1 | -8/+27 |
* | Introduce microdump_stackwalk comand line executable | primiano@chromium.org | 2014-11-25 | 1 | -734/+9 |
* | Print more x86-64 registers in minidump_stackwalk | ted.mielczarek@gmail.com | 2014-05-30 | 1 | -4/+22 |
* | Process minidumps generated on ARM64 in iOS apps. | mark@chromium.org | 2013-11-23 | 1 | -1/+140 |
* | Adding support for mips. | gordana.cmiljanovic@imgtec.com | 2013-09-11 | 1 | -1/+58 |
* | Detect corrupt symbol files during minidump processing. Recover from the err... | ivan.penkov@gmail.com | 2013-07-11 | 1 | -6/+14 |
* | minidump_stackwalk should display r12 in ARM stack traces | ted.mielczarek@gmail.com | 2013-04-17 | 1 | -0/+2 |
* | Keeping track of modules without symbols during crash report processing. | ivan.penkov@gmail.com | 2013-03-06 | 1 | -9/+48 |
* | Use stdint types everywhere | ted.mielczarek@gmail.com | 2013-03-06 | 1 | -8/+8 |
* | minidump_stackwalk: Show argument registers for ARM stack traces | ted.mielczarek@gmail.com | 2013-01-31 | 1 | -0/+11 |
* | Print the correct return address, even on architectures where StackFrame::ins... | jimblandy | 2013-01-22 | 1 | -8/+12 |
* | Move scoped_ptr.h to common | ted.mielczarek@gmail.com | 2013-01-17 | 1 | -1/+1 |
* | Cleaning up google-breakpad source code of signed-unsigned comparison warnings | ivan.penkov@gmail.com | 2012-11-21 | 1 | -2/+2 |
* | Allow processing dumps with missing stack memory for some threads | ted.mielczarek@gmail.com | 2012-11-06 | 1 | -0/+3 |
* | This change allows compiling the google-breakpad code using a global ::string... | ivan.penkov@gmail.com | 2012-06-28 | 1 | -2/+2 |
* | Fix printing of x86_64 registers from minidump_stackwalk | ted.mielczarek | 2011-02-14 | 1 | -15/+35 |
* | Refactor some bits of StackWalkerX86 / StackFrameX86 out into their respectiv... | ted.mielczarek | 2010-10-01 | 1 | -28/+5 |
* | Breakpad: Avoid using the C++ <cfoo> headers. | ted.mielczarek | 2010-06-25 | 1 | -3/+4 |
* | Breakpad stack walker: remove embedded newlines from module names. | jimblandy | 2010-04-15 | 1 | -0/+4 |
* | Breakpad processor: Support AMD64 stack unwinding driven by DWARF CFI. | jimblandy | 2010-03-16 | 1 | -0/+10 |
* | Breakpad: Support DWARF CFI-driven stack walking on ARM. | jimblandy | 2010-03-16 | 1 | -6/+25 |
* | Breakpad: Update copyright notice years on all files changed in 2010. | jimblandy | 2010-02-09 | 1 | -1/+1 |
* | Print ARM register values in minidump_stackwalk. r=nealsid at http://breakpad... | ted.mielczarek | 2010-02-09 | 1 | -0/+11 |
* | Breakpad: Avoid warnings building with G++ 4.4.1 using -O3 -Wall. | jimblandy | 2010-01-12 | 1 | -0/+1 |
* | issue 170 - Report assertion type in minidump_stackwalk output. r=mark at htt... | ted.mielczarek | 2009-12-02 | 1 | -1/+14 |
* | Let x86 stackwalker scan stack in cases where program evaluation fails. Origi... | ted.mielczarek | 2009-10-08 | 1 | -0/+22 |
* | Add more error information to minidump processing return code. Also added de... | nealsid | 2009-05-29 | 1 | -1/+1 |
* | Fix minidump_stackwalk compilation on gcc 4.3. Patch by Jim Blandy | ted.mielczarek | 2009-05-28 | 1 | -0/+1 |
* | Use "%" PRIx64 instead of "%llx" for 64-bit portability. | bryner | 2008-03-04 | 1 | -2/+2 |
* | Use "%" PRIx64 instead of "%llx" (#241). r=bryner | mmentovai | 2008-02-25 | 1 | -32/+34 |
* | Issue 196 - Breakpad processor support for x86-64. r=mento | ted.mielczarek | 2007-10-31 | 1 | -1/+11 |
* | Add SPARC/Solaris support to client handler and processor (#201, 200). | mmentovai | 2007-09-26 | 1 | -0/+11 |
* | Allow building with -pedantic (#186). r=ted.mielczarek | mmentovai | 2007-05-31 | 1 | -4/+6 |
* | Issue 143 - MinidumpProcessor should extract number of processors. r=mento | ted.mielczarek | 2007-05-30 | 1 | -3/+8 |
* | Provide for logging initialization routines (#179). r=bryner | mmentovai | 2007-05-25 | 1 | -1/+4 |
* | Issue 168 - Output debug file and debug identifier in minidump_stackwalk mach... | ted.mielczarek | 2007-05-16 | 1 | -2/+7 |
* | Extraneous newline in format string | ted.mielczarek | 2007-05-08 | 1 | -1/+1 |
* | oops, committed accidentally | ted.mielczarek | 2007-05-04 | 1 | -5/+2 |
* | Issue 160 - Reviewer Chris Rogers | ted.mielczarek | 2007-05-04 | 1 | -2/+5 |
* | Rename Airbag to Breakpad. | mmentovai | 2007-02-14 | 1 | -21/+21 |
* | Add module list to machine-readable minidump_stackwalk output (#119). | mmentovai | 2007-01-29 | 1 | -2/+38 |
* | Qualify string and vector with std namespace when used without | mmentovai | 2007-01-25 | 1 | -1/+1 |
* | Support machine-readable output format from minidump_stackwalk; | mmentovai | 2007-01-25 | 1 | -36/+199 |
* | Communicate OS and CPU to SymbolSupplier (#107). r=bryner | mmentovai | 2007-01-10 | 1 | -4/+5 |