breakpad/src/processor
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
..
testdata Add support to the StackWalker for resolving symbols, using a 2006-09-08 02:35:53 +00:00
crash_report_processor.cc Change interface for providing files to Minidump (#19). r=bryner 2006-09-08 16:41:17 +00:00
crash_report_processor_unittest.cc Add support to the StackWalker for resolving symbols, using a 2006-09-08 02:35:53 +00:00
memory_region.h Conform to style guidelines. 2006-09-07 15:56:38 +00:00
minidump.cc Change interface for providing files to Minidump (#19). r=bryner 2006-09-08 16:41:17 +00:00
minidump.h Change interface for providing files to Minidump (#19). r=bryner 2006-09-08 16:41:17 +00:00
minidump_dump.cc Change interface for providing files to Minidump (#19). r=bryner 2006-09-08 16:41:17 +00:00
minidump_dump_test Initial implementation of minidump reader (#6). r=bryner 2006-09-06 02:56:44 +00:00
minidump_format.h Initial implementation of minidump reader (#6). r=bryner 2006-09-06 02:56:44 +00:00
minidump_stackwalk.cc Change interface for providing files to Minidump (#19). r=bryner 2006-09-08 16:41:17 +00:00
minidump_stackwalk_test Initial implementation of x86 stackwalker (#9). r=bryner 2006-09-06 19:28:46 +00:00
range_map.h Conform to style guidelines. 2006-09-07 15:56:38 +00:00
range_map_unittest.cc Conform to style guidelines. 2006-09-07 15:56:38 +00:00
source_line_resolver.cc Add support to the StackWalker for resolving symbols, using a 2006-09-08 02:35:53 +00:00
source_line_resolver.h Make SourceLineResolver fill a StackFrame rather than using its own struct (#16), r=mmentovai. 2006-09-07 17:26:17 +00:00
source_line_resolver_unittest.cc Make SourceLineResolver fill a StackFrame rather than using its own struct (#16), r=mmentovai. 2006-09-07 17:26:17 +00:00
stackwalker.cc addressing follow-up review comments from mark (#17) 2006-09-08 04:05:46 +00:00
stackwalker.h addressing follow-up review comments from mark (#17) 2006-09-08 04:05:46 +00:00
stackwalker_x86.cc Add support to the StackWalker for resolving symbols, using a 2006-09-08 02:35:53 +00:00
stackwalker_x86.h Add support to the StackWalker for resolving symbols, using a 2006-09-08 02:35:53 +00:00