Home
last modified time | relevance | path

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

1234

/external/chromium_org/ppapi/shared_impl/
Dppb_tcp_socket_shared.h14 enum StateType { enum
34 explicit TCPSocketState(StateType state);
37 StateType state() const { return state_; } in state()
51 StateType state_;
/external/lldb/include/lldb/Core/
DState.h33 StateAsCString (lldb::StateType state);
47 StateIsRunningState (lldb::StateType state);
71 StateIsStoppedState (lldb::StateType state, bool must_exist);
/external/lldb/include/lldb/Target/
DThread.h240 lldb::StateType
244 SetState (lldb::StateType state);
246 lldb::StateType
253 SetResumeState (lldb::StateType state) in SetResumeState()
267 ShouldResume (lldb::StateType resume_state);
271 WillResume (lldb::StateType resume_state) in WillResume()
956 lldb::StateType
1041 lldb::StateType m_state; ///< The state of our process.
1050 …lldb::StateType m_resume_state; ///< This state is used to force a thread to be suspen…
1051 …lldb::StateType m_temporary_resume_state; ///< This state records what the thread was told to …
DThreadPlan.h348 lldb::StateType
381 WillResume (lldb::StateType resume_state, bool current_plan);
533 DoWillResume (lldb::StateType resume_state, bool current_plan) { return true; }; in DoWillResume()
575 virtual lldb::StateType
650 virtual lldb::StateType
DThreadPlanBase.h41 virtual lldb::StateType GetPlanRunState ();
57 virtual bool DoWillResume (lldb::StateType resume_state, bool current_plan);
DThreadPlanStepOverBreakpoint.h32 virtual lldb::StateType GetPlanRunState ();
41 virtual bool DoWillResume (lldb::StateType resume_state, bool current_plan);
DProcess.h1419 void (*process_state_changed) (void *baton, Process *process, lldb::StateType state);
1429 ProcessEventData (const lldb::ProcessSP &process, lldb::StateType state);
1444 lldb::StateType
1488 static lldb::StateType
1539 lldb::StateType m_state;
2481 lldb::StateType
2515 lldb::StateType
3308 lldb::StateType
3311 lldb::StateType
3314 lldb::StateType
[all …]
DThreadPlanStepThrough.h31 virtual lldb::StateType GetPlanRunState ();
38 virtual bool DoWillResume (lldb::StateType resume_state, bool current_plan);
DThreadPlanStepUntil.h32 virtual lldb::StateType GetPlanRunState ();
37 virtual bool DoWillResume (lldb::StateType resume_state, bool current_plan);
DThreadPlanStepOut.h39 virtual lldb::StateType GetPlanRunState ();
52 virtual bool DoWillResume (lldb::StateType resume_state, bool current_plan);
DThreadPlanStepOverRange.h40 virtual bool DoWillResume (lldb::StateType resume_state, bool current_plan);
DThreadPlanStepInstruction.h32 virtual lldb::StateType GetPlanRunState ();
DThreadPlanRunToAddress.h58 virtual lldb::StateType
/external/lldb/source/Core/
DState.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()
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
DProcessKDP.h203 IsRunning ( lldb::StateType state ) in IsRunning()
209 IsStepping ( lldb::StateType state) in IsStepping()
215 CanResume ( lldb::StateType state) in CanResume()
221 HasExited (lldb::StateType state) in HasExited()
/external/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.h235 IsRunning ( lldb::StateType state ) in IsRunning()
241 IsStepping ( lldb::StateType state) in IsStepping()
246 CanResume ( lldb::StateType state) in CanResume()
252 HasExited (lldb::StateType state) in HasExited()
353 lldb::StateType
/external/lldb/scripts/Python/interface/
DSBDebugger.i266 StateAsCString (lldb::StateType state);
269 StateIsRunningState (lldb::StateType state);
272 StateIsStoppedState (lldb::StateType state);
/external/lldb/include/lldb/API/
DSBDebugger.h194 StateAsCString (lldb::StateType state);
197 StateIsRunningState (lldb::StateType state);
200 StateIsStoppedState (lldb::StateType state);
DSBProcess.h148 lldb::StateType
236 static lldb::StateType
/external/lldb/source/Target/
DThreadPlanStepOverBreakpoint.cpp88 StateType
95 ThreadPlanStepOverBreakpoint::DoWillResume (StateType resume_state, bool current_plan) in DoWillResume()
DThreadPlanBase.cpp207 StateType
220 ThreadPlanBase::DoWillResume (lldb::StateType resume_state, bool current_plan) in DoWillResume()
DProcess.cpp1193 Process::SynchronouslyNotifyStateChanged (StateType state) in SynchronouslyNotifyStateChanged()
1211 StateType
1214 StateType state = eStateInvalid; in GetNextEvent()
1223 StateType
1231 StateType state = GetState(); in WaitForProcessToStop()
1264 StateType
1268 const StateType *match_states, const uint32_t num_match_states in WaitForState()
1273 StateType state = GetState(); in WaitForState()
1326 StateType
1334 StateType state = eStateInvalid; in WaitForStateChangedEvents()
[all …]
DThreadPlan.cpp148 ThreadPlan::WillResume (StateType resume_state, bool current_plan) in WillResume()
205 lldb::StateType
335 lldb::StateType
DThreadPlanStepThrough.cpp219 StateType
226 ThreadPlanStepThrough::DoWillResume (StateType resume_state, bool current_plan) in DoWillResume()
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleThreadPlanStepThroughObjCTrampoline.h48 virtual lldb::StateType

1234