Home
last modified time | relevance | path

Searched refs:StateIsStoppedState (Results 1 – 18 of 18) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DState.h61 bool StateIsStoppedState(lldb::StateType state, bool must_exist);
/llvm-project-15.0.7/lldb/source/Utility/
H A DState.cpp89 bool lldb_private::StateIsStoppedState(StateType state, bool must_exist) { in StateIsStoppedState() function in lldb_private
/llvm-project-15.0.7/lldb/source/Target/
H A DProcess.cpp665 if (!wait_always && StateIsStoppedState(state, true) && in WaitForProcessToStop()
666 StateIsStoppedState(GetPrivateState(), true)) { in WaitForProcessToStop()
1145 if (StateIsStoppedState(state, true)) { in UpdateThreadListIfNeeded()
1257 if (StateIsStoppedState(state, true)) { in UpdateQueueListIfNeeded()
1376 if (!StateIsStoppedState(state, must_be_alive)) in ResumeSynchronous()
1442 if (StateIsStoppedState(new_state, false)) { in SetPrivateState()
2420 if (StateIsStoppedState(state, false)) in WaitForProcessStopPrivate()
2638 if (!StateIsStoppedState(state, false)) { in LoadCore()
3694 } else if (StateIsStoppedState(new_state, false)) { in HandlePrivateEvent()
3836 StateIsStoppedState(internal_state, true)) { in RunPrivateStateThread()
[all …]
H A DExecutionContext.cpp120 (m_process_sp && StateIsStoppedState(m_process_sp->GetState(), true))) { in ExecutionContext()
512 StateIsStoppedState(process_sp->GetState(), true)) { in SetTargetPtr()
H A DThread.cpp1894 if (StateIsStoppedState(process->GetState(), true)) { in StepIn()
1927 if (StateIsStoppedState(process->GetState(), true)) { in StepOver()
1959 if (StateIsStoppedState(process->GetState(), true)) { in StepOut()
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBDebugger.i409 StateIsStoppedState (lldb::StateType state);
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBDebugger.h271 static bool StateIsStoppedState(lldb::StateType state);
/llvm-project-15.0.7/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp5105 if (StateIsStoppedState(state, true)) { in TreeDelegateGenerateChildren()
5137 if (StateIsStoppedState(state, true)) { in TreeDelegateItemSelected()
5206 if (StateIsStoppedState(state, true)) { in TreeDelegateGenerateChildren()
5250 if (!StateIsStoppedState(state, true)) in TreeDelegateUpdateSelection()
5895 if (StateIsStoppedState(state, true)) { in WindowDelegateDraw()
6398 StateIsStoppedState(process->GetState(), true)) in MenuDelegateAction()
6425 StateIsStoppedState(process->GetState(), true)) in MenuDelegateAction()
6462 StateIsStoppedState(process->GetState(), true)) in MenuDelegateAction()
6512 StateIsStoppedState(process->GetState(), true)) { in MenuDelegateAction()
6725 if (StateIsStoppedState(state, true)) { in WindowDelegateDraw()
[all …]
H A DValue.cpp404 ? StateIsStoppedState(exe_ctx->GetProcessPtr()->GetState(), in GetValueAsData()
H A DDebugger.cpp1593 state_is_stopped = StateIsStoppedState(event_state, false); in HandleProcessEvent()
/llvm-project-15.0.7/lldb/source/API/
H A DSBDebugger.cpp619 bool is_stopped = StateIsStoppedState(event_state); in HandleProcessEvent()
762 bool SBDebugger::StateIsStoppedState(StateType state) { in StateIsStoppedState() function in SBDebugger
765 const bool result = lldb_private::StateIsStoppedState(state, false); in StateIsStoppedState()
H A DSBThread.cpp1069 return StateIsStoppedState(exe_ctx.GetThreadPtr()->GetState(), true); in IsStopped()
/llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/
H A DNativeThreadLinux.cpp368 if (!StateIsStoppedState(m_state, false)) in IsStopped()
H A DNativeProcessLinux.cpp784 if (!StateIsStoppedState(thread_state, false)) { in MonitorSignal()
1023 } else if (!stopped_thread && StateIsStoppedState(thread_state, true)) { in Interrupt()
/llvm-project-15.0.7/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp720 if (StateIsStoppedState(state, false)) { in SetState()
/llvm-project-15.0.7/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDP.cpp898 if (StateIsStoppedState(state, true)) { in DoExecute()
/llvm-project-15.0.7/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp502 if (StateIsStoppedState(m_state, false)) in Halt()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectTarget.cpp105 show_process_status = StateIsStoppedState(state, true); in DumpTargetInfo()
4289 if (!StateIsStoppedState(process_state, true)) { in AddSymbolsForFrame()
4335 if (!StateIsStoppedState(process_state, true)) { in AddSymbolsForStack()