Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Breakpoint/
H A 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()
H A DWatchpoint.cpp282 bool Watchpoint::InvokeCallback(StoppointCallbackContext *context) { in InvokeCallback() function in Watchpoint
283 return m_options.InvokeCallback(context, GetID()); in InvokeCallback()
H A DWatchpointOptions.cpp89 bool WatchpointOptions::InvokeCallback(StoppointCallbackContext *context, in InvokeCallback() function in WatchpointOptions
H A DBreakpoint.cpp438 bool Breakpoint::InvokeCallback(StoppointCallbackContext *context, in InvokeCallback() function in Breakpoint
440 return m_options.InvokeCallback(context, GetID(), bp_loc_id); in InvokeCallback()
H A DBreakpointOptions.cpp437 bool BreakpointOptions::InvokeCallback(StoppointCallbackContext *context, in InvokeCallback() function in BreakpointOptions
/openbsd-src/gnu/llvm/lldb/include/lldb/Breakpoint/
H A DWatchpointOptions.h116 bool InvokeCallback(StoppointCallbackContext *context,
H A DBreakpointLocation.h235 bool InvokeCallback(StoppointCallbackContext *context);
H A DWatchpoint.h132 bool InvokeCallback(StoppointCallbackContext *context);
H A DBreakpointOptions.h225 bool InvokeCallback(StoppointCallbackContext *context,
H A DBreakpoint.h518 bool InvokeCallback(StoppointCallbackContext *context,
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DStopInfo.cpp532 callback_says_stop = bp_loc_sp->InvokeCallback(&context); in PerformAction()
992 bool stop_requested = wp_sp->InvokeCallback(&context); in PerformAction()