Searched refs:DisableWatchpoint (Results 1 - 14 of 14) sorted by relevance

/external/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDP.h187 DisableWatchpoint (lldb_private::Watchpoint *wp, bool notify = true);
H A DProcessKDP.cpp748 ProcessKDP::DisableWatchpoint (Watchpoint *wp, bool notify) function in class:ProcessKDP
/external/lldb/source/Plugins/Process/POSIX/
H A DProcessPOSIX.h120 DisableWatchpoint(lldb_private::Watchpoint *wp, bool notify = true);
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/gdb-remote/
H A DProcessGDBRemote.h206 DisableWatchpoint (lldb_private::Watchpoint *wp, bool notify = true);
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);
/external/lldb/tools/debugserver/source/
H A DDNBBreakpoint.cpp211 process->DisableWatchpoint(pos->second.Address(), false);
H A DDNB.cpp940 return procSP->DisableWatchpoint(addr, true);
/external/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.h128 bool DisableWatchpoint (nub_addr_t addr, bool remove);
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/Target/
H A DStopInfo.cpp540 process->DisableWatchpoint(watchpoint, notify);
H A DTarget.cpp605 m_process_sp->DisableWatchpoint(matched_sp.get(), notify);
780 Error rc = m_process_sp->DisableWatchpoint(wp_sp.get());
815 Error rc = m_process_sp->DisableWatchpoint(wp_sp.get());
913 Error rc = m_process_sp->DisableWatchpoint(wp_sp.get());
H A DProcess.cpp2811 Process::DisableWatchpoint (Watchpoint *watchpoint, bool notify)
/external/lldb/include/lldb/Target/
H A DProcess.h3273 DisableWatchpoint (Watchpoint *wp, bool notify = true);

Completed in 3601 milliseconds