Home
last modified time | relevance | path

Searched defs:NumSupportedHardwareBreakpoints (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextThreadMemory.cpp141 uint32_t RegisterContextThreadMemory::NumSupportedHardwareBreakpoints() { in NumSupportedHardwareBreakpoints() function in RegisterContextThreadMemory
H A DNativeRegisterContextDBReg_arm64.cpp32 uint32_t NativeRegisterContextDBReg_arm64::NumSupportedHardwareBreakpoints() { in NumSupportedHardwareBreakpoints() function in NativeRegisterContextDBReg_arm64
H A DRegisterContextDarwin_arm.cpp1497 uint32_t RegisterContextDarwin_arm::NumSupportedHardwareBreakpoints() { in NumSupportedHardwareBreakpoints() function in RegisterContextDarwin_arm
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DNativeRegisterContext.cpp241 uint32_t NativeRegisterContext::NumSupportedHardwareBreakpoints() { return 0; } in NumSupportedHardwareBreakpoints() function in NativeRegisterContext
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DRegisterContext.cpp264 uint32_t RegisterContext::NumSupportedHardwareBreakpoints() { return 0; } in NumSupportedHardwareBreakpoints() function in RegisterContext