Home
last modified time | relevance | path

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

/external/lldb/source/Breakpoint/
DBreakpointLocation.cpp203 BreakpointLocation::InvokeCallback (StoppointCallbackContext *context) in InvokeCallback() function in BreakpointLocation
206 return m_options_ap->InvokeCallback (context, m_owner.GetID(), GetID()); in InvokeCallback()
208 return m_owner.InvokeCallback (context, GetID()); in InvokeCallback()
453 should_stop = InvokeCallback (context); in ShouldStop()
DWatchpoint.cpp358 Watchpoint::InvokeCallback (StoppointCallbackContext *context) in InvokeCallback() function in Watchpoint
360 return m_options.InvokeCallback (context, GetID()); in InvokeCallback()
DWatchpointOptions.cpp126 WatchpointOptions::InvokeCallback (StoppointCallbackContext *context, in InvokeCallback() function in WatchpointOptions
DBreakpoint.cpp321 Breakpoint::InvokeCallback (StoppointCallbackContext *context, break_id_t bp_loc_id) in InvokeCallback() function in Breakpoint
323 return m_options.InvokeCallback (context, GetID(), bp_loc_id); in InvokeCallback()
DBreakpointOptions.cpp141 BreakpointOptions::InvokeCallback (StoppointCallbackContext *context, in InvokeCallback() function in BreakpointOptions
/external/lldb/include/lldb/Breakpoint/
DWatchpointOptions.h124 bool InvokeCallback (StoppointCallbackContext *context, lldb::user_id_t watch_id);
DBreakpointLocation.h323 InvokeCallback (StoppointCallbackContext *context);
DBreakpointOptions.h140 …bool InvokeCallback (StoppointCallbackContext *context, lldb::user_id_t break_id, lldb::user_id_t …
DWatchpoint.h165 InvokeCallback (StoppointCallbackContext *context);
DBreakpoint.h576 InvokeCallback (StoppointCallbackContext *context,
/external/lldb/source/Target/
DStopInfo.cpp468 callback_says_stop = bp_loc_sp->InvokeCallback (&context); in PerformAction()
767 bool stop_requested = wp_sp->InvokeCallback (&context); in PerformAction()
/external/mdnsresponder/mDNSCore/
DuDNS.c3149 mDNSBool InvokeCallback = mDNStrue; in hndlRecordUpdateReply() local
3242 if (rr->state == regState_Refresh) InvokeCallback = mDNSfalse; in hndlRecordUpdateReply()
3277 if (!err && InvokeCallback && rr->RecordCallback) in hndlRecordUpdateReply()