Searched refs:InvokeCallback (Results 1 - 11 of 11) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DWatchpointOptions.h126 bool InvokeCallback (StoppointCallbackContext *context, lldb::user_id_t watch_id);
129 /// Used in InvokeCallback to tell whether it is the right time to run this kind of callback.
H A DBreakpointOptions.h145 bool InvokeCallback (StoppointCallbackContext *context, lldb::user_id_t break_id, lldb::user_id_t break_loc_id);
148 /// Used in InvokeCallback to tell whether it is the right time to run this kind of callback.
H A DBreakpointLocation.h318 InvokeCallback (StoppointCallbackContext *context);
H A DWatchpoint.h161 InvokeCallback (StoppointCallbackContext *context);
H A DBreakpoint.h630 InvokeCallback (StoppointCallbackContext *context,
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp220 BreakpointLocation::InvokeCallback (StoppointCallbackContext *context) function in class:BreakpointLocation
223 return m_options_ap->InvokeCallback (context, m_owner.GetID(), GetID());
225 return m_owner.InvokeCallback (context, GetID());
482 should_stop = InvokeCallback (context);
H A DWatchpointOptions.cpp123 WatchpointOptions::InvokeCallback (StoppointCallbackContext *context, function in class:WatchpointOptions
H A DWatchpoint.cpp366 Watchpoint::InvokeCallback (StoppointCallbackContext *context) function in class:Watchpoint
368 return m_options.InvokeCallback (context, GetID());
H A DBreakpointOptions.cpp138 BreakpointOptions::InvokeCallback (StoppointCallbackContext *context, function in class:BreakpointOptions
H A DBreakpoint.cpp340 Breakpoint::InvokeCallback (StoppointCallbackContext *context, break_id_t bp_loc_id) function in class:Breakpoint
342 return m_options.InvokeCallback (context, GetID(), bp_loc_id);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Target/
H A DStopInfo.cpp523 callback_says_stop = bp_loc_sp->InvokeCallback (&context);
843 bool stop_requested = wp_sp->InvokeCallback (&context);

Completed in 55 milliseconds