Adds a passing test for step-over and step-out when the inferior is about to call...
authorAshok Thirumurthi <ashok.thirumurthi@intel.com>
Mon, 15 Jul 2013 15:05:33 +0000 (15:05 +0000)
committerAshok Thirumurthi <ashok.thirumurthi@intel.com>
Mon, 15 Jul 2013 15:05:33 +0000 (15:05 +0000)
commitc3ae8e63f9fb44c65b356efe07350cacd2bb9f04
tree0c69ddae0a180ed6cac232694a7ffbfbe3647547
parent49a9448d957ece632a619d91221c82516233b75b
Adds a passing test for step-over and step-out when the inferior is about to call longjmp (non-local goto) in a single-threaded inferior.

llvm-svn: 186325
lldb/test/functionalities/longjmp/Makefile [new file with mode: 0644]
lldb/test/functionalities/longjmp/TestLongjmp.py [new file with mode: 0644]
lldb/test/functionalities/longjmp/main.c [new file with mode: 0644]