Searched defs:DisableWatchpoint (Results 1 - 4 of 4) sorted by relevance

/external/lldb/source/Plugins/Process/POSIX/
H A DProcessPOSIX.cpp721 DisableWatchpoint(wp, false);
732 ProcessPOSIX::DisableWatchpoint(Watchpoint *wp, bool notify) function in class:ProcessPOSIX
741 log->Printf("ProcessPOSIX::DisableWatchpoint(watchID = %" PRIu64 ")",
746 log->Printf("ProcessPOSIX::DisableWatchpoint(watchID = %" PRIu64
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDP.cpp748 ProcessKDP::DisableWatchpoint (Watchpoint *wp, bool notify) function in class:ProcessKDP
/external/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.cpp929 MachProcess::DisableWatchpoint(nub_addr_t addr, bool remove) function in class:MachProcess
940 DNBLogThreadedIf(LOG_WATCHPOINTS, "MachProcess::DisableWatchpoint ( addr = 0x%8.8llx, remove = %d )", (uint64_t)addr, remove);
960 DNBLogError("MachProcess::DisableWatchpoint ( addr = 0x%8.8llx, remove = %d ) invalid watchpoint ID", (uint64_t)addr, remove);
/external/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp2372 ProcessGDBRemote::DisableWatchpoint (Watchpoint *wp, bool notify) function in class:ProcessGDBRemote
2384 log->Printf ("ProcessGDBRemote::DisableWatchpoint (watchID = %" PRIu64 ") addr = 0x%8.8" PRIx64, watchID, (uint64_t)addr);
2389 log->Printf ("ProcessGDBRemote::DisableWatchpoint (watchID = %" PRIu64 ") addr = 0x%8.8" PRIx64 " -- SUCCESS (already disabled)", watchID, (uint64_t)addr);

Completed in 3330 milliseconds