aboutsummaryrefslogtreecommitdiff
path: root/src/processor/stackwalker.cc
AgeCommit message (Expand)Author
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
2006-12-05Module API (#32). r=waylonis, brynermmentovai
2006-11-06Move headers for exported interfaces into src/google_airbag (#51). r=brynermmentovai
2006-10-25Fix minor style problems (#58). r=brynermmentovai
2006-10-23Replace auto_ptr with scoped_ptr (#56). r=brynermmentovai
2006-10-23Make stack_frame_info vector hold linked_ptrs instead of objects;mmentovai
2006-10-20Handle frame pointer omission, (#21), part 4 (final part!): FPO stackwalker.mmentovai
2006-10-16Reduce calls to SymbolSupplier::GetSymbolFile() (#48).bryner
2006-09-28Handle frame pointer omission (#21), part 3: SourceLineResolver and PDBSource...mmentovai
2006-09-25ppc stackwalker (#30). r=brynermmentovai
2006-09-20Relicense to BSD (#29). r=brynermmentovai
2006-09-20Follow-up to #26: get rid of supplier_data, it's not really needed sincebryner
2006-09-19Get rid of CrashReport, and rename CrashReportProcessor to MinidumpProcessorbryner
2006-09-08addressing follow-up review comments from mark (#17)bryner
2006-09-08Add support to the StackWalker for resolving symbols, using abryner
2006-09-06Initial implementation of x86 stackwalker (#9). r=brynermmentovai