breakpad/src/processor
bryner d5e66382d1 Add support to the StackWalker for resolving symbols, using a
caller-implemented SymbolSupplier object to get a symbol file.

Add a CrashReportProcessor object which provides a simple API for processing
a CrashReport struct, given a SymbolSupplier and a minidump file.

r=mmentovai (#17))


git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@18 4c0a9323-5329-0410-9bdc-e9ce6186880e
2006-09-08 02:35:53 +00:00
..
testdata Add support to the StackWalker for resolving symbols, using a 2006-09-08 02:35:53 +00:00
crash_report_processor.cc Add support to the StackWalker for resolving symbols, using a 2006-09-08 02:35:53 +00:00
crash_report_processor_unittest.cc Add support to the StackWalker for resolving symbols, using a 2006-09-08 02:35:53 +00:00
memory_region.h Conform to style guidelines. 2006-09-07 15:56:38 +00:00
minidump.cc Conform to style guidelines. 2006-09-07 15:56:38 +00:00
minidump.h Conform to style guidelines. 2006-09-07 15:56:38 +00:00
minidump_dump.cc Initial implementation of minidump reader (#6). r=bryner 2006-09-06 02:56:44 +00:00
minidump_dump_test Initial implementation of minidump reader (#6). r=bryner 2006-09-06 02:56:44 +00:00
minidump_format.h Initial implementation of minidump reader (#6). r=bryner 2006-09-06 02:56:44 +00:00
minidump_stackwalk.cc Add support to the StackWalker for resolving symbols, using a 2006-09-08 02:35:53 +00:00
minidump_stackwalk_test Initial implementation of x86 stackwalker (#9). r=bryner 2006-09-06 19:28:46 +00:00
range_map.h Conform to style guidelines. 2006-09-07 15:56:38 +00:00
range_map_unittest.cc Conform to style guidelines. 2006-09-07 15:56:38 +00:00
source_line_resolver.cc Add support to the StackWalker for resolving symbols, using a 2006-09-08 02:35:53 +00:00
source_line_resolver.h Make SourceLineResolver fill a StackFrame rather than using its own struct (#16), r=mmentovai. 2006-09-07 17:26:17 +00:00
source_line_resolver_unittest.cc Make SourceLineResolver fill a StackFrame rather than using its own struct (#16), r=mmentovai. 2006-09-07 17:26:17 +00:00
stackwalker.cc Add support to the StackWalker for resolving symbols, using a 2006-09-08 02:35:53 +00:00
stackwalker.h Add support to the StackWalker for resolving symbols, using a 2006-09-08 02:35:53 +00:00
stackwalker_x86.cc Add support to the StackWalker for resolving symbols, using a 2006-09-08 02:35:53 +00:00
stackwalker_x86.h Add support to the StackWalker for resolving symbols, using a 2006-09-08 02:35:53 +00:00