| /openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/ |
| H A D | MachThreadList.h | 88 DisableWatchpoint, enumerator
|
| H A D | MachThreadList.cpp | 503 case HardwareBreakpointAction::DisableWatchpoint: in DoHardwareBreakpointAction() 541 wp, HardwareBreakpointAction::DisableWatchpoint) != in DisableHardwareWatchpoint()
|
| H A D | MachProcess.h | 191 bool DisableWatchpoint(nub_addr_t addr, bool remove);
|
| H A D | MachProcess.mm | 2060 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 D | ProcessWindows.h | 101 Status DisableWatchpoint(Watchpoint *wp, bool notify = true) override;
|
| H A D | ProcessWindows.cpp | 903 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 D | ProcessKDP.h | 131 lldb_private::Status DisableWatchpoint(lldb_private::Watchpoint *wp,
|
| H A D | ProcessKDP.cpp | 682 Status ProcessKDP::DisableWatchpoint(Watchpoint *wp, bool notify) { in DisableWatchpoint() function in ProcessKDP
|
| /openbsd-src/gnu/llvm/lldb/tools/debugserver/source/ |
| H A D | DNBBreakpoint.cpp | 166 process->DisableWatchpoint(pos->second.Address(), false); in DisableAllWatchpoints()
|
| H A D | DNB.cpp | 1185 return procSP->DisableWatchpoint(addr, true); in DNBWatchpointClear()
|
| H A D | ChangeLog | 363 (MachProcess::DisableWatchpoint): Ditto. 817 (MachProcess::DisableWatchpoint): New function.
|
| /openbsd-src/gnu/llvm/lldb/source/API/ |
| H A D | SBWatchpoint.cpp | 152 process_sp->DisableWatchpoint(watchpoint_sp.get(), notify); in SetEnabled()
|
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | StopInfo.cpp | 633 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 D | Target.cpp | 868 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 D | Process.cpp | 2409 Status Process::DisableWatchpoint(Watchpoint *watchpoint, bool notify) { in DisableWatchpoint() function in Process
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.h | 160 Status DisableWatchpoint(Watchpoint *wp, bool notify = true) override;
|
| H A D | ProcessGDBRemote.cpp | 3105 Status ProcessGDBRemote::DisableWatchpoint(Watchpoint *wp, bool notify) { in DisableWatchpoint() function in ProcessGDBRemote
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Target/ |
| H A D | Process.h | 2078 virtual Status DisableWatchpoint(Watchpoint *wp, bool notify = true);
|