diff options
Diffstat (limited to 'lldb/source/API/SBDebugger.cpp')
| -rw-r--r-- | lldb/source/API/SBDebugger.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/API/SBDebugger.cpp b/lldb/source/API/SBDebugger.cpp index b15bc3d7611..b8be227f557 100644 --- a/lldb/source/API/SBDebugger.cpp +++ b/lldb/source/API/SBDebugger.cpp @@ -452,7 +452,7 @@ SBDebugger::StateIsStoppedState (StateType state) { LogSP log(GetLogIfAllCategoriesSet (LIBLLDB_LOG_API)); - const bool result = lldb_private::StateIsStoppedState (state); + const bool result = lldb_private::StateIsStoppedState (state, false); if (log) log->Printf ("SBDebugger::StateIsStoppedState (state=%s) => %i", StateAsCString (state), result); |

