HomeSort by relevance Sort by last modified time
    Searched refs:WillResume (Results 1 - 20 of 20) sorted by null

  /external/lldb/source/Plugins/Process/Utility/
ThreadMemory.cpp 58 ThreadMemory::WillResume (StateType resume_state)
61 m_backing_thread_sp->WillResume(resume_state);
ThreadMemory.h 74 WillResume (lldb::StateType resume_state);
  /external/lldb/source/Plugins/Process/POSIX/
POSIXThread.h 41 WillResume(lldb::StateType resume_state);
POSIXThread.cpp 215 POSIXThread::WillResume(lldb::StateType resume_state)
  /external/lldb/source/Plugins/Process/gdb-remote/
ThreadGDBRemote.h 30 WillResume (lldb::StateType resume_state);
ThreadGDBRemote.cpp 84 ThreadGDBRemote::WillResume (StateType resume_state)
ProcessGDBRemote.h 133 WillResume ();
ProcessGDBRemote.cpp     [all...]
  /external/lldb/include/lldb/Target/
ThreadList.h 106 /// will return false for WillResume, and then the process will not be
117 WillResume ();
StopInfo.h 99 WillResume (lldb::StateType resume_state)
ThreadPlan.h 92 // When the target process is about to be restarted, the plan's WillResume method is called,
93 // giving the plan a chance to prepare for the run. If WillResume returns false, then the
95 // you have to do this. Note, ThreadPlans actually implement DoWillResume, WillResume wraps that call.
381 WillResume (lldb::StateType resume_state, bool current_plan);
Thread.h 259 // "WillResume" in case a thread needs to change its state before the
271 WillResume (lldb::StateType resume_state)
    [all...]
Process.h     [all...]
  /external/lldb/source/Plugins/Process/MacOSX-Kernel/
ProcessKDP.h 130 WillResume ();
ProcessKDP.cpp 421 ProcessKDP::WillResume ()
    [all...]
  /external/lldb/source/Target/
ThreadPlan.cpp 148 ThreadPlan::WillResume (StateType resume_state, bool current_plan)
Thread.cpp 625 stop_info->WillResume (resume_state);
636 need_to_resume = plan_ptr->WillResume(resume_state, true);
640 plan_ptr->WillResume (resume_state, false);
643 // If the WillResume for the plan says we are faking a resume, then it will have set an appropriate stop info.
656 WillResume (resume_state);
    [all...]
StopInfo.cpp     [all...]
ThreadList.cpp 483 ThreadList::WillResume ()
Process.cpp     [all...]

Completed in 421 milliseconds