hanchenye-llvm-project/lldb/test/functionalities/inferior-crashing
Ashok Thirumurthi e244ceec2e Adding a test case for pr15415 - partial backtrace with -fomit-frame-pointer
that is patterned after its parent TestInferiorCrashing.py.

- The xfail decorator limits the xfail to tool-chains that support this compiler option.
- Included a TODO concerning the platform-specific behavior when 'next' is issued after a crash.
- Toggling -fomit-frame-pointer results in an xpass as mentioned in pr15415.

Thanks to Daniel for the review, and Samuel for the bug report and reproducer.

llvm-svn: 183434
2013-06-06 19:22:05 +00:00
..
recursive-inferior Adding a test case for pr15415 - partial backtrace with -fomit-frame-pointer 2013-06-06 19:22:05 +00:00
Makefile
TestInferiorCrashing.py Uses a helper to consistently verify the stop reason in all tests. 2013-05-17 15:22:33 +00:00
main.c Added an integration test to step through a crash and then test for globals, locals, arguments, registers and the back-trace. 2013-05-10 14:37:49 +00:00