aboutsummaryrefslogtreecommitdiff
path: root/src/processor/stackwalker.cc
AgeCommit message (Expand)Author
2023-02-27Add #include <config.h> to the beginning of all cc filesIan Barkley-Yeung
2022-09-09Added riscv and riscv64 support for LinuxIacopo Colonnelli
2022-09-07Update copyright boilerplate, 2022 edition (Breakpad)Mark Mentovai
2021-10-29Make processor compatible with both old and new format INLINE/INLINE_ORIGINZequan Wu
2021-10-26Revert "Fix incorrect source file name for inlined frames"Mark Mentovai
2021-10-20Fix incorrect source file name for inlined framesZequan Wu
2021-07-22Add support to process INLINE records in symbol filesZequan Wu
2018-08-01Define and use a a new MDRawContextARM64Joshua Peraza
2018-08-01Rename MDRawContextARM64 and its context flagsJoshua Peraza
2017-07-12Handle very large stack tracesLeonard Mosescu
2017-01-19Populate stack frames with unloaded module info.Joshua Peraza
2016-02-06[mips64] Support for mips n64Mike Frysinger
2015-10-05Increasing the Breakpad stack walker max scan limit from 30 to 40.Ivan Penkov
2014-09-08Refactoring in preparation for microdump processingmmandlis@chromium.org
2013-11-23Process minidumps generated on ARM64 in iOS apps.mark@chromium.org
2013-09-11Adding support for mips.gordana.cmiljanovic@imgtec.com
2013-08-19Allow setting a limit on the number of frames to be recovered by stack scanning.ted.mielczarek@gmail.com
2013-07-11Detect corrupt symbol files during minidump processing. Recover from the err...ivan.penkov@gmail.com
2013-04-16Don't print an error when a user-set max frames limit has been reached in the...ted.mielczarek@gmail.com
2013-04-12Add PPC64 support to breakpad processor.thestig@chromium.org
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-03-04Work around Windows headers #defining ERROR by renaming enum values in StackF...ted.mielczarek@gmail.com
2013-01-17Move scoped_ptr.h to commonted.mielczarek@gmail.com
2012-12-04Allow StackwalkerARM to scan much farther to find the caller of the context f...ted.mielczarek@gmail.com
2012-10-10Refactor the logic of resolving source line info into helper class.SiyangXie@gmail.com
2011-10-17 Use frame pointer to walk ARM stack on iOS.qsr@chromium.org
2011-01-24Fix some apparently longstanding crash bugs in Stackwalker implementations wh...ted.mielczarek
2010-12-08Fix segv in network_source_line_resolver_server_unittestkmixter@chromium.org
2010-11-01Restrict ownership of symbol data buffers to symbol supplier.SiyangXie@gmail.com
2010-10-07Refactor source line resolver, add interface in supplier and resolver.SiyangXie@gmail.com
2010-08-26Limit the number of frames we try to walk to prevent runaway processors.thestig@chromium.org
2010-06-25Breakpad: Avoid using the C++ <cfoo> headers.ted.mielczarek
2010-04-08provide a network source line resolver + server. r=mark,jimb at http://breakp...ted.mielczarek
2010-03-03Fix to cache NOT_FOUND results from symbol supplier on a per-minidump basis nealsid
2010-02-09Breakpad: Update copyright notice years on all files changed in 2010.jimblandy
2010-01-14Breakpad processor: Don't pass Windows stack walking information to all walkers.jimblandy
2010-01-11Issue 49013: Breakpad Processor: Use a separate API to retrieve Windows stack...jimblandy
2009-12-23Issue 49012: Breakpad Processor: Rename 'StackFrameInfo' structure to 'Window...jimblandy
2009-12-19Basic arm cpu support for processor. r=mark at http://breakpad.appspot.com/49011ted.mielczarek
2009-10-08Let x86 stackwalker scan stack in cases where program evaluation fails. Origi...ted.mielczarek
2009-02-19Modify symbol supplier interface to support an overload that takes a symbol d...nealsid
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-21Add logging to minidump processor (#82). Part 2: add messages to the rest ofmmentovai
2007-04-25Minidump without context crashes the processor (#153). r=brynermmentovai
2007-02-14Rename Airbag to Breakpad.mmentovai
2007-01-10Communicate OS and CPU to SymbolSupplier (#107). r=brynermmentovai
2006-12-11Add an abstract interface to SourceLineResolver, and allow any implementationbryner
2006-12-08Provide a mechanism for SymbolSuppliers to interrupt processing (#93)bryner