Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp1549 bool RegisterContextDarwin_arm::ClearHardwareBreakpoint(uint32_t hw_index) { in ClearHardwareBreakpoint() function in RegisterContextDarwin_arm
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DNativeRegisterContext.cpp258 bool NativeRegisterContext::ClearHardwareBreakpoint(uint32_t hw_idx) { in ClearHardwareBreakpoint() function in NativeRegisterContext
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Linux/
H A DNativeRegisterContextLinux_arm.cpp355 bool NativeRegisterContextLinux_arm::ClearHardwareBreakpoint(uint32_t hw_idx) { in ClearHardwareBreakpoint() function in NativeRegisterContextLinux_arm
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DRegisterContext.cpp283 bool RegisterContext::ClearHardwareBreakpoint(uint32_t hw_idx) { return false; } in ClearHardwareBreakpoint() function in RegisterContext