Searched defs:EnableHardwareWatchpoint (Results 1 – 5 of 5) sorted by relevance
/llvm-project/lldb/tools/debugserver/source/ | ||
H A D | DNBArch.h | 86 virtual uint32_t EnableHardwareWatchpoint(nub_addr_t addr, nub_size_t size, in EnableHardwareWatchpoint() function |
/llvm-project/lldb/tools/debugserver/source/MacOSX/ | ||
H A D | MachThread.cpp | 546 uint32_t MachThread::EnableHardwareWatchpoint(const DNBBreakpoint *wp, EnableHardwareWatchpoint() function in MachThread |
H A D | MachThreadList.cpp | 534 MachThreadList::EnableHardwareWatchpoint(const DNBBreakpoint *wp) const { in EnableHardwareWatchpoint() function in MachThreadList |
/llvm-project/lldb/tools/debugserver/source/MacOSX/x86_64/ | ||
H A D | DNBArchImplX86_64.cpp | 1009 uint32_t DNBArchImplX86_64::EnableHardwareWatchpoint(nub_addr_t addr, EnableHardwareWatchpoint() function in DNBArchImplX86_64 |
/llvm-project/lldb/tools/debugserver/source/MacOSX/arm64/ | ||
H A D | DNBArchImplARM64.cpp | 913 uint32_t DNBArchMachARM64::EnableHardwareWatchpoint(nub_addr_t addr, EnableHardwareWatchpoint() function in DNBArchMachARM64 |