| /freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | State.h | 61 bool StateIsStoppedState(lldb::StateType state, bool must_exist);
|
| /freebsd/contrib/llvm-project/lldb/source/Utility/ |
| H A D | State.cpp | 89 bool lldb_private::StateIsStoppedState(StateType state, bool must_exist) { in StateIsStoppedState() function in lldb_private
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/scripted/ |
| H A D | ScriptedProcess.h | 100 if (StateIsStoppedState(state, true)) in ForceScriptedState()
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | Process.cpp | 671 if (!wait_always && StateIsStoppedState(state, true) && in WaitForProcessToStop() 672 StateIsStoppedState(GetPrivateState(), true)) { in WaitForProcessToStop() 1128 if (StateIsStoppedState(state, true)) { in UpdateThreadListIfNeeded() 1240 if (StateIsStoppedState(state, true)) { in UpdateQueueListIfNeeded() 1281 const bool new_state_is_stopped = StateIsStoppedState(new_state, false); in SetPublicState() 1308 const bool old_state_is_stopped = StateIsStoppedState(old_state, false); in SetPublicState() 1357 if (!StateIsStoppedState(state, must_be_alive)) in ResumeSynchronous() 1414 const bool old_state_is_stopped = StateIsStoppedState(old_state, false); in SetPrivateState() 1415 const bool new_state_is_stopped = StateIsStoppedState(new_state, false); in SetPrivateState() 1428 if (StateIsStoppedState(new_state, false)) { in SetPrivateState() [all …]
|
| H A D | ExecutionContext.cpp | 121 (m_process_sp && StateIsStoppedState(m_process_sp->GetState(), true))) { in ExecutionContext() 513 StateIsStoppedState(process_sp->GetState(), true)) { in SetTargetPtr()
|
| H A D | Thread.cpp | 1975 if (StateIsStoppedState(process->GetState(), true)) { in StepIn() 2008 if (StateIsStoppedState(process->GetState(), true)) { in StepOver() 2040 if (StateIsStoppedState(process->GetState(), true)) { in StepOut()
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | IOHandlerCursesGUI.cpp | 5133 if (StateIsStoppedState(state, true)) { in TreeDelegateGenerateChildren() 5164 if (StateIsStoppedState(state, true)) { in TreeDelegateItemSelected() 5233 if (StateIsStoppedState(state, true)) { in TreeDelegateGenerateChildren() 5276 if (!StateIsStoppedState(state, true)) in TreeDelegateUpdateSelection() 5919 if (StateIsStoppedState(state, true)) { in WindowDelegateDraw() 6422 StateIsStoppedState(process->GetState(), true)) in MenuDelegateAction() 6434 StateIsStoppedState(process->GetState(), true)) { in MenuDelegateAction() 6450 StateIsStoppedState(process->GetState(), true)) in MenuDelegateAction() 6487 StateIsStoppedState(process->GetState(), true)) in MenuDelegateAction() 6537 StateIsStoppedState(process->GetState(), true)) { in MenuDelegateAction() [all …]
|
| H A D | Value.cpp | 433 ? StateIsStoppedState(exe_ctx->GetProcessPtr()->GetState(), in GetValueAsData()
|
| H A D | Debugger.cpp | 1971 state_is_stopped = StateIsStoppedState(event_state, false); in HandleProcessEvent()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBDebugger.h | 448 static bool StateIsStoppedState(lldb::StateType state);
|
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBDebugger.cpp | 625 bool is_stopped = StateIsStoppedState(event_state); in HandleProcessEvent() 774 bool SBDebugger::StateIsStoppedState(StateType state) { in StateIsStoppedState() function in SBDebugger 777 const bool result = lldb_private::StateIsStoppedState(state, false); in StateIsStoppedState()
|
| H A D | SBThread.cpp | 1079 return StateIsStoppedState(exe_ctx.GetThreadPtr()->GetState(), true); in IsStopped()
|
| /freebsd/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | NativeProcessProtocol.cpp | 745 if (StateIsStoppedState(state, false)) { in SetState()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/ |
| H A D | NativeProcessFreeBSD.cpp | 528 if (StateIsStoppedState(m_state, false)) in Halt()
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectTarget.cpp | 116 show_process_status = StateIsStoppedState(state, true); in DumpTargetInfo() 4504 if (!StateIsStoppedState(process_state, true)) { in AddSymbolsForFrame() 4547 if (!StateIsStoppedState(process_state, true)) { in AddSymbolsForStack()
|
| /freebsd/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 22954 result = (bool)lldb::SBDebugger::StateIsStoppedState(arg1); in _wrap_SBDebugger_StateIsStoppedState()
|