/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 | 700 if (!wait_always && StateIsStoppedState(state, true) && in WaitForProcessToStop() 701 StateIsStoppedState(GetPrivateState(), true)) { in WaitForProcessToStop() 1182 if (StateIsStoppedState(state, true)) { in UpdateThreadListIfNeeded() 1294 if (StateIsStoppedState(state, true)) { in UpdateQueueListIfNeeded() 1340 const bool new_state_is_stopped = StateIsStoppedState(new_state, false); in SetPublicState() 1367 const bool old_state_is_stopped = StateIsStoppedState(old_state, false); in SetPublicState() 1416 if (!StateIsStoppedState(state, must_be_alive)) in ResumeSynchronous() 1473 const bool old_state_is_stopped = StateIsStoppedState(old_state, false); in SetPrivateState() 1474 const bool new_state_is_stopped = StateIsStoppedState(new_state, false); in SetPrivateState() 1487 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 | 1927 if (StateIsStoppedState(process->GetState(), true)) { in StepIn() 1960 if (StateIsStoppedState(process->GetState(), true)) { in StepOver() 1992 if (StateIsStoppedState(process->GetState(), true)) { in StepOut()
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | IOHandlerCursesGUI.cpp | 5131 if (StateIsStoppedState(state, true)) { in TreeDelegateGenerateChildren() 5162 if (StateIsStoppedState(state, true)) { in TreeDelegateItemSelected() 5231 if (StateIsStoppedState(state, true)) { in TreeDelegateGenerateChildren() 5274 if (!StateIsStoppedState(state, true)) in TreeDelegateUpdateSelection() 5917 if (StateIsStoppedState(state, true)) { in WindowDelegateDraw() 6420 StateIsStoppedState(process->GetState(), true)) in MenuDelegateAction() 6432 StateIsStoppedState(process->GetState(), true)) { in MenuDelegateAction() 6448 StateIsStoppedState(process->GetState(), true)) in MenuDelegateAction() 6485 StateIsStoppedState(process->GetState(), true)) in MenuDelegateAction() 6535 StateIsStoppedState(process->GetState(), true)) { in MenuDelegateAction() [all …]
|
H A D | Value.cpp | 421 ? StateIsStoppedState(exe_ctx->GetProcessPtr()->GetState(), in GetValueAsData()
|
H A D | Debugger.cpp | 1801 state_is_stopped = StateIsStoppedState(event_state, false); in HandleProcessEvent()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
H A D | SBDebugger.h | 327 static bool StateIsStoppedState(lldb::StateType state);
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBDebugger.cpp | 668 bool is_stopped = StateIsStoppedState(event_state); in HandleProcessEvent() 814 bool SBDebugger::StateIsStoppedState(StateType state) { in StateIsStoppedState() function in SBDebugger 817 const bool result = lldb_private::StateIsStoppedState(state, false); in StateIsStoppedState()
|
H A D | SBThread.cpp | 1065 return StateIsStoppedState(exe_ctx.GetThreadPtr()->GetState(), true); in IsStopped()
|
/freebsd/contrib/llvm-project/lldb/source/Host/common/ |
H A D | NativeProcessProtocol.cpp | 742 if (StateIsStoppedState(state, false)) { in SetState()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/ |
H A D | NativeProcessFreeBSD.cpp | 521 if (StateIsStoppedState(m_state, false)) in Halt()
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectTarget.cpp | 115 show_process_status = StateIsStoppedState(state, true); in DumpTargetInfo() 4491 if (!StateIsStoppedState(process_state, true)) { in AddSymbolsForFrame() 4534 if (!StateIsStoppedState(process_state, true)) { in AddSymbolsForStack()
|
/freebsd/lib/clang/liblldb/ |
H A D | LLDBWrapLua.cpp | 22641 result = (bool)lldb::SBDebugger::StateIsStoppedState(arg1); in _wrap_SBDebugger_StateIsStoppedState()
|