Home
last modified time | relevance | path

Searched refs:watchID (Results 1 – 3 of 3) sorted by relevance

/external/lldb/include/lldb/Breakpoint/
DWatchpointList.h118 FindByID (lldb::watch_id_t watchID) const;
183 Remove (lldb::watch_id_t watchID, bool notify);
209 lldb::watch_id_t watchID);
263 GetIDIterator(lldb::watch_id_t watchID);
266 GetIDConstIterator(lldb::watch_id_t watchID) const;
/external/lldb/source/Plugins/Process/POSIX/
DProcessPOSIX.cpp670 user_id_t watchID = wp->GetID(); in EnableWatchpoint() local
675 watchID); in EnableWatchpoint()
681 watchID, (uint64_t)addr); in EnableWatchpoint()
737 user_id_t watchID = wp->GetID(); in DisableWatchpoint() local
742 watchID); in DisableWatchpoint()
748 watchID, (uint64_t)addr); in DisableWatchpoint()
/external/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp2335 user_id_t watchID = wp->GetID(); in EnableWatchpoint() local
2339 log->Printf ("ProcessGDBRemote::EnableWatchpoint(watchID = %" PRIu64 ")", watchID); in EnableWatchpoint()
2343 …hID = %" PRIu64 ") addr = 0x%8.8" PRIx64 ": watchpoint already enabled.", watchID, (uint64_t)addr); in EnableWatchpoint()
2377 user_id_t watchID = wp->GetID(); in DisableWatchpoint() local
2384 …BRemote::DisableWatchpoint (watchID = %" PRIu64 ") addr = 0x%8.8" PRIx64, watchID, (uint64_t)addr); in DisableWatchpoint()
2389 …ID = %" PRIu64 ") addr = 0x%8.8" PRIx64 " -- SUCCESS (already disabled)", watchID, (uint64_t)addr); in DisableWatchpoint()