breakpad/src/processor
ted.mielczarek@gmail.com 63c5d98003 Move scoped_ptr.h to common
R=mark at https://breakpad.appspot.com/509002/

git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1096 4c0a9323-5329-0410-9bdc-e9ce6186880e
2013-01-17 15:53:56 +00:00
..
proto Remove proto generated source files from svn. 2010-09-08 23:36:54 +00:00
testdata FastSourceLineResolver implementation for optimization purpose. 2010-10-21 17:13:01 +00:00
address_map-inl.h Breakpad: Avoid using the C++ <cfoo> headers. 2010-06-25 16:57:07 +00:00
address_map.h FastSourceLineResolver implementation for optimization purpose. 2010-10-21 17:13:01 +00:00
address_map_unittest.cc Breakpad: Avoid using the C++ <cfoo> headers. 2010-06-25 16:57:07 +00:00
basic_code_module.h This change allows compiling the google-breakpad code using a global ::string class instead of std::string. For more details take a look at common/using_std_string.h 2012-06-28 22:46:01 +00:00
basic_code_modules.cc Breakpad: Avoid using the C++ <cfoo> headers. 2010-06-25 16:57:07 +00:00
basic_code_modules.h
basic_source_line_resolver.cc Restrict ownership of symbol data buffers to symbol supplier. 2010-11-01 17:31:31 +00:00
basic_source_line_resolver_types.h Move scoped_ptr.h to common 2013-01-17 15:53:56 +00:00
basic_source_line_resolver_unittest.cc Move scoped_ptr.h to common 2013-01-17 15:53:56 +00:00
binarystream.cc This change allows compiling the google-breakpad code using a global ::string class instead of std::string. For more details take a look at common/using_std_string.h 2012-06-28 22:46:01 +00:00
binarystream.h This change allows compiling the google-breakpad code using a global ::string class instead of std::string. For more details take a look at common/using_std_string.h 2012-06-28 22:46:01 +00:00
binarystream_unittest.cc Cleaning up google-breakpad source code of signed-unsigned comparison warnings 2012-11-21 01:33:08 +00:00
call_stack.cc
cfi_frame_info-inl.h Fix a sizeof(pointer) vs sizeof(pointee) issue caught by client. 2011-07-21 21:38:01 +00:00
cfi_frame_info.cc Move scoped_ptr.h to common 2013-01-17 15:53:56 +00:00
cfi_frame_info.h This change allows compiling the google-breakpad code using a global ::string class instead of std::string. For more details take a look at common/using_std_string.h 2012-06-28 22:46:01 +00:00
cfi_frame_info_unittest.cc This change allows compiling the google-breakpad code using a global ::string class instead of std::string. For more details take a look at common/using_std_string.h 2012-06-28 22:46:01 +00:00
contained_range_map-inl.h Breakpad: Avoid using the C++ <cfoo> headers. 2010-06-25 16:57:07 +00:00
contained_range_map.h FastSourceLineResolver implementation for optimization purpose. 2010-10-21 17:13:01 +00:00
contained_range_map_unittest.cc Breakpad: Avoid using the C++ <cfoo> headers. 2010-06-25 16:57:07 +00:00
disassembler_x86.cc Fix memory leak in DisassemblerX86. 2012-03-30 21:01:09 +00:00
disassembler_x86.h Expose actual instruction from DisassemblerX86 2011-01-26 22:13:37 +00:00
disassembler_x86_unittest.cc Cleaning up google-breakpad source code of signed-unsigned comparison warnings 2012-11-21 01:33:08 +00:00
exploitability.cc Move scoped_ptr.h to common 2013-01-17 15:53:56 +00:00
exploitability_unittest.cc This change allows compiling the google-breakpad code using a global ::string class instead of std::string. For more details take a look at common/using_std_string.h 2012-06-28 22:46:01 +00:00
exploitability_win.cc Move scoped_ptr.h to common 2013-01-17 15:53:56 +00:00
exploitability_win.h Added the base exploitability module for windows. This only adds the very basic exception type based analysis for now. 2010-09-22 02:37:19 +00:00
fast_source_line_resolver.cc Move scoped_ptr.h to common 2013-01-17 15:53:56 +00:00
fast_source_line_resolver_types.h Add missing module_serializer.h and module_serializer.cc for class ModuleSerializer. 2010-10-25 22:24:35 +00:00
fast_source_line_resolver_unittest.cc Cleaning up google-breakpad source code of signed-unsigned comparison warnings 2012-11-21 01:33:08 +00:00
linked_ptr.h Fix processor to build with clang 2012-09-10 19:46:19 +00:00
logging.cc This change allows compiling the google-breakpad code using a global ::string class instead of std::string. For more details take a look at common/using_std_string.h 2012-06-28 22:46:01 +00:00
logging.h This change allows compiling the google-breakpad code using a global ::string class instead of std::string. For more details take a look at common/using_std_string.h 2012-06-28 22:46:01 +00:00
map_serializers-inl.h Make memory allocation/deallocation consistent: use new char[] instead of operator new() 2010-11-03 23:54:01 +00:00
map_serializers.h Make memory allocation/deallocation consistent: use new char[] instead of operator new() 2010-11-03 23:54:01 +00:00
map_serializers_unittest.cc Fix for issue 222001. 2010-11-04 02:40:06 +00:00
minidump.cc Move scoped_ptr.h to common 2013-01-17 15:53:56 +00:00
minidump_dump.cc Move scoped_ptr.h to common 2013-01-17 15:53:56 +00:00
minidump_dump_test
minidump_processor.cc Move scoped_ptr.h to common 2013-01-17 15:53:56 +00:00
minidump_processor_unittest.cc Move scoped_ptr.h to common 2013-01-17 15:53:56 +00:00
minidump_stackwalk.cc Move scoped_ptr.h to common 2013-01-17 15:53:56 +00:00
minidump_stackwalk_machine_readable_test
minidump_stackwalk_test
minidump_unittest.cc The Google-breakpad processor rejects (ignores) context records that lack CPU type information in their context_flags fields. Such context records can be valid (e.g. contexts captured by ::RtlCaptureContext). 2012-12-08 03:18:52 +00:00
module_comparer.cc Move scoped_ptr.h to common 2013-01-17 15:53:56 +00:00
module_comparer.h FastSourceLineResolver implementation for optimization purpose. 2010-10-21 17:13:01 +00:00
module_factory.h FastSourceLineResolver implementation for optimization purpose. 2010-10-21 17:13:01 +00:00
module_serializer.cc Make memory allocation/deallocation consistent: use new char[] instead of operator new() 2010-11-03 23:54:01 +00:00
module_serializer.h Cleaning up google-breakpad source code of signed-unsigned comparison warnings 2012-11-21 01:33:08 +00:00
pathname_stripper.cc
pathname_stripper.h This change allows compiling the google-breakpad code using a global ::string class instead of std::string. For more details take a look at common/using_std_string.h 2012-06-28 22:46:01 +00:00
pathname_stripper_unittest.cc Breakpad: Avoid using the C++ <cfoo> headers. 2010-06-25 16:57:07 +00:00
postfix_evaluator-inl.h Handle program strings with the assignment operator smashed against the next 2012-02-23 22:41:36 +00:00
postfix_evaluator.h This change allows compiling the google-breakpad code using a global ::string class instead of std::string. For more details take a look at common/using_std_string.h 2012-06-28 22:46:01 +00:00
postfix_evaluator_unittest.cc This change allows compiling the google-breakpad code using a global ::string class instead of std::string. For more details take a look at common/using_std_string.h 2012-06-28 22:46:01 +00:00
process_state.cc
range_map-inl.h Fix a bug in range_map-inl.h and add a unittest to expose the exisiting bug. 2010-09-15 01:11:34 +00:00
range_map.h FastSourceLineResolver implementation for optimization purpose. 2010-10-21 17:13:01 +00:00
range_map_unittest.cc Move scoped_ptr.h to common 2013-01-17 15:53:56 +00:00
simple_serializer-inl.h This is a fix for a stackwalker_x86 issue which has to 2012-06-12 21:18:45 +00:00
simple_serializer.h Add static version of map wrappers and corresponding serializers. 2010-10-15 20:36:31 +00:00
simple_symbol_supplier.cc This change allows compiling the google-breakpad code using a global ::string class instead of std::string. For more details take a look at common/using_std_string.h 2012-06-28 22:46:01 +00:00
simple_symbol_supplier.h This change allows compiling the google-breakpad code using a global ::string class instead of std::string. For more details take a look at common/using_std_string.h 2012-06-28 22:46:01 +00:00
source_line_resolver_base.cc Fix some shadow variables, including one in file_id.cc that causes all files to generate the same hash. Add a test to make sure this doesn't happen again. 2011-10-20 18:23:01 +00:00
source_line_resolver_base_types.h Refactor source line resolver, add interface in supplier and resolver. 2010-10-07 20:31:36 +00:00
stack_frame_symbolizer.cc Move scoped_ptr.h to common 2013-01-17 15:53:56 +00:00
stackwalker.cc Move scoped_ptr.h to common 2013-01-17 15:53:56 +00:00
stackwalker_amd64.cc Move scoped_ptr.h to common 2013-01-17 15:53:56 +00:00
stackwalker_amd64.h Refactor the logic of resolving source line info into helper class. 2012-10-10 21:41:52 +00:00
stackwalker_amd64_unittest.cc Allow processing dumps with missing stack memory for some threads 2012-11-06 16:50:01 +00:00
stackwalker_arm.cc Move scoped_ptr.h to common 2013-01-17 15:53:56 +00:00
stackwalker_arm.h Refactor the logic of resolving source line info into helper class. 2012-10-10 21:41:52 +00:00
stackwalker_arm_unittest.cc Allow StackwalkerARM to scan much farther to find the caller of the context frame 2012-12-04 19:30:31 +00:00
stackwalker_ppc.cc Allow processing dumps with missing stack memory for some threads 2012-11-06 16:50:01 +00:00
stackwalker_ppc.h Refactor the logic of resolving source line info into helper class. 2012-10-10 21:41:52 +00:00
stackwalker_selftest.cc Move scoped_ptr.h to common 2013-01-17 15:53:56 +00:00
stackwalker_selftest_sol.s
stackwalker_sparc.cc Allow processing dumps with missing stack memory for some threads 2012-11-06 16:50:01 +00:00
stackwalker_sparc.h Refactor the logic of resolving source line info into helper class. 2012-10-10 21:41:52 +00:00
stackwalker_unittest_utils.h Fixing a mem leak in test code 2012-06-29 22:34:04 +00:00
stackwalker_x86.cc Move scoped_ptr.h to common 2013-01-17 15:53:56 +00:00
stackwalker_x86.h Refactor the logic of resolving source line info into helper class. 2012-10-10 21:41:52 +00:00
stackwalker_x86_unittest.cc Allow processing dumps with missing stack memory for some threads 2012-11-06 16:50:01 +00:00
static_address_map-inl.h Add static version of map wrappers and corresponding serializers. 2010-10-15 20:36:31 +00:00
static_address_map.h Add static version of map wrappers and corresponding serializers. 2010-10-15 20:36:31 +00:00
static_address_map_unittest.cc This change allows compiling the google-breakpad code using a global ::string class instead of std::string. For more details take a look at common/using_std_string.h 2012-06-28 22:46:01 +00:00
static_contained_range_map-inl.h FastSourceLineResolver implementation for optimization purpose. 2010-10-21 17:13:01 +00:00
static_contained_range_map.h Add static version of map wrappers and corresponding serializers. 2010-10-15 20:36:31 +00:00
static_contained_range_map_unittest.cc Move scoped_ptr.h to common 2013-01-17 15:53:56 +00:00
static_map-inl.h Add StaticMap implementation and unittest to breakpad. 2010-09-20 17:45:15 +00:00
static_map.h Cleaning up google-breakpad source code of signed-unsigned comparison warnings 2012-11-21 01:33:08 +00:00
static_map_iterator-inl.h Add StaticMap implementation and unittest to breakpad. 2010-09-20 17:45:15 +00:00
static_map_iterator.h Add StaticMap implementation and unittest to breakpad. 2010-09-20 17:45:15 +00:00
static_map_unittest.cc FastSourceLineResolver implementation for optimization purpose. 2010-10-21 17:13:01 +00:00
static_range_map-inl.h Add static version of map wrappers and corresponding serializers. 2010-10-15 20:36:31 +00:00
static_range_map.h Cleaning up google-breakpad source code of signed-unsigned comparison warnings 2012-11-21 01:33:08 +00:00
static_range_map_unittest.cc Move scoped_ptr.h to common 2013-01-17 15:53:56 +00:00
synth_minidump.cc The Google-breakpad processor rejects (ignores) context records that lack CPU type information in their context_flags fields. Such context records can be valid (e.g. contexts captured by ::RtlCaptureContext). 2012-12-08 03:18:52 +00:00
synth_minidump.h Allow processing dumps with missing stack memory for some threads 2012-11-06 16:50:01 +00:00
synth_minidump_unittest.cc The Google-breakpad processor rejects (ignores) context records that lack CPU type information in their context_flags fields. Such context records can be valid (e.g. contexts captured by ::RtlCaptureContext). 2012-12-08 03:18:52 +00:00
synth_minidump_unittest_data.h Fixing various compiler warnings and applying minor tweaks to allow running of 2012-07-02 22:55:57 +00:00
tokenize.cc This change allows compiling the google-breakpad code using a global ::string class instead of std::string. For more details take a look at common/using_std_string.h 2012-06-28 22:46:01 +00:00
tokenize.h This change allows compiling the google-breakpad code using a global ::string class instead of std::string. For more details take a look at common/using_std_string.h 2012-06-28 22:46:01 +00:00
windows_frame_info.h This change allows compiling the google-breakpad code using a global ::string class instead of std::string. For more details take a look at common/using_std_string.h 2012-06-28 22:46:01 +00:00