Searched defs:watch_id (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
H A D | WatchpointList.cpp | 87 WatchpointIDMatches(lldb::watch_id_t watch_id) WatchpointIDMatches() argument 98 GetIDIterator(lldb::watch_id_t watch_id) GetIDIterator() argument 167 Remove(lldb::watch_id_t watch_id,bool notify) Remove() argument 196 ShouldStop(StoppointCallbackContext * context,lldb::watch_id_t watch_id) ShouldStop() argument [all...] |
H A D | WatchpointOptions.cpp | 24 lldb::user_id_t watch_id) { in NullCallback() 90 lldb::user_id_t watch_id) { in InvokeCallback()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/ |
H A D | Watchpoint.h | 108 lldb::watch_id_t watch_id; ///< The ID of the watchpoint. member
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBWatchpoint.cpp | 54 watch_id_t watch_id = LLDB_INVALID_WATCH_ID; GetID() local
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectWatchpointCommand.cpp | 232 lldb::user_id_t watch_id) { in WatchpointOptionsCallbackFunction()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/ |
H A D | ScriptInterpreterLua.cpp | 299 void *baton, StoppointCallbackContext *context, user_id_t watch_id) { in WatchpointCallbackFunction() argument
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | StopInfo.cpp | 674 StopInfoWatchpoint(Thread &thread, break_id_t watch_id, bool silently_skip_wp) in StopInfoWatchpoint() 1380 break_id_t watch_id, in CreateStopReasonWithWatchpointID()
|
H A D | Target.cpp | 1352 bool Target::DisableWatchpointByID(lldb::watch_id_t watch_id) { in DisableWatchpointByID() 1371 bool Target::EnableWatchpointByID(lldb::watch_id_t watch_id) { in EnableWatchpointByID() 1390 bool Target::RemoveWatchpointByID(lldb::watch_id_t watch_id) { in RemoveWatchpointByID() 1406 bool Target::IgnoreWatchpointByID(lldb::watch_id_t watch_id, in IgnoreWatchpointByID()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
H A D | ScriptInterpreterPython.cpp | 1972 void *baton, StoppointCallbackContext *context, user_id_t watch_id) { in WatchpointCallbackFunction()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | ProcessGDBRemote.cpp | 1821 watch_id_t watch_id = LLDB_INVALID_WATCH_ID; in SetThreadStopInfo() local
|