HomeSort by relevance Sort by last modified time
    Searched refs:StateType (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /external/lldb/include/lldb/Core/
State.h 22 /// Converts a StateType to a C string.
25 /// The StateType object to convert.
33 StateAsCString (lldb::StateType state);
40 /// The StateType enumeration value
47 StateIsRunningState (lldb::StateType state);
57 /// The StateType enumeration value
71 StateIsStoppedState (lldb::StateType state, bool must_exist);
  /external/chromium_org/ppapi/shared_impl/
ppb_tcp_socket_shared.h 14 enum StateType {
34 explicit TCPSocketState(StateType state);
37 StateType state() const { return state_; }
51 StateType state_;
ppb_tcp_socket_shared.cc 11 TCPSocketState::TCPSocketState(StateType state)
  /external/lldb/source/Core/
State.cpp 21 lldb_private::StateAsCString (StateType state)
39 snprintf(unknown_state_string, sizeof (unknown_state_string), "StateType = %i", state);
68 lldb_private::StateIsRunningState (StateType state)
92 lldb_private::StateIsStoppedState (StateType state, bool must_exist)
  /external/lldb/include/lldb/Target/
ThreadPlanBase.h 41 virtual lldb::StateType GetPlanRunState ();
57 virtual bool DoWillResume (lldb::StateType resume_state, bool current_plan);
ThreadPlanStepOverBreakpoint.h 32 virtual lldb::StateType GetPlanRunState ();
41 virtual bool DoWillResume (lldb::StateType resume_state, bool current_plan);
ThreadPlanStepThrough.h 31 virtual lldb::StateType GetPlanRunState ();
38 virtual bool DoWillResume (lldb::StateType resume_state, bool current_plan);
ThreadPlanStepOverRange.h 40 virtual bool DoWillResume (lldb::StateType resume_state, bool current_plan);
ThreadPlanStepInstruction.h 32 virtual lldb::StateType GetPlanRunState ();
ThreadPlanStepOut.h 39 virtual lldb::StateType GetPlanRunState ();
52 virtual bool DoWillResume (lldb::StateType resume_state, bool current_plan);
ThreadPlanStepUntil.h 32 virtual lldb::StateType GetPlanRunState ();
37 virtual bool DoWillResume (lldb::StateType resume_state, bool current_plan);
ThreadPlan.h 348 lldb::StateType
381 WillResume (lldb::StateType resume_state, bool current_plan);
533 DoWillResume (lldb::StateType resume_state, bool current_plan) { return true; };
575 virtual lldb::StateType
650 virtual lldb::StateType
Thread.h 240 lldb::StateType
244 SetState (lldb::StateType state);
246 lldb::StateType
253 SetResumeState (lldb::StateType state)
267 ShouldResume (lldb::StateType resume_state);
271 WillResume (lldb::StateType resume_state)
    [all...]
ThreadPlanRunToAddress.h 58 virtual lldb::StateType
ThreadPlanStepInRange.h 67 virtual bool DoWillResume (lldb::StateType resume_state, bool current_plan);
ThreadPlanStepRange.h 42 virtual lldb::StateType GetPlanRunState ();
  /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleThreadPlanStepThroughObjCTrampoline.h 48 virtual lldb::StateType
  /external/lldb/source/Plugins/Process/MacOSX-Kernel/
ProcessKDP.h 203 IsRunning ( lldb::StateType state )
209 IsStepping ( lldb::StateType state)
215 CanResume ( lldb::StateType state)
221 HasExited (lldb::StateType state)
  /external/lldb/source/Target/
ThreadPlanStepOverBreakpoint.cpp 88 StateType
95 ThreadPlanStepOverBreakpoint::DoWillResume (StateType resume_state, bool current_plan)
ThreadPlanBase.cpp 207 StateType
220 ThreadPlanBase::DoWillResume (lldb::StateType resume_state, bool current_plan)
  /external/lldb/source/Plugins/Process/gdb-remote/
ProcessGDBRemote.h 235 IsRunning ( lldb::StateType state )
241 IsStepping ( lldb::StateType state)
246 CanResume ( lldb::StateType state)
252 HasExited (lldb::StateType state)
353 lldb::StateType
  /external/lldb/include/lldb/API/
SBDebugger.h 194 StateAsCString (lldb::StateType state);
197 StateIsRunningState (lldb::StateType state);
200 StateIsStoppedState (lldb::StateType state);
  /external/lldb/scripts/Python/interface/
SBDebugger.i 266 StateAsCString (lldb::StateType state);
269 StateIsRunningState (lldb::StateType state);
272 StateIsStoppedState (lldb::StateType state);
  /external/lldb/source/Plugins/Process/POSIX/
POSIXThread.h 41 WillResume(lldb::StateType resume_state);
  /external/lldb/source/Plugins/Process/Utility/
ThreadMemory.h 74 WillResume (lldb::StateType resume_state);

Completed in 397 milliseconds

1 2 3 4