breakpad/src/processor
mmentovai 0dbedc973d Better testing for Stackwalker (#18). r=bryner
- Test StackwalkerX86 and StackwalkerPPC on the current process, if built
   by a supported compiler (gcc) on a supported (walkable) CPU (x86, ppc).
 - This test is not enabled by default because of certain optimizations
   that interfere with it (stack frame reuse, frame pointer omission).  See
   the comments at the top of stackwalker_selftest.cc.  To enable this
   test in the standard "make check" suite, configure with --enable-selftest.

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


git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@35 4c0a9323-5329-0410-9bdc-e9ce6186880e
2006-09-25 21:16:15 +00:00
..
testdata Relicense to BSD (#29). r=bryner 2006-09-20 21:16:16 +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 Relicense to BSD (#29). r=bryner 2006-09-20 21:16:16 +00:00
contained_range_map_unittest.cc Relicense to BSD (#29). r=bryner 2006-09-20 21:16:16 +00:00
linked_ptr.h Relicense to BSD (#29). r=bryner 2006-09-20 21:16:16 +00:00
memory_region.h Relicense to BSD (#29). r=bryner 2006-09-20 21:16:16 +00:00
minidump.cc ppc stackwalker (#30). r=bryner 2006-09-25 18:29:48 +00:00
minidump.h Add ppc support to minidump reader (#27). r=bryner. 2006-09-22 01:10:25 +00:00
minidump_dump.cc Relicense to BSD (#29). r=bryner 2006-09-20 21:16:16 +00:00
minidump_dump_test Relicense to BSD (#29). r=bryner 2006-09-20 21:16:16 +00:00
minidump_format.h Add ppc support to minidump reader (#27). r=bryner. 2006-09-22 01:10:25 +00:00
minidump_processor.cc ppc stackwalker (#30). r=bryner 2006-09-25 18:29:48 +00:00
minidump_processor_unittest.cc Relicense to BSD (#29). r=bryner 2006-09-20 21:16:16 +00:00
minidump_stackwalk.cc ppc stackwalker (#30). r=bryner 2006-09-25 18:29:48 +00:00
minidump_stackwalk_test Relicense to BSD (#29). r=bryner 2006-09-20 21:16:16 +00:00
postfix_evaluator-inl.h Handle frame pointer omission (#21), part 2: PostfixEvaluator. r=bryner. 2006-09-22 00:42:23 +00:00
postfix_evaluator.h Handle frame pointer omission (#21), part 2: PostfixEvaluator. r=bryner. 2006-09-22 00:42:23 +00:00
postfix_evaluator_unittest.cc Handle frame pointer omission (#21), part 2: PostfixEvaluator. r=bryner. 2006-09-22 00:42:23 +00:00
range_map-inl.h Relicense to BSD (#29). r=bryner 2006-09-20 21:16:16 +00:00
range_map.h Relicense to BSD (#29). r=bryner 2006-09-20 21:16:16 +00:00
range_map_unittest.cc Relicense to BSD (#29). r=bryner 2006-09-20 21:16:16 +00:00
source_line_resolver.cc Relicense to BSD (#29). r=bryner 2006-09-20 21:16:16 +00:00
source_line_resolver.h Relicense to BSD (#29). r=bryner 2006-09-20 21:16:16 +00:00
source_line_resolver_unittest.cc Relicense to BSD (#29). r=bryner 2006-09-20 21:16:16 +00:00
stackwalker.cc ppc stackwalker (#30). r=bryner 2006-09-25 18:29:48 +00:00
stackwalker.h ppc stackwalker (#30). r=bryner 2006-09-25 18:29:48 +00:00
stackwalker_ppc.cc ppc stackwalker (#30). r=bryner 2006-09-25 18:29:48 +00:00
stackwalker_ppc.h ppc stackwalker (#30). r=bryner 2006-09-25 18:29:48 +00:00
stackwalker_selftest.cc Better testing for Stackwalker (#18). r=bryner 2006-09-25 21:16:15 +00:00
stackwalker_x86.cc ppc stackwalker (#30). r=bryner 2006-09-25 18:29:48 +00:00
stackwalker_x86.h ppc stackwalker (#30). r=bryner 2006-09-25 18:29:48 +00:00