Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Breakpoint/
DBreakpointLocation.cpp190 bool BreakpointLocation::InvokeCallback(StoppointCallbackContext *context) { in InvokeCallback() function in BreakpointLocation
192 return m_options_up->InvokeCallback(context, m_owner.GetID(), GetID()); in InvokeCallback()
194 return m_owner.InvokeCallback(context, GetID()); in InvokeCallback()
405 should_stop = InvokeCallback(context); in ShouldStop()
DWatchpoint.cpp282 bool Watchpoint::InvokeCallback(StoppointCallbackContext *context) { in InvokeCallback() function in Watchpoint
283 return m_options.InvokeCallback(context, GetID()); in InvokeCallback()
DWatchpointOptions.cpp89 bool WatchpointOptions::InvokeCallback(StoppointCallbackContext *context, in InvokeCallback() function in WatchpointOptions
DBreakpoint.cpp438 bool Breakpoint::InvokeCallback(StoppointCallbackContext *context, in InvokeCallback() function in Breakpoint
440 return m_options.InvokeCallback(context, GetID(), bp_loc_id); in InvokeCallback()
DBreakpointOptions.cpp437 bool BreakpointOptions::InvokeCallback(StoppointCallbackContext *context, in InvokeCallback() function in BreakpointOptions
/openbsd/src/gnu/llvm/lldb/include/lldb/Breakpoint/
DWatchpointOptions.h116 bool InvokeCallback(StoppointCallbackContext *context,
DBreakpointLocation.h235 bool InvokeCallback(StoppointCallbackContext *context);
DWatchpoint.h132 bool InvokeCallback(StoppointCallbackContext *context);
DBreakpointOptions.h225 bool InvokeCallback(StoppointCallbackContext *context,
DBreakpoint.h518 bool InvokeCallback(StoppointCallbackContext *context,
/openbsd/src/gnu/llvm/lldb/source/Target/
DStopInfo.cpp532 callback_says_stop = bp_loc_sp->InvokeCallback(&context); in PerformAction()
992 bool stop_requested = wp_sp->InvokeCallback(&context); in PerformAction()