Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextThreadMemory.cpp156 bool RegisterContextThreadMemory::ClearHardwareBreakpoint(uint32_t hw_idx) { in ClearHardwareBreakpoint() function in RegisterContextThreadMemory
H A DNativeRegisterContextDBReg_arm64.cpp106 bool NativeRegisterContextDBReg_arm64::ClearHardwareBreakpoint( in ClearHardwareBreakpoint() function in NativeRegisterContextDBReg_arm64
H A DRegisterContextDarwin_arm.cpp1602 bool RegisterContextDarwin_arm::ClearHardwareBreakpoint(uint32_t hw_index) { in ClearHardwareBreakpoint() function in RegisterContextDarwin_arm
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DNativeRegisterContext.cpp252 bool NativeRegisterContext::ClearHardwareBreakpoint(uint32_t hw_idx) { in ClearHardwareBreakpoint() function in NativeRegisterContext
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DRegisterContext.cpp289 bool RegisterContext::ClearHardwareBreakpoint(uint32_t hw_idx) { return false; } in ClearHardwareBreakpoint() function in RegisterContext