Home
last modified time | relevance | path

Searched refs:DisableHardwareWatchpoint (Results 1 – 15 of 15) sorted by relevance

/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A DDNBArch.h95 virtual bool DisableHardwareWatchpoint(uint32_t hw_index, in DisableHardwareWatchpoint() function
H A DChangeLog763 (DNBArch::DisableHardwareWatchpoint): Ditto.
784 (DNBArchMachARM::DisableHardwareWatchpoint): New function.
792 (MachThread::DisableHardwareWatchpoint): New function.
797 (MachThread::DisableHardwareWatchpoint): New prototype.
807 (MachThread::DisableHardwareWatchpoint): New prototype.
842 (MachThreadList::DisableHardwareWatchpoint): New function.
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DMachThreadList.h70 bool DisableHardwareWatchpoint(const DNBBreakpoint *wp) const;
H A DMachThread.h75 bool DisableHardwareWatchpoint(const DNBBreakpoint *watchpoint,
H A DMachThreadList.cpp505 m_threads[idx]->DisableHardwareWatchpoint(bp, also_set_on_task); in DoHardwareBreakpointAction()
539 bool MachThreadList::DisableHardwareWatchpoint(const DNBBreakpoint *wp) const { in DisableHardwareWatchpoint() function in MachThreadList
H A DMachThread.cpp570 bool MachThread::DisableHardwareWatchpoint(const DNBBreakpoint *wp, in DisableHardwareWatchpoint() function in MachThread
573 return m_arch_up->DisableHardwareWatchpoint(wp->GetHardwareIndex(), in DisableHardwareWatchpoint()
H A DMachProcess.mm2078 bool hw_disable_result = m_thread_list.DisableHardwareWatchpoint(wp);
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/x86_64/
H A DDNBArchImplX86_64.h63 bool DisableHardwareWatchpoint(uint32_t hw_break_index,
H A DDNBArchImplX86_64.cpp1069 bool DNBArchImplX86_64::DisableHardwareWatchpoint(uint32_t hw_index, in DisableHardwareWatchpoint() function in DNBArchImplX86_64
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/i386/
H A DDNBArchImplI386.h63 bool DisableHardwareWatchpoint(uint32_t hw_break_index,
H A DDNBArchImplI386.cpp1111 bool DNBArchImplI386::DisableHardwareWatchpoint(uint32_t hw_index, in DisableHardwareWatchpoint() function in DNBArchImplI386
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/arm64/
H A DDNBArchImplARM64.h76 bool DisableHardwareWatchpoint(uint32_t hw_break_index,
H A DDNBArchImplARM64.cpp488 DisableHardwareWatchpoint(m_watchpoint_hw_index, false); in ThreadWillResume()
909 DisableHardwareWatchpoint(lo, also_set_on_task); in EnableHardwareWatchpoint()
1034 bool DNBArchMachARM64::DisableHardwareWatchpoint(uint32_t hw_index, in DisableHardwareWatchpoint() function in DNBArchMachARM64
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/arm/
H A DDNBArchImpl.h80 bool DisableHardwareWatchpoint(uint32_t hw_break_index,
H A DDNBArchImpl.cpp565 DisableHardwareWatchpoint(m_watchpoint_hw_index, false); in ThreadWillResume()
1178 DisableHardwareWatchpoint(lo, also_set_on_task); in EnableHardwareWatchpoint()
1302 bool DNBArchMachARM::DisableHardwareWatchpoint(uint32_t hw_index, in DisableHardwareWatchpoint() function in DNBArchMachARM