breakpad/src/processor
mmentovai 48dab62c2d Be lenient when reading CodeView records of unknown types (#110). r=bryner
- Read (but don't use) CodeView records with unknown signature values
   instead of failing.  This allows the module list to be read in, and
   will result in better stack traces in affected dumps.

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


git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@104 4c0a9323-5329-0410-9bdc-e9ce6186880e
2007-01-17 00:16:37 +00:00
..
testdata Pass the exception record (EXCEPTION_POINTERS*) to callback functions from 2007-01-12 16:54:10 +00:00
address_map-inl.h Add PUBLIC support to SourceLineResolver (resolve function names in Windows 2006-10-20 19:50:01 +00:00
address_map.h Add PUBLIC support to SourceLineResolver (resolve function names in Windows 2006-10-20 19:50:01 +00:00
address_map_unittest.cc Limit use of default namespace in tests and utility programs (#71). r=bryner 2006-11-09 17:04:56 +00:00
basic_code_module.h Module API (#32). r=waylonis, bryner 2006-12-05 22:52:28 +00:00
basic_code_modules.cc Module API (#32). r=waylonis, bryner 2006-12-05 22:52:28 +00:00
basic_code_modules.h Module API (#32). r=waylonis, bryner 2006-12-05 22:52:28 +00:00
basic_source_line_resolver.cc Add an abstract interface to SourceLineResolver, and allow any implementation 2006-12-11 23:22:54 +00:00
basic_source_line_resolver_unittest.cc Add an abstract interface to SourceLineResolver, and allow any implementation 2006-12-11 23:22:54 +00:00
call_stack.cc Provide a mechanism for SymbolSuppliers to interrupt processing (#93) 2006-12-08 04:13:51 +00:00
contained_range_map-inl.h Relicense to BSD (#29). r=bryner 2006-09-20 21:16:16 +00:00
contained_range_map.h Fix minor style problems (#58). r=bryner 2006-10-25 21:25:41 +00:00
contained_range_map_unittest.cc Limit use of default namespace in tests and utility programs (#71). r=bryner 2006-11-09 17:04:56 +00:00
linked_ptr.h Handle frame pointer omission, (#21), part 4 (final part!): FPO stackwalker. 2006-10-20 01:46:38 +00:00
minidump.cc Be lenient when reading CodeView records of unknown types (#110). r=bryner 2007-01-17 00:16:37 +00:00
minidump_dump.cc Limit use of default namespace in tests and utility programs (#71). r=bryner 2006-11-09 17:04:56 +00:00
minidump_dump_test Suppress handler thread from appearing in MinidumpProcessor's ProcessState 2006-11-06 23:00:19 +00:00
minidump_processor.cc Communicate OS and CPU to SymbolSupplier (#107). r=bryner 2007-01-10 22:47:56 +00:00
minidump_processor_unittest.cc Communicate OS and CPU to SymbolSupplier (#107). r=bryner 2007-01-10 22:47:56 +00:00
minidump_stackwalk.cc Communicate OS and CPU to SymbolSupplier (#107). r=bryner 2007-01-10 22:47:56 +00:00
minidump_stackwalk_test minidump_stackwalk should use MinidumpProcessor (#64). r=bryner 2006-10-27 00:40:56 +00:00
pathname_stripper.cc minidump_stackwalk should use MinidumpProcessor (#64). r=bryner 2006-10-27 00:40:56 +00:00
pathname_stripper.h minidump_stackwalk should use MinidumpProcessor (#64). r=bryner 2006-10-27 00:40:56 +00:00
pathname_stripper_unittest.cc Limit use of default namespace in tests and utility programs (#71). r=bryner 2006-11-09 17:04:56 +00:00
postfix_evaluator-inl.h Move headers for exported interfaces into src/google_airbag (#51). r=bryner 2006-11-06 19:39:47 +00:00
postfix_evaluator.h Move headers for exported interfaces into src/google_airbag (#51). r=bryner 2006-11-06 19:39:47 +00:00
postfix_evaluator_unittest.cc Module API (#32). r=waylonis, bryner 2006-12-05 22:52:28 +00:00
process_state.cc Communicate OS and CPU to SymbolSupplier (#107). r=bryner 2007-01-10 22:47:56 +00:00
range_map-inl.h Module API (#32). r=waylonis, bryner 2006-12-05 22:52:28 +00:00
range_map.h Module API (#32). r=waylonis, bryner 2006-12-05 22:52:28 +00:00
range_map_unittest.cc Module API (#32). r=waylonis, bryner 2006-12-05 22:52:28 +00:00
scoped_ptr.h Replace auto_ptr with scoped_ptr (#56). r=bryner 2006-10-23 20:25:42 +00:00
simple_symbol_supplier.cc Communicate OS and CPU to SymbolSupplier (#107). r=bryner 2007-01-10 22:47:56 +00:00
simple_symbol_supplier.h Communicate OS and CPU to SymbolSupplier (#107). r=bryner 2007-01-10 22:47:56 +00:00
stack_frame_info.h Move headers for exported interfaces into src/google_airbag (#51). r=bryner 2006-11-06 19:39:47 +00:00
stackwalker.cc Communicate OS and CPU to SymbolSupplier (#107). r=bryner 2007-01-10 22:47:56 +00:00
stackwalker_ppc.cc Communicate OS and CPU to SymbolSupplier (#107). r=bryner 2007-01-10 22:47:56 +00:00
stackwalker_ppc.h Communicate OS and CPU to SymbolSupplier (#107). r=bryner 2007-01-10 22:47:56 +00:00
stackwalker_selftest.cc Communicate OS and CPU to SymbolSupplier (#107). r=bryner 2007-01-10 22:47:56 +00:00
stackwalker_x86.cc Communicate OS and CPU to SymbolSupplier (#107). r=bryner 2007-01-10 22:47:56 +00:00
stackwalker_x86.h Communicate OS and CPU to SymbolSupplier (#107). r=bryner 2007-01-10 22:47:56 +00:00