Home
last modified time | relevance | path

Searched refs:StateType (Results 1 – 25 of 72) sorted by relevance

123

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Host/
HDDebug.h24 …lldb::StateType state; // Valid values are eStateStopped/eStateSuspended, eStateRunning, and eSta…
44 ResumeActionList (lldb::StateType default_action, int signal) : in ResumeActionList()
81 lldb::StateType state,
121 NumActionsWithState (lldb::StateType state) const in NumActionsWithState()
134 SetDefaultThreadActionIfNeeded (lldb::StateType action, int signal) in SetDefaultThreadActionIfNeeded()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDState.h33 StateAsCString (lldb::StateType state);
47 StateIsRunningState (lldb::StateType state);
71 StateIsStoppedState (lldb::StateType state, bool must_exist);
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/
HDThread.h202 lldb::StateType
206 SetState (lldb::StateType state);
226 SetResumeState (lldb::StateType state, bool override_suspend = false)
242 lldb::StateType
257 ShouldResume (lldb::StateType resume_state);
261 WillResume (lldb::StateType resume_state) in WillResume()
1234 lldb::StateType
1338 lldb::StateType m_state; ///< The state of our process.
1347 …lldb::StateType m_resume_state; ///< This state is used to force a thread to be suspen…
1348 …lldb::StateType m_temporary_resume_state; ///< This state records what the thread was told to …
HDProcess.h802 void (*process_state_changed) (void *baton, Process *process, lldb::StateType state);
812 ProcessEventData (const lldb::ProcessSP &process, lldb::StateType state);
828 lldb::StateType
872 static lldb::StateType
923 lldb::StateType m_state;
1857 lldb::StateType
1927 lldb::StateType
2808 lldb::StateType
2814 lldb::StateType
2840 lldb::StateType
[all …]
HDThreadPlan.h350 lldb::StateType
383 WillResume (lldb::StateType resume_state, bool current_plan);
571 DoWillResume (lldb::StateType resume_state, bool current_plan) { return true; }; in DoWillResume()
613 virtual lldb::StateType
690 virtual lldb::StateType
HDThreadPlanBase.h41 virtual lldb::StateType GetPlanRunState ();
57 virtual bool DoWillResume (lldb::StateType resume_state, bool current_plan);
HDThreadPlanStepOverBreakpoint.h32 virtual lldb::StateType GetPlanRunState ();
47 virtual bool DoWillResume (lldb::StateType resume_state, bool current_plan);
HDThreadPlanStepThrough.h31 virtual lldb::StateType GetPlanRunState ();
38 virtual bool DoWillResume (lldb::StateType resume_state, bool current_plan);
HDThreadPlanStepUntil.h32 virtual lldb::StateType GetPlanRunState ();
37 virtual bool DoWillResume (lldb::StateType resume_state, bool current_plan);
HDThreadPlanStepOut.h42 virtual lldb::StateType GetPlanRunState ();
61 virtual bool DoWillResume (lldb::StateType resume_state, bool current_plan);
HDThreadPlanPython.h68 virtual lldb::StateType
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDState.cpp21 lldb_private::StateAsCString (StateType state) in StateAsCString()
68 lldb_private::StateIsRunningState (StateType state) in StateIsRunningState()
92 lldb_private::StateIsStoppedState (StateType state, bool must_exist) in StateIsStoppedState()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Host/common/
HDNativeProcessProtocol.h156 lldb::StateType
245 ProcessStateChanged (NativeProcessProtocol *process, lldb::StateType state) = 0;
360 lldb::StateType m_state;
377 SetState (lldb::StateType state, bool notify_delegates = true);
412 SynchronouslyNotifyProcessStateChanged (lldb::StateType state);
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
HDProcessGDBRemote.h264 IsRunning ( lldb::StateType state ) in IsRunning()
270 IsStepping ( lldb::StateType state) in IsStepping()
275 CanResume ( lldb::StateType state) in CanResume()
281 HasExited (lldb::StateType state) in HasExited()
396 lldb::StateType
399 lldb::StateType
HDGDBRemoteCommunicationServerLLGS.h111 ProcessStateChanged (NativeProcessProtocol *process, lldb::StateType state) override;
128 lldb::StateType m_inferior_prev_state;
145 SendStopReasonForState (lldb::StateType process_state, bool flush_on_exit);
/NextBSD/contrib/llvm/tools/lldb/include/lldb/API/
HDSBDebugger.h213 StateAsCString (lldb::StateType state);
216 StateIsRunningState (lldb::StateType state);
219 StateIsStoppedState (lldb::StateType state);
HDSBProcess.h158 lldb::StateType
264 static lldb::StateType
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDThreadPlanStepOverBreakpoint.cpp109 StateType
116 ThreadPlanStepOverBreakpoint::DoWillResume (StateType resume_state, bool current_plan) in DoWillResume()
HDProcess.cpp926 Process::SynchronouslyNotifyStateChanged (StateType state) in SynchronouslyNotifyStateChanged()
944 StateType
947 StateType state = eStateInvalid; in GetNextEvent()
972 StateType
984 StateType state = GetState(); in WaitForProcessToStop()
1061 StateType event_state = Process::ProcessEventData::GetStateFromEvent (event_sp.get()); in HandleProcessStateChangedEvent()
1251 StateType
1255 const StateType *match_states, in WaitForState()
1261 StateType state = GetState(); in WaitForState()
1314 StateType
[all …]
HDThreadPlan.cpp147 ThreadPlan::WillResume (StateType resume_state, bool current_plan) in WillResume()
200 lldb::StateType
330 lldb::StateType
HDThreadPlanBase.cpp207 StateType
220 ThreadPlanBase::DoWillResume (lldb::StateType resume_state, bool current_plan) in DoWillResume()
HDThreadPlanPython.cpp144 lldb::StateType
152 lldb::StateType run_state = eStateRunning; in GetPlanRunState()
HDThreadPlanStepThrough.cpp221 StateType
228 ThreadPlanStepThrough::DoWillResume (StateType resume_state, bool current_plan) in DoWillResume()
/NextBSD/contrib/llvm/tools/lldb/source/Host/common/
HDNativeProcessProtocol.cpp326 NativeProcessProtocol::SynchronouslyNotifyProcessStateChanged (lldb::StateType state) in SynchronouslyNotifyProcessStateChanged()
394 lldb::StateType
402 NativeProcessProtocol::SetState (lldb::StateType state, bool notify_delegates) in SetState()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
HDFreeBSDThread.h36 WillResume(lldb::StateType resume_state);

123