Home | History | Annotate | Download | only in gdb-remote

Lines Matching refs:Watchpoint

28 #include "lldb/Breakpoint/Watchpoint.h"
1630 else if (reason.compare("watchpoint") == 0)
1633 // TODO: locate the watchpoint somehow...
2313 GetGDBStoppointType (Watchpoint *wp)
2330 ProcessGDBRemote::EnableWatchpoint (Watchpoint *wp, bool notify)
2343 log->Printf("ProcessGDBRemote::EnableWatchpoint(watchID = %" PRIu64 ") addr = 0x%8.8" PRIx64 ": watchpoint already enabled.", watchID, (uint64_t)addr);
2357 error.SetErrorString("sending gdb watchpoint packet failed");
2364 error.SetErrorString("Watchpoint argument was NULL.");
2372 ProcessGDBRemote::DisableWatchpoint (Watchpoint *wp, bool notify)
2392 // the watchpoint object to intelligently process this action.
2407 error.SetErrorString("sending gdb watchpoint packet failed");
2413 error.SetErrorString("Watchpoint argument was NULL.");