Home
last modified time | relevance | path

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

/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()
/llvm-project/lldb/include/lldb/Breakpoint/
H A DWatchpoint.h108 lldb::watch_id_t watch_id; ///< The ID of the watchpoint. member
/llvm-project/lldb/source/API/
H A DSBWatchpoint.cpp53 watch_id_t watch_id = LLDB_INVALID_WATCH_ID; in GetID() local
/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp232 lldb::user_id_t watch_id) { in WatchpointOptionsCallbackFunction() argument
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp299 WatchpointCallbackFunction(void * baton,StoppointCallbackContext * context,user_id_t watch_id) WatchpointCallbackFunction() argument
/llvm-project/lldb/source/Target/
H A DStopInfo.cpp674 StopInfoWatchpoint(Thread & thread,break_id_t watch_id,bool silently_skip_wp) StopInfoWatchpoint() argument
1380 CreateStopReasonWithWatchpointID(Thread & thread,break_id_t watch_id,bool silently_continue) CreateStopReasonWithWatchpointID() argument
H A DTarget.cpp1352 DisableWatchpointByID(lldb::watch_id_t watch_id) DisableWatchpointByID() argument
1371 EnableWatchpointByID(lldb::watch_id_t watch_id) EnableWatchpointByID() argument
1390 RemoveWatchpointByID(lldb::watch_id_t watch_id) RemoveWatchpointByID() argument
1406 IgnoreWatchpointByID(lldb::watch_id_t watch_id,uint32_t ignore_count) IgnoreWatchpointByID() argument
[all...]
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1972 WatchpointCallbackFunction(void * baton,StoppointCallbackContext * context,user_id_t watch_id) WatchpointCallbackFunction() argument
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1821 watch_id_t watch_id = LLDB_INVALID_WATCH_ID; SetThreadStopInfo() local