Home
last modified time | relevance | path

Searched refs:DisableWatchpoint (Results 1 – 18 of 18) sorted by relevance

/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DMachThreadList.h88 DisableWatchpoint, enumerator
H A DMachThreadList.cpp503 case HardwareBreakpointAction::DisableWatchpoint: in DoHardwareBreakpointAction()
541 wp, HardwareBreakpointAction::DisableWatchpoint) != in DisableHardwareWatchpoint()
H A DMachProcess.h191 bool DisableWatchpoint(nub_addr_t addr, bool remove);
H A DMachProcess.mm2060 bool MachProcess::DisableWatchpoint(nub_addr_t addr, bool remove) { function
2074 "MachProcess::DisableWatchpoint ( addr = 0x%8.8llx, remove = %d )",
2094 DNBLogError("MachProcess::DisableWatchpoint ( addr = 0x%8.8llx, remove = "
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DProcessWindows.h101 Status DisableWatchpoint(Watchpoint *wp, bool notify = true) override;
H A DProcessWindows.cpp903 Status ProcessWindows::DisableWatchpoint(Watchpoint *wp, bool notify) { in DisableWatchpoint() function in lldb_private::ProcessWindows
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDP.h131 lldb_private::Status DisableWatchpoint(lldb_private::Watchpoint *wp,
H A DProcessKDP.cpp682 Status ProcessKDP::DisableWatchpoint(Watchpoint *wp, bool notify) { in DisableWatchpoint() function in ProcessKDP
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A DDNBBreakpoint.cpp166 process->DisableWatchpoint(pos->second.Address(), false); in DisableAllWatchpoints()
H A DDNB.cpp1185 return procSP->DisableWatchpoint(addr, true); in DNBWatchpointClear()
H A DChangeLog363 (MachProcess::DisableWatchpoint): Ditto.
817 (MachProcess::DisableWatchpoint): New function.
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBWatchpoint.cpp152 process_sp->DisableWatchpoint(watchpoint_sp.get(), notify); in SetEnabled()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DStopInfo.cpp633 process_sp->DisableWatchpoint(watchpoint_sp.get(), notify); in WatchpointSentry()
644 process_sp->DisableWatchpoint(watchpoint_sp.get(), notify); in DoReenable()
711 GetThread().GetProcess()->DisableWatchpoint(m_watch_sp.get(), false); in DoWillResume()
H A DTarget.cpp868 m_process_sp->DisableWatchpoint(matched_sp.get(), notify); in CreateWatchpoint()
1192 Status rc = m_process_sp->DisableWatchpoint(wp_sp.get()); in RemoveAllWatchpoints()
1221 Status rc = m_process_sp->DisableWatchpoint(wp_sp.get()); in DisableAllWatchpoints()
1311 Status rc = m_process_sp->DisableWatchpoint(wp_sp.get()); in DisableWatchpointByID()
H A DProcess.cpp2409 Status Process::DisableWatchpoint(Watchpoint *watchpoint, bool notify) { in DisableWatchpoint() function in Process
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h160 Status DisableWatchpoint(Watchpoint *wp, bool notify = true) override;
H A DProcessGDBRemote.cpp3105 Status ProcessGDBRemote::DisableWatchpoint(Watchpoint *wp, bool notify) { in DisableWatchpoint() function in ProcessGDBRemote
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DProcess.h2078 virtual Status DisableWatchpoint(Watchpoint *wp, bool notify = true);