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.cpp87 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 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.cpp54 watch_id_t watch_id = LLDB_INVALID_WATCH_ID; GetID() local
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp232 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() argument
/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()
1380 break_id_t watch_id, in CreateStopReasonWithWatchpointID()
H A DTarget.cpp1352 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 DScriptInterpreterPython.cpp1972 void *baton, StoppointCallbackContext *context, user_id_t watch_id) { in WatchpointCallbackFunction()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1821 watch_id_t watch_id = LLDB_INVALID_WATCH_ID; in SetThreadStopInfo() local