hanchenye-llvm-project/lldb/test/stl
Johnny Chen c13ee52c2f Fixed an error in Debugger::UpdateExecutionContext() where an invalid index ID 0
was used to set the selected thread if none was selected.  Use a more robust
API to accomplish the task.

Also fixed an error found, while investigating, in CommandObjectThreadSelect::
Execute() where the return status was not properly set if successful.

As a result, both the stl step-in test cases with expectedFailure decorators now
passed.

llvm-svn: 113825
2010-09-14 00:53:53 +00:00
..
Makefile Makefile refactoring for the test suite. Added a make directory under test, 2010-08-23 23:56:08 +00:00
TestSTL.py Fixed an error in Debugger::UpdateExecutionContext() where an invalid index ID 0 2010-09-14 00:53:53 +00:00
cmds.txt
main.cpp