llvm-project/lldb/test/functionalities/inferior-crashing
Ashok Thirumurthi 8b5773053b Fix the partial backtrace in a recursive inferior compiled with -fomit-frame-pointer.
- Removes the block in UnwindLLDB::AddOneMoreFrame that tests for a bad stack setup,
since it is neither correct (tests the FP GPR), complete (doesn't consider multi-frame
cycles), nor reachable (the construction of RegisterContextLLDB will fail in the case 
where either of the two (why just two?) previous frames have the same canonical frame
address as the frame that we propose adding to the stack).

llvm-svn: 191430
2013-09-26 14:35:59 +00:00
..
recursive-inferior Fix the partial backtrace in a recursive inferior compiled with -fomit-frame-pointer. 2013-09-26 14:35:59 +00:00
Makefile
TestInferiorCrashing.py test: Add @expectedFailureFreeBSD decorators 2013-09-10 17:15:05 +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