Searched defs:watch_id (Results 1 – 10 of 10) sorted by relevance
/llvm-project/lldb/source/Breakpoint/ |
H A D | WatchpointList.cpp | 89 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 D | WatchpointOptions.cpp | 24 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 D | Watchpoint.h | 108 lldb::watch_id_t watch_id; ///< The ID of the watchpoint. member
|
/llvm-project/lldb/source/API/ |
H A D | SBWatchpoint.cpp | 53 watch_id_t watch_id = LLDB_INVALID_WATCH_ID; in GetID() local
|
/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectWatchpointCommand.cpp | 232 lldb::user_id_t watch_id) { in WatchpointOptionsCallbackFunction() argument
|
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/ |
H A D | ScriptInterpreterLua.cpp | 299 WatchpointCallbackFunction(void * baton,StoppointCallbackContext * context,user_id_t watch_id) WatchpointCallbackFunction() argument
|
/llvm-project/lldb/source/Target/ |
H A D | StopInfo.cpp | 674 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 D | Target.cpp | 1352 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 D | ScriptInterpreterPython.cpp | 1972 WatchpointCallbackFunction(void * baton,StoppointCallbackContext * context,user_id_t watch_id) WatchpointCallbackFunction() argument
|
/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | ProcessGDBRemote.cpp | 1821 watch_id_t watch_id = LLDB_INVALID_WATCH_ID; SetThreadStopInfo() local
|