diff options
Diffstat (limited to 'lldb/source/Target/ThreadPlanCallFunction.cpp')
-rw-r--r-- | lldb/source/Target/ThreadPlanCallFunction.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Target/ThreadPlanCallFunction.cpp b/lldb/source/Target/ThreadPlanCallFunction.cpp index 95a7d0d8047..9e29256b119 100644 --- a/lldb/source/Target/ThreadPlanCallFunction.cpp +++ b/lldb/source/Target/ThreadPlanCallFunction.cpp @@ -330,7 +330,7 @@ ThreadPlanCallFunction::SetStopOthers (bool new_value) } StateType -ThreadPlanCallFunction::RunState () +ThreadPlanCallFunction::GetPlanRunState () { return eStateRunning; } |