Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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.h193 bool EnableWatchpoint(nub_addr_t addr);
H A DMachProcess.mm1881 if (EnableWatchpoint(addr)) {
2178 bool MachProcess::EnableWatchpoint(nub_addr_t addr) { function
2180 "MachProcess::EnableWatchpoint(addr = 0x%8.8llx)",
2186 DNBLogWarning("MachProcess::EnableWatchpoint(addr = 0x%8.8llx): "
/openbsd/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DProcessWindows.h100 Status EnableWatchpoint(Watchpoint *wp, bool notify = true) override;
H A DProcessWindows.cpp849 Status ProcessWindows::EnableWatchpoint(Watchpoint *wp, bool notify) { in EnableWatchpoint() function in lldb_private::ProcessWindows
/openbsd/gnu/llvm/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
/openbsd/gnu/llvm/lldb/source/API/
H A DSBWatchpoint.cpp150 process_sp->EnableWatchpoint(watchpoint_sp.get(), notify); in SetEnabled()
/openbsd/gnu/llvm/lldb/source/Target/
H A DStopInfo.cpp646 process_sp->EnableWatchpoint(watchpoint_sp.get(), notify); in DoReenable()
755 GetThread().GetProcess()->EnableWatchpoint(m_watch_sp.get(), true); in ResetWatchpoint()
H A DTarget.cpp879 error = m_process_sp->EnableWatchpoint(wp_sp.get(), notify); in CreateWatchpoint()
1248 Status rc = m_process_sp->EnableWatchpoint(wp_sp.get()); in EnableAllWatchpoints()
1330 Status rc = m_process_sp->EnableWatchpoint(wp_sp.get()); in EnableWatchpointByID()
H A DProcess.cpp2403 Status Process::EnableWatchpoint(Watchpoint *watchpoint, bool notify) { in EnableWatchpoint() function in Process
/openbsd/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h158 Status EnableWatchpoint(Watchpoint *wp, bool notify = true) override;
H A DProcessGDBRemote.cpp3069 Status ProcessGDBRemote::EnableWatchpoint(Watchpoint *wp, bool notify) { in EnableWatchpoint() function in ProcessGDBRemote
/openbsd/gnu/llvm/lldb/include/lldb/Target/
H A DProcess.h2076 virtual Status EnableWatchpoint(Watchpoint *wp, bool notify = true);
/openbsd/gnu/llvm/lldb/tools/debugserver/source/
H A DChangeLog365 (MachProcess::EnableWatchpoint): Ditto.
823 (MachProcess::EnableWatchpoint): New function.