Lines Matching refs:Watchpoint
17 #include "lldb/Breakpoint/Watchpoint.h"
665 ProcessPOSIX::EnableWatchpoint(Watchpoint *wp, bool notify)
680 ") addr = 0x%8.8" PRIx64 ": watchpoint already enabled.",
685 // Try to find a vacant watchpoint slot in the inferiors' main thread
696 error.SetErrorString("Setting hardware watchpoint failed.");
719 // Watchpoint enabling failed on at least one
722 error.SetErrorString("Setting hardware watchpoint failed");
727 error.SetErrorString("Watchpoint argument was NULL.");
732 ProcessPOSIX::DisableWatchpoint(Watchpoint *wp, bool notify)
747 ") addr = 0x%8.8" PRIx64 ": watchpoint already disabled.",
775 error.SetErrorString("Disabling hardware watchpoint failed");
779 error.SetErrorString("Watchpoint argument was NULL.");