Searched refs:WatchpointHitCallback (Results 1 – 5 of 5) sorted by relevance
/openbsd/gnu/llvm/lldb/include/lldb/Breakpoint/ |
H A D | WatchpointOptions.h | 45 WatchpointOptions(WatchpointHitCallback callback, void *baton, 92 void SetCallback(WatchpointHitCallback callback, 192 WatchpointHitCallback m_callback; // This is the callback function pointer
|
H A D | Watchpoint.h | 116 void SetCallback(WatchpointHitCallback callback, void *callback_baton, 119 void SetCallback(WatchpointHitCallback callback,
|
/openbsd/gnu/llvm/lldb/source/Breakpoint/ |
H A D | WatchpointOptions.cpp | 53 WatchpointHitCallback orig_callback = orig.m_callback; in CopyOptionsNoCallback() 69 void WatchpointOptions::SetCallback(WatchpointHitCallback callback, in SetCallback()
|
H A D | Watchpoint.cpp | 67 void Watchpoint::SetCallback(WatchpointHitCallback callback, void *baton, in SetCallback() 79 void Watchpoint::SetCallback(WatchpointHitCallback callback, in SetCallback()
|
/openbsd/gnu/llvm/lldb/include/lldb/ |
H A D | lldb-private-interfaces.h | 96 typedef bool (*WatchpointHitCallback)(void *baton, typedef
|