aboutsummaryrefslogtreecommitdiff
path: root/src/processor/minidump_stackwalk.cc
AgeCommit message (Expand)Author
2023-03-16Remove extra comma in minidump_stackwalk.ccZiad Youssef
2023-03-15Add brief flag to minidump_stackwalkZiad Youssef
2023-02-27Add #include <config.h> to the beginning of all cc filesIan Barkley-Yeung
2022-09-07Update copyright boilerplate, 2022 edition (Breakpad)Mark Mentovai
2021-04-01Add option to dump crash thread onlyMichael Bai
2020-07-15fix pointer style to match the style guideMike Frysinger
2017-10-18Provide helper wrappers for basename(3) and dirname(3)Tobias Sargeant
2017-10-16Convert {mini|micro}dump_stackwalk argument parsing to getopt.Tobias Sargeant
2017-07-28Increase maximum number of regions for minidump_stackwalk.Lars Volker
2017-03-28Increase maximum number of threads for minidump_stackwalk.Lars Volker
2016-02-10Revert "Added a switch to dump minidump modules in minidump_stackwalk."Lei Zhang
2016-01-29Added a switch to dump minidump modules in minidump_stackwalk.Lei Zhang
2015-02-27Add stack contents output functionality to minidump_stackwalkhashimoto@chromium.org
2014-11-25Introduce microdump_stackwalk comand line executableprimiano@chromium.org
2014-05-30Print more x86-64 registers in minidump_stackwalkted.mielczarek@gmail.com
2013-11-23Process minidumps generated on ARM64 in iOS apps.mark@chromium.org
2013-09-11Adding support for mips.gordana.cmiljanovic@imgtec.com
2013-07-11Detect corrupt symbol files during minidump processing. Recover from the err...ivan.penkov@gmail.com
2013-04-17minidump_stackwalk should display r12 in ARM stack tracested.mielczarek@gmail.com
2013-03-06Keeping track of modules without symbols during crash report processing.ivan.penkov@gmail.com
2013-03-06Use stdint types everywhereted.mielczarek@gmail.com
2013-01-31minidump_stackwalk: Show argument registers for ARM stack tracested.mielczarek@gmail.com
2013-01-22Print the correct return address, even on architectures where StackFrame::ins...jimblandy
2013-01-17Move scoped_ptr.h to commonted.mielczarek@gmail.com
2012-11-21Cleaning up google-breakpad source code of signed-unsigned comparison warningsivan.penkov@gmail.com
2012-11-06Allow processing dumps with missing stack memory for some threadsted.mielczarek@gmail.com
2012-06-28This change allows compiling the google-breakpad code using a global ::string...ivan.penkov@gmail.com
2011-02-14Fix printing of x86_64 registers from minidump_stackwalkted.mielczarek
2010-10-01Refactor some bits of StackWalkerX86 / StackFrameX86 out into their respectiv...ted.mielczarek
2010-06-25Breakpad: Avoid using the C++ <cfoo> headers.ted.mielczarek
2010-04-15Breakpad stack walker: remove embedded newlines from module names.jimblandy
2010-03-16Breakpad processor: Support AMD64 stack unwinding driven by DWARF CFI.jimblandy
2010-03-16Breakpad: Support DWARF CFI-driven stack walking on ARM.jimblandy
2010-02-09Breakpad: Update copyright notice years on all files changed in 2010.jimblandy
2010-02-09Print ARM register values in minidump_stackwalk. r=nealsid at http://breakpad...ted.mielczarek
2010-01-12Breakpad: Avoid warnings building with G++ 4.4.1 using -O3 -Wall.jimblandy
2009-12-02issue 170 - Report assertion type in minidump_stackwalk output. r=mark at htt...ted.mielczarek
2009-10-08Let x86 stackwalker scan stack in cases where program evaluation fails. Origi...ted.mielczarek
2009-05-29Add more error information to minidump processing return code. Also added de...nealsid
2009-05-28Fix minidump_stackwalk compilation on gcc 4.3. Patch by Jim Blandyted.mielczarek
2008-03-04Use "%" PRIx64 instead of "%llx" for 64-bit portability.bryner
2008-02-25Use "%" PRIx64 instead of "%llx" (#241). r=brynermmentovai
2007-10-31Issue 196 - Breakpad processor support for x86-64. r=mentoted.mielczarek
2007-09-26Add SPARC/Solaris support to client handler and processor (#201, 200).mmentovai
2007-05-31Allow building with -pedantic (#186). r=ted.mielczarekmmentovai
2007-05-30Issue 143 - MinidumpProcessor should extract number of processors. r=mentoted.mielczarek
2007-05-25Provide for logging initialization routines (#179). r=brynermmentovai
2007-05-16Issue 168 - Output debug file and debug identifier in minidump_stackwalk mach...ted.mielczarek
2007-05-08Extraneous newline in format stringted.mielczarek
2007-05-04oops, committed accidentallyted.mielczarek