Home
last modified time | relevance | path

Searched defs:NumSupportedHardwareWatchpoints (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextThreadMemory.cpp163 uint32_t RegisterContextThreadMemory::NumSupportedHardwareWatchpoints() { in NumSupportedHardwareWatchpoints() function in RegisterContextThreadMemory
H A DNativeRegisterContextDBReg_x86.cpp273 uint32_t NativeRegisterContextDBReg_x86::NumSupportedHardwareWatchpoints() { in NumSupportedHardwareWatchpoints() function in NativeRegisterContextDBReg_x86
H A DNativeRegisterContextDBReg_arm64.cpp209 uint32_t NativeRegisterContextDBReg_arm64::NumSupportedHardwareWatchpoints() { in NumSupportedHardwareWatchpoints() function in NativeRegisterContextDBReg_arm64
H A DRegisterContextDarwin_arm64.cpp919 uint32_t RegisterContextDarwin_arm64::NumSupportedHardwareWatchpoints() { in NumSupportedHardwareWatchpoints() function in RegisterContextDarwin_arm64
H A DRegisterContextDarwin_arm.cpp1627 uint32_t RegisterContextDarwin_arm::NumSupportedHardwareWatchpoints() { in NumSupportedHardwareWatchpoints() function in RegisterContextDarwin_arm
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DNativeRegisterContext.cpp262 uint32_t NativeRegisterContext::NumSupportedHardwareWatchpoints() { return 0; } in NumSupportedHardwareWatchpoints() function in NativeRegisterContext
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DRegisterContext.cpp285 uint32_t RegisterContext::NumSupportedHardwareWatchpoints() { return 0; } NumSupportedHardwareWatchpoints() function in RegisterContext