Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp182 bool BreakpointLocation::InvokeCallback(StoppointCallbackContext *context) { in InvokeCallback() function in BreakpointLocation
184 return m_options_up->InvokeCallback(context, m_owner.GetID(), GetID()); in InvokeCallback()
186 return m_owner.InvokeCallback(context, GetID()); in InvokeCallback()
400 should_stop = InvokeCallback(context); in ShouldStop()
H A DWatchpoint.cpp455 bool Watchpoint::InvokeCallback(StoppointCallbackContext *context) { in InvokeCallback() function in Watchpoint
456 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.cpp429 bool Breakpoint::InvokeCallback(StoppointCallbackContext *context, in InvokeCallback()
431 return m_options.InvokeCallback(context, GetID(), bp_loc_id); in InvokeCallback()
428 bool Breakpoint::InvokeCallback(StoppointCallbackContext *context, InvokeCallback() function in Breakpoint
H A DBreakpointOptions.cpp433 bool BreakpointOptions::InvokeCallback(StoppointCallbackContext *context, in InvokeCallback()
428 bool BreakpointOptions::InvokeCallback(StoppointCallbackContext *context, InvokeCallback() function in BreakpointOptions
/llvm-project/lldb/unittests/Callback/
H A DTestBreakpointSetCallback.cpp85 breakpoint_sp->InvokeCallback(&context, 0); in TEST_F()
/llvm-project/lldb/include/lldb/Breakpoint/
H A DWatchpointOptions.h110 bool InvokeCallback(StoppointCallbackContext *context,
H A DBreakpointLocation.h237 bool InvokeCallback(StoppointCallbackContext *context);
H A DWatchpoint.h166 bool InvokeCallback(StoppointCallbackContext *context);
H A DBreakpointOptions.h225 bool InvokeCallback(StoppointCallbackContext *context,
H A DBreakpoint.h517 bool InvokeCallback(StoppointCallbackContext *context,
/llvm-project/lldb/source/Target/
H A DStopInfo.cpp552 callback_says_stop = bp_loc_sp->InvokeCallback(&context); in PerformAction()
992 bool stop_requested = wp_sp->InvokeCallback(&context); in PerformAction()