Home
last modified time | relevance | path

Searched defs:watch_id (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpointList.cpp89 WatchpointIDMatches(lldb::watch_id_t watch_id) : m_watch_id(watch_id) {} in WatchpointIDMatches()
100 WatchpointList::GetIDIterator(lldb::watch_id_t watch_id) { in GetIDIterator()
169 bool WatchpointList::Remove(lldb::watch_id_t watch_id, bool notify) { in Remove()
199 lldb::watch_id_t watch_id) { in ShouldStop()
H A DWatchpointOptions.cpp24 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 DWatchpoint.h108 lldb::watch_id_t watch_id; ///< The ID of the watchpoint. member
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBWatchpoint.cpp53 watch_id_t watch_id = LLDB_INVALID_WATCH_ID; in GetID() local
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp244 lldb::user_id_t watch_id) { in WatchpointOptionsCallbackFunction()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp299 void *baton, StoppointCallbackContext *context, user_id_t watch_id) { in WatchpointCallbackFunction()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStopInfo.cpp674 StopInfoWatchpoint(Thread &thread, break_id_t watch_id, bool silently_skip_wp) in StopInfoWatchpoint()
1378 break_id_t watch_id, in CreateStopReasonWithWatchpointID()
H A DTarget.cpp1351 bool Target::DisableWatchpointByID(lldb::watch_id_t watch_id) { in DisableWatchpointByID()
1370 bool Target::EnableWatchpointByID(lldb::watch_id_t watch_id) { in EnableWatchpointByID()
1389 bool Target::RemoveWatchpointByID(lldb::watch_id_t watch_id) { in RemoveWatchpointByID()
1405 bool Target::IgnoreWatchpointByID(lldb::watch_id_t watch_id, in IgnoreWatchpointByID()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp2078 void *baton, StoppointCallbackContext *context, user_id_t watch_id) { in WatchpointCallbackFunction()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1799 watch_id_t watch_id = LLDB_INVALID_WATCH_ID; in SetThreadStopInfo() local