Mirror of Google Breakpad project
Go to file
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
autotools Make build system less annoying (#8) r=bryner 2006-08-30 20:05:05 +00:00
src Add support to the StackWalker for resolving symbols, using a 2006-09-08 02:35:53 +00:00
aclocal.m4 Add support to the StackWalker for resolving symbols, using a 2006-09-08 02:35:53 +00:00
AUTHORS Make build system less annoying (#8) r=bryner 2006-08-30 20:05:05 +00:00
ChangeLog Initial import, which includes the Windows client-side dump_syms tool, and 2006-08-25 21:14:45 +00:00
configure Add support to the StackWalker for resolving symbols, using a 2006-09-08 02:35:53 +00:00
configure.ac Make build system less annoying (#8) r=bryner 2006-08-30 20:05:05 +00:00
COPYING Make build system less annoying (#8) r=bryner 2006-08-30 20:05:05 +00:00
INSTALL Make build system less annoying (#8) r=bryner 2006-08-30 20:05:05 +00:00
Makefile.am Add support to the StackWalker for resolving symbols, using a 2006-09-08 02:35:53 +00:00
Makefile.in Add support to the StackWalker for resolving symbols, using a 2006-09-08 02:35:53 +00:00
NEWS Initial import, which includes the Windows client-side dump_syms tool, and 2006-08-25 21:14:45 +00:00
README Initial import, which includes the Windows client-side dump_syms tool, and 2006-08-25 21:14:45 +00:00

Airbag is a set of client and server components which implement a
crash-reporting system.