| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Host/ |
| HD | Debug.h | 24 …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/ |
| HD | State.h | 33 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/ |
| HD | Thread.h | 202 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 …
|
| HD | Process.h | 802 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 …]
|
| HD | ThreadPlan.h | 350 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
|
| HD | ThreadPlanBase.h | 41 virtual lldb::StateType GetPlanRunState (); 57 virtual bool DoWillResume (lldb::StateType resume_state, bool current_plan);
|
| HD | ThreadPlanStepOverBreakpoint.h | 32 virtual lldb::StateType GetPlanRunState (); 47 virtual bool DoWillResume (lldb::StateType resume_state, bool current_plan);
|
| HD | ThreadPlanStepThrough.h | 31 virtual lldb::StateType GetPlanRunState (); 38 virtual bool DoWillResume (lldb::StateType resume_state, bool current_plan);
|
| HD | ThreadPlanStepUntil.h | 32 virtual lldb::StateType GetPlanRunState (); 37 virtual bool DoWillResume (lldb::StateType resume_state, bool current_plan);
|
| HD | ThreadPlanStepOut.h | 42 virtual lldb::StateType GetPlanRunState (); 61 virtual bool DoWillResume (lldb::StateType resume_state, bool current_plan);
|
| HD | ThreadPlanPython.h | 68 virtual lldb::StateType
|
| /NextBSD/contrib/llvm/tools/lldb/source/Core/ |
| HD | State.cpp | 21 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/ |
| HD | NativeProcessProtocol.h | 156 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/ |
| HD | ProcessGDBRemote.h | 264 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
|
| HD | GDBRemoteCommunicationServerLLGS.h | 111 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/ |
| HD | SBDebugger.h | 213 StateAsCString (lldb::StateType state); 216 StateIsRunningState (lldb::StateType state); 219 StateIsStoppedState (lldb::StateType state);
|
| HD | SBProcess.h | 158 lldb::StateType 264 static lldb::StateType
|
| /NextBSD/contrib/llvm/tools/lldb/source/Target/ |
| HD | ThreadPlanStepOverBreakpoint.cpp | 109 StateType 116 ThreadPlanStepOverBreakpoint::DoWillResume (StateType resume_state, bool current_plan) in DoWillResume()
|
| HD | Process.cpp | 926 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 …]
|
| HD | ThreadPlan.cpp | 147 ThreadPlan::WillResume (StateType resume_state, bool current_plan) in WillResume() 200 lldb::StateType 330 lldb::StateType
|
| HD | ThreadPlanBase.cpp | 207 StateType 220 ThreadPlanBase::DoWillResume (lldb::StateType resume_state, bool current_plan) in DoWillResume()
|
| HD | ThreadPlanPython.cpp | 144 lldb::StateType 152 lldb::StateType run_state = eStateRunning; in GetPlanRunState()
|
| HD | ThreadPlanStepThrough.cpp | 221 StateType 228 ThreadPlanStepThrough::DoWillResume (StateType resume_state, bool current_plan) in DoWillResume()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Host/common/ |
| HD | NativeProcessProtocol.cpp | 326 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/ |
| HD | FreeBSDThread.h | 36 WillResume(lldb::StateType resume_state);
|