| /llvm-project-15.0.7/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 | 190 bool DisableWatchpoint(nub_addr_t addr, bool remove);
|
| H A D | MachProcess.mm | 2054 bool MachProcess::DisableWatchpoint(nub_addr_t addr, bool remove) { function 2068 "MachProcess::DisableWatchpoint ( addr = 0x%8.8llx, remove = %d )", 2088 DNBLogError("MachProcess::DisableWatchpoint ( addr = 0x%8.8llx, remove = "
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/ |
| H A D | ProcessWindows.h | 104 Status DisableWatchpoint(Watchpoint *wp, bool notify = true) override;
|
| H A D | ProcessWindows.cpp | 905 Status ProcessWindows::DisableWatchpoint(Watchpoint *wp, bool notify) { in DisableWatchpoint() function in lldb_private::ProcessWindows
|
| /llvm-project-15.0.7/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
|
| /llvm-project-15.0.7/lldb/tools/debugserver/source/ |
| H A D | DNBBreakpoint.cpp | 166 process->DisableWatchpoint(pos->second.Address(), false); in DisableAllWatchpoints()
|
| H A D | DNB.cpp | 1177 return procSP->DisableWatchpoint(addr, true); in DNBWatchpointClear()
|
| H A D | ChangeLog | 363 (MachProcess::DisableWatchpoint): Ditto. 817 (MachProcess::DisableWatchpoint): New function.
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | StopInfo.cpp | 640 process_sp->DisableWatchpoint(watchpoint_sp.get(), notify); in WatchpointSentry() 651 process_sp->DisableWatchpoint(watchpoint_sp.get(), notify); in DoReenable() 771 process_sp->DisableWatchpoint(wp, false); in PerformAction()
|
| H A D | Target.cpp | 862 m_process_sp->DisableWatchpoint(matched_sp.get(), notify); in CreateWatchpoint() 1182 Status rc = m_process_sp->DisableWatchpoint(wp_sp.get()); in RemoveAllWatchpoints() 1211 Status rc = m_process_sp->DisableWatchpoint(wp_sp.get()); in DisableAllWatchpoints() 1301 Status rc = m_process_sp->DisableWatchpoint(wp_sp.get()); in DisableWatchpointByID()
|
| H A D | Process.cpp | 2405 Status Process::DisableWatchpoint(Watchpoint *watchpoint, bool notify) { in DisableWatchpoint() function in Process
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBWatchpoint.cpp | 152 process_sp->DisableWatchpoint(watchpoint_sp.get(), notify); in SetEnabled()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.h | 161 Status DisableWatchpoint(Watchpoint *wp, bool notify = true) override;
|
| H A D | ProcessGDBRemote.cpp | 3150 Status ProcessGDBRemote::DisableWatchpoint(Watchpoint *wp, bool notify) { in DisableWatchpoint() function in ProcessGDBRemote
|
| /llvm-project-15.0.7/lldb/include/lldb/Target/ |
| H A D | Process.h | 2056 virtual Status DisableWatchpoint(Watchpoint *wp, bool notify = true);
|