Home
last modified time | relevance | path

Searched refs:GetHardwareBreakpointMap (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h166 virtual const HardwareBreakpointMap &GetHardwareBreakpointMap() const;
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Linux/
H A DNativeThreadLinux.cpp236 const auto &hw_breakpoint_map = process.GetHardwareBreakpointMap(); in Resume()
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp232 NativeProcessProtocol::GetHardwareBreakpointMap() const { in GetHardwareBreakpointMap() function in NativeProcessProtocol