Searched defs:DisableHardwareWatchpoint (Results 1 – 5 of 5) sorted by relevance
/llvm-project/lldb/tools/debugserver/source/ | ||
H A D | DNBArch.h | 95 virtual bool DisableHardwareWatchpoint(uint32_t hw_index, in DisableHardwareWatchpoint() function |
/llvm-project/lldb/tools/debugserver/source/MacOSX/ | ||
H A D | MachThread.cpp | 570 bool MachThread::DisableHardwareWatchpoint(const DNBBreakpoint *wp, DisableHardwareWatchpoint() function in MachThread |
H A D | MachThreadList.cpp | 539 bool MachThreadList::DisableHardwareWatchpoint(const DNBBreakpoint *wp) const { in DisableHardwareWatchpoint() function in MachThreadList |
/llvm-project/lldb/tools/debugserver/source/MacOSX/x86_64/ | ||
H A D | DNBArchImplX86_64.cpp | 1069 bool DNBArchImplX86_64::DisableHardwareWatchpoint(uint32_t hw_index, DisableHardwareWatchpoint() function in DNBArchImplX86_64 |
/llvm-project/lldb/tools/debugserver/source/MacOSX/arm64/ | ||
H A D | DNBArchImplARM64.cpp | 1170 bool DNBArchMachARM64::DisableHardwareWatchpoint(uint32_t hw_index, DisableHardwareWatchpoint() function in DNBArchMachARM64 |