No description
Find a file
mmentovai 53d0f69d35 Conform to style guidelines.
- In class definitions, one-space indent for public/protected/private.
 - Multi-line initializer format puts comma at end of line.
Also:
 - Eliminate the long list of friends in Minidump by making swap() public.
   (People who need to access unknown stream types directly will need 
   access to swap() too.)


git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@16 4c0a9323-5329-0410-9bdc-e9ce6186880e
2006-09-07 15:56:38 +00:00
autotools Make build system less annoying (#8) r=bryner 2006-08-30 20:05:05 +00:00
src Conform to style guidelines. 2006-09-07 15:56:38 +00:00
aclocal.m4 Initial implementation of minidump reader (#6). r=bryner 2006-09-06 02:56:44 +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 Initial implementation of minidump reader (#6). r=bryner 2006-09-06 02:56:44 +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 Initial implementation of x86 stackwalker (#9). r=bryner 2006-09-06 19:28:46 +00:00
Makefile.in Initial implementation of x86 stackwalker (#9). r=bryner 2006-09-06 19:28:46 +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.