No description
Find a file
mmentovai 6dd21d3baf Change interface for providing files to Minidump (#19). r=bryner
- Interface change: Minidump constructor now accepts a const string& path
   argument instead of int fd.  Minidump will open the file on first Read
   and close it upon destruction.
 - Adapt callers to new interface, no longer leaking file descriptors.

http://groups.google.com/group/airbag-dev/browse_thread/thread/ff24dbcde7db8ae3


git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@20 4c0a9323-5329-0410-9bdc-e9ce6186880e
2006-09-08 16:41:17 +00:00
autotools Make build system less annoying (#8) r=bryner 2006-08-30 20:05:05 +00:00
src Change interface for providing files to Minidump (#19). r=bryner 2006-09-08 16:41:17 +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.