No description
Find a file
mmentovai cb9fd5b773 Make SourceLineResolver use RangeMap (#13). r=bryner
- Eliminate MemAddrMap from source_line_resolver.cc and adapt it to use
   RangeMap, also used by minidump.cc.
 - RangeMap operates on both a base address and a size, where MemAddrMap
   only used a base address, so the dumped symbol file format is modified
   to include size information.  dump_syms produces these files and
   SourceLineResolver consumes them.
 - Provide updated test data conforming to the new dumped symbol format.

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


git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@21 4c0a9323-5329-0410-9bdc-e9ce6186880e
2006-09-08 18:03:56 +00:00
autotools Make build system less annoying (#8) r=bryner 2006-08-30 20:05:05 +00:00
src Make SourceLineResolver use RangeMap (#13). r=bryner 2006-09-08 18:03:56 +00:00
aclocal.m4 Make SourceLineResolver use RangeMap (#13). r=bryner 2006-09-08 18:03:56 +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 Make SourceLineResolver use RangeMap (#13). r=bryner 2006-09-08 18:03:56 +00:00
Makefile.in Make SourceLineResolver use RangeMap (#13). r=bryner 2006-09-08 18:03:56 +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.