Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Core/
DState.h71 StateIsStoppedState (lldb::StateType state, bool must_exist);
/external/lldb/source/Core/
DState.cpp92 lldb_private::StateIsStoppedState (StateType state, bool must_exist) in StateIsStoppedState() function in lldb_private
DValue.cpp459 … ? StateIsStoppedState(exe_ctx->GetProcessPtr()->GetState(), true /* must_exist */) in GetValueAsData()
/external/lldb/source/Plugins/Process/Linux/
DProcessLinux.cpp165 if (!StateIsStoppedState(thread->GetState(), false)) in StopAllThreads()
/external/lldb/scripts/Python/interface/
DSBDebugger.i272 StateIsStoppedState (lldb::StateType state);
/external/lldb/include/lldb/API/
DSBDebugger.h200 StateIsStoppedState (lldb::StateType state);
/external/lldb/source/API/
DSBDebugger.cpp419 bool is_stopped = StateIsStoppedState (event_state); in HandleProcessEvent()
506 SBDebugger::StateIsStoppedState (StateType state) in StateIsStoppedState() function in SBDebugger
510 const bool result = lldb_private::StateIsStoppedState (state, false); in StateIsStoppedState()
DSBThread.cpp1000 return StateIsStoppedState(exe_ctx.GetThreadPtr()->GetState(), true); in IsStopped()
/external/lldb/source/Target/
DProcess.cpp1528 if (StateIsStoppedState (state, true)) in UpdateThreadListIfNeeded()
1651 const bool old_state_is_stopped = StateIsStoppedState(old_state, false); in SetPublicState()
1652 const bool new_state_is_stopped = StateIsStoppedState(new_state, false); in SetPublicState()
1703 const bool old_state_is_stopped = StateIsStoppedState(old_state, false); in SetPrivateState()
1704 const bool new_state_is_stopped = StateIsStoppedState(new_state, false); in SetPrivateState()
1716 if (StateIsStoppedState(new_state, false)) in SetPrivateState()
2829 if (StateIsStoppedState(state, false)) in WaitForProcessStopPrivate()
3388 if (StateIsStoppedState (state, false)) in Halt()
4039 StateIsStoppedState(internal_state, true)) in RunPrivateStateThread()
5474 if (StateIsStoppedState(state, false)) in GetStatus()
DExecutionContext.cpp697 if (StateIsStoppedState (process_sp->GetState(), true)) in SetTargetPtr()
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
DProcessKDP.cpp1007 if (StateIsStoppedState (state, true)) in DoExecute()
/external/lldb/source/Commands/
DCommandObjectProcess.cpp316 if (!StateIsStoppedState(state, must_be_alive)) in DoExecute()
DCommandObjectTarget.cpp93 show_process_status = StateIsStoppedState(state, true); in DumpTargetInfo()
4460 if (StateIsStoppedState (process_state, true)) in DoExecute()
/external/lldb/www/python_reference/
Dapi-objects.txt2780 lldb.SBDebugger.StateIsStoppedState lldb.SBDebugger-class.html#StateIsStoppedState