No description
Find a file
mmentovai 82a6c6037b Add ppc types to minidump_format.h (#25). r=waylonis
- New MDRawContextPPC struct, based on ppc_thread_state and others in
   mach/ppc/_types.h.
 - Add (defining where necessary) MDCPUArchitecture and MDOSPlatform enums
   to support non-x86/win dumps.  Add MD_CONTEXT_* definitions for non-x86
   CPUs.
 - Document a few more fields.

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


git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@28 4c0a9323-5329-0410-9bdc-e9ce6186880e
2006-09-20 01:14:59 +00:00
autotools Make build system less annoying (#8) r=bryner 2006-08-30 20:05:05 +00:00
src Add ppc types to minidump_format.h (#25). r=waylonis 2006-09-20 01:14:59 +00:00
aclocal.m4 Get rid of CrashReport, and rename CrashReportProcessor to MinidumpProcessor 2006-09-19 21:58:41 +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 Get rid of CrashReport, and rename CrashReportProcessor to MinidumpProcessor 2006-09-19 21:58:41 +00:00
Makefile.in Get rid of CrashReport, and rename CrashReportProcessor to MinidumpProcessor 2006-09-19 21:58:41 +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.