aboutsummaryrefslogtreecommitdiff
path: root/src/processor/stackwalker.cc
Commit message (Expand)AuthorAgeFilesLines
* Define and use a a new MDRawContextARM64Joshua Peraza2018-08-011-1/+1
* Rename MDRawContextARM64 and its context flagsJoshua Peraza2018-08-011-1/+1
* Handle very large stack tracesLeonard Mosescu2017-07-121-5/+36
* Populate stack frames with unloaded module info.Joshua Peraza2017-01-191-4/+10
* [mips64] Support for mips n64Mike Frysinger2016-02-061-0/+1
* Increasing the Breakpad stack walker max scan limit from 30 to 40.Ivan Penkov2015-10-051-1/+1
* Refactoring in preparation for microdump processingmmandlis@chromium.org2014-09-081-2/+2
* Process minidumps generated on ARM64 in iOS apps.mark@chromium.org2013-11-231-0/+10
* Adding support for mips.gordana.cmiljanovic@imgtec.com2013-09-111-0/+7
* Allow setting a limit on the number of frames to be recovered by stack scanning.ted.mielczarek@gmail.com2013-08-191-1/+20
* Detect corrupt symbol files during minidump processing. Recover from the err...ivan.penkov@gmail.com2013-07-111-27/+52
* Don't print an error when a user-set max frames limit has been reached in the...ted.mielczarek@gmail.com2013-04-161-1/+5
* Add PPC64 support to breakpad processor.thestig@chromium.org2013-04-121-0/+7
* Keeping track of modules without symbols during crash report processing.ivan.penkov@gmail.com2013-03-061-1/+27
* Use stdint types everywhereted.mielczarek@gmail.com2013-03-061-3/+3
* Work around Windows headers #defining ERROR by renaming enum values in StackF...ted.mielczarek@gmail.com2013-03-041-2/+2
* Move scoped_ptr.h to commonted.mielczarek@gmail.com2013-01-171-1/+1
* Allow StackwalkerARM to scan much farther to find the caller of the context f...ted.mielczarek@gmail.com2012-12-041-0/+1
* Refactor the logic of resolving source line info into helper class.SiyangXie@gmail.com2012-10-101-86/+39
* Use frame pointer to walk ARM stack on iOS.qsr@chromium.org2011-10-171-2/+6
* Fix some apparently longstanding crash bugs in Stackwalker implementations wh...ted.mielczarek2011-01-241-1/+2
* Fix segv in network_source_line_resolver_server_unittestkmixter@chromium.org2010-12-081-2/+2
* Restrict ownership of symbol data buffers to symbol supplier.SiyangXie@gmail.com2010-11-011-0/+3
* Refactor source line resolver, add interface in supplier and resolver.SiyangXie@gmail.com2010-10-071-9/+13
* Limit the number of frames we try to walk to prevent runaway processors.thestig@chromium.org2010-08-261-1/+6
* Breakpad: Avoid using the C++ <cfoo> headers.ted.mielczarek2010-06-251-2/+2
* provide a network source line resolver + server. r=mark,jimb at http://breakp...ted.mielczarek2010-04-081-4/+4
* Fix to cache NOT_FOUND results from symbol supplier on a per-minidump basis nealsid2010-03-031-0/+3
* Breakpad: Update copyright notice years on all files changed in 2010.jimblandy2010-02-091-1/+1
* Breakpad processor: Don't pass Windows stack walking information to all walkers.jimblandy2010-01-141-16/+3
* Issue 49013: Breakpad Processor: Use a separate API to retrieve Windows stack...jimblandy2010-01-111-1/+2
* Issue 49012: Breakpad Processor: Rename 'StackFrameInfo' structure to 'Window...jimblandy2009-12-231-3/+3
* Basic arm cpu support for processor. r=mark at http://breakpad.appspot.com/49011ted.mielczarek2009-12-191-0/+8
* Let x86 stackwalker scan stack in cases where program evaluation fails. Origi...ted.mielczarek2009-10-081-0/+34
* Modify symbol supplier interface to support an overload that takes a symbol d...nealsid2009-02-191-3/+5
* Issue 196 - Breakpad processor support for x86-64. r=mentoted.mielczarek2007-10-311-0/+8
* Add SPARC/Solaris support to client handler and processor (#201, 200).mmentovai2007-09-261-0/+8
* Add logging to minidump processor (#82). Part 2: add messages to the rest ofmmentovai2007-05-211-1/+8
* Minidump without context crashes the processor (#153). r=brynermmentovai2007-04-251-0/+3
* Rename Airbag to Breakpad.mmentovai2007-02-141-10/+10
* Communicate OS and CPU to SymbolSupplier (#107). r=brynermmentovai2007-01-101-5/+11
* Add an abstract interface to SourceLineResolver, and allow any implementationbryner2006-12-111-13/+22
* Provide a mechanism for SymbolSuppliers to interrupt processing (#93)bryner2006-12-081-8/+19
* Module API (#32). r=waylonis, brynermmentovai2006-12-051-7/+8
* Move headers for exported interfaces into src/google_airbag (#51). r=brynermmentovai2006-11-061-5/+5
* Fix minor style problems (#58). r=brynermmentovai2006-10-251-1/+1
* Replace auto_ptr with scoped_ptr (#56). r=brynermmentovai2006-10-231-6/+3
* Make stack_frame_info vector hold linked_ptrs instead of objects;mmentovai2006-10-231-10/+19
* Handle frame pointer omission, (#21), part 4 (final part!): FPO stackwalker.mmentovai2006-10-201-17/+18
* Reduce calls to SymbolSupplier::GetSymbolFile() (#48).bryner2006-10-161-5/+4