Searched refs:WatchpointHitCallback (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/lldb/include/lldb/Breakpoint/ |
D | WatchpointOptions.h | 45 WatchpointOptions(WatchpointHitCallback callback, void *baton, 92 void SetCallback(WatchpointHitCallback callback, 192 WatchpointHitCallback m_callback; // This is the callback function pointer
|
D | Watchpoint.h | 116 void SetCallback(WatchpointHitCallback callback, void *callback_baton, 119 void SetCallback(WatchpointHitCallback callback,
|
/external/llvm-project/lldb/source/Breakpoint/ |
D | WatchpointOptions.cpp | 55 WatchpointHitCallback orig_callback = orig.m_callback; in CopyOptionsNoCallback() 71 void WatchpointOptions::SetCallback(WatchpointHitCallback callback, in SetCallback()
|
D | Watchpoint.cpp | 64 void Watchpoint::SetCallback(WatchpointHitCallback callback, void *baton, in SetCallback() 76 void Watchpoint::SetCallback(WatchpointHitCallback callback, in SetCallback()
|
/external/llvm-project/lldb/include/lldb/ |
D | lldb-private-interfaces.h | 91 typedef bool (*WatchpointHitCallback)(void *baton, typedef
|