|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
tools/lldb/include/lldb/Utility/State.h 61 bool StateIsStoppedState(lldb::StateType state, bool must_exist);
References
tools/lldb/source/API/SBDebugger.cpp 711 const bool result = lldb_private::StateIsStoppedState(state, false);
tools/lldb/source/API/SBThread.cpp 1154 return StateIsStoppedState(exe_ctx.GetThreadPtr()->GetState(), true);
tools/lldb/source/Commands/CommandObjectTarget.cpp 95 show_process_status = StateIsStoppedState(state, true);
4225 if (StateIsStoppedState(process_state, true)) {
tools/lldb/source/Core/Debugger.cpp 1315 state_is_stopped = StateIsStoppedState(event_state, false);
tools/lldb/source/Core/IOHandler.cpp 2215 if (StateIsStoppedState(state, true)) {
2476 if (StateIsStoppedState(state, true)) {
2508 if (StateIsStoppedState(state, true)) {
2566 if (StateIsStoppedState(state, true)) {
2987 if (StateIsStoppedState(state, true)) {
3472 StateIsStoppedState(process->GetState(), true))
3484 StateIsStoppedState(process->GetState(), true))
3496 StateIsStoppedState(process->GetState(), true))
3508 StateIsStoppedState(process->GetState(), true))
3556 StateIsStoppedState(process->GetState(), true)) {
3736 if (StateIsStoppedState(state, true)) {
3819 if (StateIsStoppedState(state, true)) {
4396 StateIsStoppedState(exe_ctx.GetProcessRef().GetState(), true)) {
4408 StateIsStoppedState(exe_ctx.GetProcessRef().GetState(), true)) {
4421 StateIsStoppedState(exe_ctx.GetProcessRef().GetState(), true)) {
tools/lldb/source/Core/Value.cpp 422 ? StateIsStoppedState(exe_ctx->GetProcessPtr()->GetState(),
tools/lldb/source/Host/common/NativeProcessProtocol.cpp 733 if (StateIsStoppedState(state, false)) {
tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp 812 if (!StateIsStoppedState(thread_state, false)) {
1157 } else if (!stopped_thread && StateIsStoppedState(thread_state, true)) {
tools/lldb/source/Plugins/Process/Linux/NativeThreadLinux.cpp 305 if (!StateIsStoppedState(m_state, false))
tools/lldb/source/Target/ExecutionContext.cpp 122 (m_process_sp && StateIsStoppedState(m_process_sp->GetState(), true))) {
519 StateIsStoppedState(process_sp->GetState(), true)) {
tools/lldb/source/Target/Process.cpp 737 if (!wait_always && StateIsStoppedState(state, true) &&
738 StateIsStoppedState(GetPrivateState(), true)) {
1187 if (StateIsStoppedState(state, true)) {
1261 if (StateIsStoppedState(state, true)) {
1321 const bool old_state_is_stopped = StateIsStoppedState(old_state, false);
1322 const bool new_state_is_stopped = StateIsStoppedState(new_state, false);
1373 if (!StateIsStoppedState(state, must_be_alive))
1426 const bool old_state_is_stopped = StateIsStoppedState(old_state, false);
1427 const bool new_state_is_stopped = StateIsStoppedState(new_state, false);
1440 if (StateIsStoppedState(new_state, false)) {
2459 if (StateIsStoppedState(state, false))
2633 if (!StateIsStoppedState(state, false)) {
3680 } else if (StateIsStoppedState(new_state, false)) {
3830 StateIsStoppedState(internal_state, true)) {
3836 if (StateIsStoppedState(internal_state, true)) {
5432 if (StateIsStoppedState(state, false)) {
tools/lldb/source/Target/Thread.cpp 2110 if (StateIsStoppedState(process->GetState(), true)) {
2143 if (StateIsStoppedState(process->GetState(), true)) {
2175 if (StateIsStoppedState(process->GetState(), true)) {