Skip to content
Commit c13ee52c authored by Johnny Chen's avatar Johnny Chen
Browse files

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
parent e1e70b93
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment