Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h165 virtual const HardwareBreakpointMap &GetHardwareBreakpointMap() const;
/llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/
H A DNativeThreadLinux.cpp236 const auto &hw_breakpoint_map = process.GetHardwareBreakpointMap(); in Resume()
/llvm-project-15.0.7/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp231 NativeProcessProtocol::GetHardwareBreakpointMap() const { in GetHardwareBreakpointMap() function in NativeProcessProtocol