aboutsummaryrefslogtreecommitdiff
path: root/src/processor/stackwalker.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Handle frame pointer omission (#21), part 3: SourceLineResolver and PDBSource...mmentovai2006-09-281-2/+7
* ppc stackwalker (#30). r=brynermmentovai2006-09-251-10/+32
* Relicense to BSD (#29). r=brynermmentovai2006-09-201-10/+25
* Follow-up to #26: get rid of supplier_data, it's not really needed sincebryner2006-09-201-4/+3
* Get rid of CrashReport, and rename CrashReportProcessor to MinidumpProcessorbryner2006-09-191-3/+4
* addressing follow-up review comments from mark (#17)bryner2006-09-081-3/+2
* Add support to the StackWalker for resolving symbols, using abryner2006-09-081-6/+19
* Initial implementation of x86 stackwalker (#9). r=brynermmentovai2006-09-061-0/+78