Add tests for 'thread step out' for multithreaded programs
authorDaniel Malea <daniel.malea@intel.com>
Tue, 16 Jul 2013 19:41:37 +0000 (19:41 +0000)
committerDaniel Malea <daniel.malea@intel.com>
Tue, 16 Jul 2013 19:41:37 +0000 (19:41 +0000)
commit7987088a8ab4c30ce3327bcf2ace53f4b24f133c
treebc4b5b370f65a5a791010f28c493fcd28b51cbd7
parentd9508b704d18901608aeb9cf82c87ae4cc7566be
Add tests for 'thread step out' for multithreaded programs
- test with python API
- test with command interpreter
- test stepping a single (selected) thread
- test stepping all threads in the program

llvm-svn: 186446
lldb/test/functionalities/thread/step_out/Makefile [new file with mode: 0644]
lldb/test/functionalities/thread/step_out/TestThreadStepOut.py [new file with mode: 0644]
lldb/test/functionalities/thread/step_out/main.cpp [new file with mode: 0644]