Searched refs:WatchpointHitCallback (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/ |
| H A D | WatchpointOptions.h | 54 WatchpointOptions(WatchpointHitCallback callback, void *baton, 107 void SetCallback(WatchpointHitCallback callback, 230 WatchpointHitCallback m_callback; // This is the callback function pointer
|
| H A D | Watchpoint.h | 125 void SetCallback(WatchpointHitCallback callback, void *callback_baton, 128 void SetCallback(WatchpointHitCallback callback,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/ |
| H A D | WatchpointOptions.cpp | 62 WatchpointHitCallback orig_callback = orig.m_callback; in CopyOptionsNoCallback() 82 void WatchpointOptions::SetCallback(WatchpointHitCallback callback, in SetCallback()
|
| H A D | Watchpoint.cpp | 56 void Watchpoint::SetCallback(WatchpointHitCallback callback, void *baton, in SetCallback() 68 void Watchpoint::SetCallback(WatchpointHitCallback callback, in SetCallback()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/ |
| H A D | lldb-private-interfaces.h | 80 typedef bool (*WatchpointHitCallback)(void *baton, typedef
|