reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/include/lldb/Target/ThreadPlanShouldStopHere.h
   82       m_callbacks = *callbacks;
   83       if (!m_callbacks.should_stop_here_callback)
   84         m_callbacks.should_stop_here_callback =
   86       if (!m_callbacks.step_from_here_callback)
   87         m_callbacks.step_from_here_callback =
   95   void ClearShouldStopHereCallbacks() { m_callbacks.Clear(); }
tools/lldb/source/Target/ThreadPlanShouldStopHere.cpp
   22   m_callbacks.should_stop_here_callback =
   24   m_callbacks.step_from_here_callback =
   41   if (m_callbacks.should_stop_here_callback) {
   42     should_stop_here = m_callbacks.should_stop_here_callback(
  147   if (m_callbacks.step_from_here_callback) {
  148     return_plan_sp = m_callbacks.step_from_here_callback(