Home
last modified time | relevance | path

Searched refs:GetRequireHardwareBreakpoints (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h251 bool GetRequireHardwareBreakpoints() const;
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp698 const bool hardware = request_hardware || GetRequireHardwareBreakpoints(); in CreateBreakpoint()
4820 bool TargetProperties::GetRequireHardwareBreakpoints() const { in GetRequireHardwareBreakpoints() function in TargetProperties