Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/FreeBSD/
DFreeBSDThread.h70 bool DisableHardwareWatchpoint(lldb_private::Watchpoint *wp);
DFreeBSDThread.cpp401 bool FreeBSDThread::DisableHardwareWatchpoint(Watchpoint *wp) { in DisableHardwareWatchpoint() function in FreeBSDThread
DProcessFreeBSD.cpp776 wp_disabled &= thread->DisableHardwareWatchpoint(wp); in DisableWatchpoint()
/external/llvm-project/lldb/tools/debugserver/source/
DDNBArch.h95 virtual bool DisableHardwareWatchpoint(uint32_t hw_index, in DisableHardwareWatchpoint() function
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.
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/
DMachThreadList.h70 bool DisableHardwareWatchpoint(const DNBBreakpoint *wp) const;
DMachThread.h75 bool DisableHardwareWatchpoint(const DNBBreakpoint *watchpoint,
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
DMachThread.cpp570 bool MachThread::DisableHardwareWatchpoint(const DNBBreakpoint *wp, in DisableHardwareWatchpoint() function in MachThread
573 return m_arch_up->DisableHardwareWatchpoint(wp->GetHardwareIndex(), in DisableHardwareWatchpoint()
DMachProcess.mm2047 bool hw_disable_result = m_thread_list.DisableHardwareWatchpoint(wp);
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/i386/
DDNBArchImplI386.h63 bool DisableHardwareWatchpoint(uint32_t hw_break_index,
DDNBArchImplI386.cpp1111 bool DNBArchImplI386::DisableHardwareWatchpoint(uint32_t hw_index, in DisableHardwareWatchpoint() function in DNBArchImplI386
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/arm64/
DDNBArchImplARM64.h77 virtual bool DisableHardwareWatchpoint(uint32_t hw_break_index,
DDNBArchImplARM64.cpp454 DisableHardwareWatchpoint(m_watchpoint_hw_index, false); in ThreadWillResume()
874 DisableHardwareWatchpoint(lo, also_set_on_task); in EnableHardwareWatchpoint()
999 bool DNBArchMachARM64::DisableHardwareWatchpoint(uint32_t hw_index, in DisableHardwareWatchpoint() function in DNBArchMachARM64
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/x86_64/
DDNBArchImplX86_64.h63 bool DisableHardwareWatchpoint(uint32_t hw_break_index,
DDNBArchImplX86_64.cpp1069 bool DNBArchImplX86_64::DisableHardwareWatchpoint(uint32_t hw_index, in DisableHardwareWatchpoint() function in DNBArchImplX86_64
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/arm/
DDNBArchImpl.h81 virtual bool DisableHardwareWatchpoint(uint32_t hw_break_index,
DDNBArchImpl.cpp561 DisableHardwareWatchpoint(m_watchpoint_hw_index, false); in ThreadWillResume()
1174 DisableHardwareWatchpoint(lo, also_set_on_task); in EnableHardwareWatchpoint()
1298 bool DNBArchMachARM::DisableHardwareWatchpoint(uint32_t hw_index, in DisableHardwareWatchpoint() function in DNBArchMachARM