Searched refs:WatchpointHitCallback (Results 1 – 5 of 5) sorted by relevance
/external/lldb/include/lldb/Breakpoint/ |
D | WatchpointOptions.h | 55 WatchpointOptions(WatchpointHitCallback callback, 100 …void SetCallback (WatchpointHitCallback callback, const lldb::BatonSP &baton_sp, bool synchronous … 247 WatchpointHitCallback m_callback; // This is the callback function pointer
|
D | Watchpoint.h | 144 SetCallback (WatchpointHitCallback callback, 149 SetCallback (WatchpointHitCallback callback,
|
/external/lldb/source/Breakpoint/ |
D | WatchpointOptions.cpp | 75 WatchpointHitCallback orig_callback = orig.m_callback; in CopyOptionsNoCallback() 98 WatchpointOptions::SetCallback (WatchpointHitCallback callback, const BatonSP &callback_baton_sp, b… in SetCallback()
|
D | Watchpoint.cpp | 76 Watchpoint::SetCallback (WatchpointHitCallback callback, void *baton, bool is_synchronous) in SetCallback() 88 Watchpoint::SetCallback (WatchpointHitCallback callback, const BatonSP &callback_baton_sp, bool is_… in SetCallback()
|
/external/lldb/include/lldb/ |
D | lldb-private-interfaces.h | 35 …typedef bool (*WatchpointHitCallback) (void *baton, StoppointCallbackContext *context, lldb::user_… typedef
|