Home
last modified time | relevance | path

Searched refs:EnableWatchpoint (Results 1 – 16 of 16) sorted by relevance

/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/
H A DMachThreadList.h87 EnableWatchpoint, enumerator
H A DMachThreadList.cpp500 case HardwareBreakpointAction::EnableWatchpoint: in DoHardwareBreakpointAction()
536 HardwareBreakpointAction::EnableWatchpoint); in EnableHardwareWatchpoint()
H A DMachProcess.h192 bool EnableWatchpoint(nub_addr_t addr);
H A DMachProcess.mm1875 if (EnableWatchpoint(addr)) {
2172 bool MachProcess::EnableWatchpoint(nub_addr_t addr) { function
2174 "MachProcess::EnableWatchpoint(addr = 0x%8.8llx)",
2180 DNBLogWarning("MachProcess::EnableWatchpoint(addr = 0x%8.8llx): "
/llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/
H A DProcessWindows.h103 Status EnableWatchpoint(Watchpoint *wp, bool notify = true) override;
H A DProcessWindows.cpp851 Status ProcessWindows::EnableWatchpoint(Watchpoint *wp, bool notify) { in EnableWatchpoint() function in lldb_private::ProcessWindows
/llvm-project-15.0.7/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDP.h128 lldb_private::Status EnableWatchpoint(lldb_private::Watchpoint *wp,
H A DProcessKDP.cpp675 Status ProcessKDP::EnableWatchpoint(Watchpoint *wp, bool notify) { in EnableWatchpoint() function in ProcessKDP
/llvm-project-15.0.7/lldb/source/API/
H A DSBWatchpoint.cpp150 process_sp->EnableWatchpoint(watchpoint_sp.get(), notify); in SetEnabled()
/llvm-project-15.0.7/lldb/source/Target/
H A DStopInfo.cpp653 process_sp->EnableWatchpoint(watchpoint_sp.get(), notify); in DoReenable()
793 process_sp->EnableWatchpoint(wp, false); in PerformAction()
H A DTarget.cpp873 error = m_process_sp->EnableWatchpoint(wp_sp.get(), notify); in CreateWatchpoint()
1238 Status rc = m_process_sp->EnableWatchpoint(wp_sp.get()); in EnableAllWatchpoints()
1320 Status rc = m_process_sp->EnableWatchpoint(wp_sp.get()); in EnableWatchpointByID()
H A DProcess.cpp2399 Status Process::EnableWatchpoint(Watchpoint *watchpoint, bool notify) { in EnableWatchpoint() function in Process
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h159 Status EnableWatchpoint(Watchpoint *wp, bool notify = true) override;
H A DProcessGDBRemote.cpp3114 Status ProcessGDBRemote::EnableWatchpoint(Watchpoint *wp, bool notify) { in EnableWatchpoint() function in ProcessGDBRemote
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DProcess.h2054 virtual Status EnableWatchpoint(Watchpoint *wp, bool notify = true);
/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DChangeLog365 (MachProcess::EnableWatchpoint): Ditto.
823 (MachProcess::EnableWatchpoint): New function.