Searched refs:StateIsStoppedState (Results 1 – 14 of 14) sorted by relevance
/external/lldb/include/lldb/Core/ |
D | State.h | 71 StateIsStoppedState (lldb::StateType state, bool must_exist);
|
/external/lldb/source/Core/ |
D | State.cpp | 92 lldb_private::StateIsStoppedState (StateType state, bool must_exist) in StateIsStoppedState() function in lldb_private
|
D | Value.cpp | 459 … ? StateIsStoppedState(exe_ctx->GetProcessPtr()->GetState(), true /* must_exist */) in GetValueAsData()
|
/external/lldb/source/Plugins/Process/Linux/ |
D | ProcessLinux.cpp | 165 if (!StateIsStoppedState(thread->GetState(), false)) in StopAllThreads()
|
/external/lldb/scripts/Python/interface/ |
D | SBDebugger.i | 272 StateIsStoppedState (lldb::StateType state);
|
/external/lldb/include/lldb/API/ |
D | SBDebugger.h | 200 StateIsStoppedState (lldb::StateType state);
|
/external/lldb/source/API/ |
D | SBDebugger.cpp | 419 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()
|
D | SBThread.cpp | 1000 return StateIsStoppedState(exe_ctx.GetThreadPtr()->GetState(), true); in IsStopped()
|
/external/lldb/source/Target/ |
D | Process.cpp | 1528 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()
|
D | ExecutionContext.cpp | 697 if (StateIsStoppedState (process_sp->GetState(), true)) in SetTargetPtr()
|
/external/lldb/source/Plugins/Process/MacOSX-Kernel/ |
D | ProcessKDP.cpp | 1007 if (StateIsStoppedState (state, true)) in DoExecute()
|
/external/lldb/source/Commands/ |
D | CommandObjectProcess.cpp | 316 if (!StateIsStoppedState(state, must_be_alive)) in DoExecute()
|
D | CommandObjectTarget.cpp | 93 show_process_status = StateIsStoppedState(state, true); in DumpTargetInfo() 4460 if (StateIsStoppedState (process_state, true)) in DoExecute()
|
/external/lldb/www/python_reference/ |
D | api-objects.txt | 2780 lldb.SBDebugger.StateIsStoppedState lldb.SBDebugger-class.html#StateIsStoppedState
|