| /llvm-project-15.0.7/lldb/include/lldb/Utility/ |
| H A D | State.h | 61 bool StateIsStoppedState(lldb::StateType state, bool must_exist);
|
| /llvm-project-15.0.7/lldb/source/Utility/ |
| H A D | State.cpp | 89 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 D | Process.cpp | 665 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 D | ExecutionContext.cpp | 120 (m_process_sp && StateIsStoppedState(m_process_sp->GetState(), true))) { in ExecutionContext() 512 StateIsStoppedState(process_sp->GetState(), true)) { in SetTargetPtr()
|
| H A D | Thread.cpp | 1894 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 D | SBDebugger.i | 409 StateIsStoppedState (lldb::StateType state);
|
| /llvm-project-15.0.7/lldb/include/lldb/API/ |
| H A D | SBDebugger.h | 271 static bool StateIsStoppedState(lldb::StateType state);
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | IOHandlerCursesGUI.cpp | 5105 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 D | Value.cpp | 404 ? StateIsStoppedState(exe_ctx->GetProcessPtr()->GetState(), in GetValueAsData()
|
| H A D | Debugger.cpp | 1593 state_is_stopped = StateIsStoppedState(event_state, false); in HandleProcessEvent()
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBDebugger.cpp | 619 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 D | SBThread.cpp | 1069 return StateIsStoppedState(exe_ctx.GetThreadPtr()->GetState(), true); in IsStopped()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/ |
| H A D | NativeThreadLinux.cpp | 368 if (!StateIsStoppedState(m_state, false)) in IsStopped()
|
| H A D | NativeProcessLinux.cpp | 784 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 D | NativeProcessProtocol.cpp | 720 if (StateIsStoppedState(state, false)) { in SetState()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/MacOSX-Kernel/ |
| H A D | ProcessKDP.cpp | 898 if (StateIsStoppedState(state, true)) { in DoExecute()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/FreeBSD/ |
| H A D | NativeProcessFreeBSD.cpp | 502 if (StateIsStoppedState(m_state, false)) in Halt()
|
| /llvm-project-15.0.7/lldb/source/Commands/ |
| H A D | CommandObjectTarget.cpp | 105 show_process_status = StateIsStoppedState(state, true); in DumpTargetInfo() 4289 if (!StateIsStoppedState(process_state, true)) { in AddSymbolsForFrame() 4335 if (!StateIsStoppedState(process_state, true)) { in AddSymbolsForStack()
|