Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/Utility/
DRegisterContextThreadMemory.cpp156 bool RegisterContextThreadMemory::ClearHardwareBreakpoint(uint32_t hw_idx) { in ClearHardwareBreakpoint() function in RegisterContextThreadMemory
DRegisterContextDarwin_arm.cpp1602 bool RegisterContextDarwin_arm::ClearHardwareBreakpoint(uint32_t hw_index) { in ClearHardwareBreakpoint() function in RegisterContextDarwin_arm
/external/llvm-project/lldb/source/Host/common/
DNativeRegisterContext.cpp247 bool NativeRegisterContext::ClearHardwareBreakpoint(uint32_t hw_idx) { in ClearHardwareBreakpoint() function in NativeRegisterContext
/external/llvm-project/lldb/source/Plugins/Process/Linux/
DNativeRegisterContextLinux_arm.cpp366 bool NativeRegisterContextLinux_arm::ClearHardwareBreakpoint(uint32_t hw_idx) { in ClearHardwareBreakpoint() function in NativeRegisterContextLinux_arm
DNativeRegisterContextLinux_arm64.cpp518 bool NativeRegisterContextLinux_arm64::ClearHardwareBreakpoint( in ClearHardwareBreakpoint() function in NativeRegisterContextLinux_arm64
/external/llvm-project/lldb/source/Target/
DRegisterContext.cpp295 bool RegisterContext::ClearHardwareBreakpoint(uint32_t hw_idx) { return false; } in ClearHardwareBreakpoint() function in RegisterContext