diff options
Diffstat (limited to 'lldb/source/Target/ThreadList.cpp')
| -rw-r--r-- | lldb/source/Target/ThreadList.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/Target/ThreadList.cpp b/lldb/source/Target/ThreadList.cpp index d2d7abe3699..d581a7c9606 100644 --- a/lldb/source/Target/ThreadList.cpp +++ b/lldb/source/Target/ThreadList.cpp @@ -582,6 +582,7 @@ ThreadList::WillResume () if (thread_sp == GetSelectedThread()) { + // If the currently selected thread wants to run on its own, always let it. run_only_current_thread = true; run_me_only_list.Clear(); run_me_only_list.AddThread (thread_sp); |

