Searched refs:InvokeCallback (Results 1 – 12 of 12) sorted by relevance
/external/lldb/source/Breakpoint/ |
D | BreakpointLocation.cpp | 203 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()
|
D | Watchpoint.cpp | 358 Watchpoint::InvokeCallback (StoppointCallbackContext *context) in InvokeCallback() function in Watchpoint 360 return m_options.InvokeCallback (context, GetID()); in InvokeCallback()
|
D | WatchpointOptions.cpp | 126 WatchpointOptions::InvokeCallback (StoppointCallbackContext *context, in InvokeCallback() function in WatchpointOptions
|
D | Breakpoint.cpp | 321 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()
|
D | BreakpointOptions.cpp | 141 BreakpointOptions::InvokeCallback (StoppointCallbackContext *context, in InvokeCallback() function in BreakpointOptions
|
/external/lldb/include/lldb/Breakpoint/ |
D | WatchpointOptions.h | 124 bool InvokeCallback (StoppointCallbackContext *context, lldb::user_id_t watch_id);
|
D | BreakpointLocation.h | 323 InvokeCallback (StoppointCallbackContext *context);
|
D | BreakpointOptions.h | 140 …bool InvokeCallback (StoppointCallbackContext *context, lldb::user_id_t break_id, lldb::user_id_t …
|
D | Watchpoint.h | 165 InvokeCallback (StoppointCallbackContext *context);
|
D | Breakpoint.h | 576 InvokeCallback (StoppointCallbackContext *context,
|
/external/lldb/source/Target/ |
D | StopInfo.cpp | 468 callback_says_stop = bp_loc_sp->InvokeCallback (&context); in PerformAction() 767 bool stop_requested = wp_sp->InvokeCallback (&context); in PerformAction()
|
/external/mdnsresponder/mDNSCore/ |
D | uDNS.c | 3149 mDNSBool InvokeCallback = mDNStrue; in hndlRecordUpdateReply() local 3242 if (rr->state == regState_Refresh) InvokeCallback = mDNSfalse; in hndlRecordUpdateReply() 3277 if (!err && InvokeCallback && rr->RecordCallback) in hndlRecordUpdateReply()
|