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

/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DWatchpointList.h107 /// \a watchID, const
110 /// @param[in] watchID
118 FindByID (lldb::watch_id_t watchID) const;
174 /// Removes the watchpoint given by \b watchID from this list.
176 /// @param[in] watchID
180 /// \b true if the watchpoint \a watchID was in the list.
183 Remove (lldb::watch_id_t watchID, bool notify);
195 /// Enquires of the watchpoint in this list with ID \a watchID whether we
201 /// @param[in] watchID
209 lldb::watch_id_t watchID);
[all...]
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/
H A DProcessPOSIX.cpp664 user_id_t watchID = wp->GetID(); local
668 log->Printf ("ProcessPOSIX::EnableWatchpoint(watchID = %" PRIu64 ")",
669 watchID);
673 log->Printf("ProcessPOSIX::EnableWatchpoint(watchID = %" PRIu64
675 watchID, (uint64_t)addr);
731 user_id_t watchID = wp->GetID(); local
735 log->Printf("ProcessPOSIX::DisableWatchpoint(watchID = %" PRIu64 ")",
736 watchID);
740 log->Printf("ProcessPOSIX::DisableWatchpoint(watchID = %" PRIu64
742 watchID, (uint64_
[all...]
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp2336 user_id_t watchID = wp->GetID(); local
2340 log->Printf ("ProcessGDBRemote::EnableWatchpoint(watchID = %" PRIu64 ")", watchID);
2344 log->Printf("ProcessGDBRemote::EnableWatchpoint(watchID = %" PRIu64 ") addr = 0x%8.8" PRIx64 ": watchpoint already enabled.", watchID, (uint64_t)addr);
2378 user_id_t watchID = wp->GetID(); local
2385 log->Printf ("ProcessGDBRemote::DisableWatchpoint (watchID = %" PRIu64 ") addr = 0x%8.8" PRIx64, watchID, (uint64_t)addr);
2390 log->Printf ("ProcessGDBRemote::DisableWatchpoint (watchID = %" PRIu64 ") addr = 0x%8.8" PRIx64 " -- SUCCESS (already disabled)", watchID, (uint64_
[all...]

Completed in 195 milliseconds