Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDTarget.h249 bool GetRequireHardwareBreakpoints() const;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
HDTarget.cpp699 const bool hardware = request_hardware || GetRequireHardwareBreakpoints(); in CreateBreakpoint()
4801 bool TargetProperties::GetRequireHardwareBreakpoints() const { in GetRequireHardwareBreakpoints() function in TargetProperties