| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | State.h | 61 bool StateIsStoppedState(lldb::StateType state, bool must_exist);
|
| /freebsd-13.1/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-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | Process.cpp | 645 if (!wait_always && StateIsStoppedState(state, true) && in WaitForProcessToStop() 646 StateIsStoppedState(GetPrivateState(), true)) { in WaitForProcessToStop() 1126 if (StateIsStoppedState(state, true)) { in UpdateThreadListIfNeeded() 1238 if (StateIsStoppedState(state, true)) { in UpdateQueueListIfNeeded() 1350 if (!StateIsStoppedState(state, must_be_alive)) in ResumeSynchronous() 1417 if (StateIsStoppedState(new_state, false)) { in SetPrivateState() 2435 if (StateIsStoppedState(state, false)) in WaitForProcessStopPrivate() 2614 if (!StateIsStoppedState(state, false)) { in LoadCore() 3666 } else if (StateIsStoppedState(new_state, false)) { in HandlePrivateEvent() 3816 StateIsStoppedState(internal_state, true)) { in RunPrivateStateThread() [all …]
|
| H A D | ExecutionContext.cpp | 122 (m_process_sp && StateIsStoppedState(m_process_sp->GetState(), true))) { in ExecutionContext() 518 StateIsStoppedState(process_sp->GetState(), true)) { in SetTargetPtr()
|
| H A D | Thread.cpp | 1901 if (StateIsStoppedState(process->GetState(), true)) { in StepIn() 1934 if (StateIsStoppedState(process->GetState(), true)) { in StepOver() 1966 if (StateIsStoppedState(process->GetState(), true)) { in StepOut()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | IOHandlerCursesGUI.cpp | 3619 if (StateIsStoppedState(state, true)) { in WindowDelegateDraw() 3882 if (StateIsStoppedState(state, true)) { in TreeDelegateGenerateChildren() 3914 if (StateIsStoppedState(state, true)) { in TreeDelegateItemSelected() 3973 if (StateIsStoppedState(state, true)) { in TreeDelegateGenerateChildren() 4017 if (!StateIsStoppedState(state, true)) in TreeDelegateUpdateSelection() 4427 if (StateIsStoppedState(state, true)) { in WindowDelegateDraw() 4917 StateIsStoppedState(process->GetState(), true)) in MenuDelegateAction() 4929 StateIsStoppedState(process->GetState(), true)) in MenuDelegateAction() 4941 StateIsStoppedState(process->GetState(), true)) in MenuDelegateAction() 5196 if (StateIsStoppedState(state, true)) { in WindowDelegateDraw() [all …]
|
| H A D | Value.cpp | 407 ? StateIsStoppedState(exe_ctx->GetProcessPtr()->GetState(), in GetValueAsData()
|
| H A D | Debugger.cpp | 1392 state_is_stopped = StateIsStoppedState(event_state, false); in HandleProcessEvent()
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBDebugger.i | 387 StateIsStoppedState (lldb::StateType state);
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBDebugger.h | 258 static bool StateIsStoppedState(lldb::StateType state);
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBDebugger.cpp | 621 bool is_stopped = StateIsStoppedState(event_state); in HandleProcessEvent() 755 bool SBDebugger::StateIsStoppedState(StateType state) { in StateIsStoppedState() function in SBDebugger 756 LLDB_RECORD_STATIC_METHOD(bool, SBDebugger, StateIsStoppedState, in StateIsStoppedState() 759 const bool result = lldb_private::StateIsStoppedState(state, false); in StateIsStoppedState() 1797 LLDB_REGISTER_STATIC_METHOD(bool, SBDebugger, StateIsStoppedState, in RegisterMethods()
|
| H A D | SBThread.cpp | 1100 return StateIsStoppedState(exe_ctx.GetThreadPtr()->GetState(), true); in IsStopped()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | NativeProcessProtocol.cpp | 707 if (StateIsStoppedState(state, false)) { in SetState()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectTarget.cpp | 95 show_process_status = StateIsStoppedState(state, true); in DumpTargetInfo() 4163 if (StateIsStoppedState(process_state, true)) { in DoExecute()
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 19570 result = (bool)lldb::SBDebugger::StateIsStoppedState(arg1); in _wrap_SBDebugger_StateIsStoppedState()
|