mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2025-12-26 17:25:04 +01:00
- 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 |
||
|---|---|---|
| .. | ||
| testdata | ||
| contained_range_map-inl.h | ||
| contained_range_map.h | ||
| contained_range_map_unittest.cc | ||
| linked_ptr.h | ||
| memory_region.h | ||
| minidump.cc | ||
| minidump.h | ||
| minidump_dump.cc | ||
| minidump_dump_test | ||
| minidump_format.h | ||
| minidump_processor.cc | ||
| minidump_processor_unittest.cc | ||
| minidump_stackwalk.cc | ||
| minidump_stackwalk_test | ||
| postfix_evaluator-inl.h | ||
| postfix_evaluator.h | ||
| postfix_evaluator_unittest.cc | ||
| range_map-inl.h | ||
| range_map.h | ||
| range_map_unittest.cc | ||
| source_line_resolver.cc | ||
| source_line_resolver.h | ||
| source_line_resolver_unittest.cc | ||
| stackwalker.cc | ||
| stackwalker.h | ||
| stackwalker_ppc.cc | ||
| stackwalker_ppc.h | ||
| stackwalker_selftest.cc | ||
| stackwalker_x86.cc | ||
| stackwalker_x86.h | ||