Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Relicense to BSD (#29). r=bryner | mmentovai | 2006-09-20 | 7 | -30/+105 |
| | | | | | | | http://groups.google.com/group/airbag-dev/browse_thread/thread/5f19f13fc172c4e0 git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@31 4c0a9323-5329-0410-9bdc-e9ce6186880e | ||||
* | Make SourceLineResolver use RangeMap (#13). r=bryner | mmentovai | 2006-09-08 | 3 | -354/+360 |
| | | | | | | | | | | | | | | | - 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 | ||||
* | Initial import, which includes the Windows client-side dump_syms tool, and | bryner | 2006-08-25 | 7 | -0/+2088 |
part of the server-side dump processor. git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@4 4c0a9323-5329-0410-9bdc-e9ce6186880e |