Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DTarget.h241 bool GetRequireHardwareBreakpoints() const;
/llvm-project-15.0.7/lldb/source/Target/
H A DTarget.cpp652 const bool hardware = request_hardware || GetRequireHardwareBreakpoints(); in CreateBreakpoint()
4593 bool TargetProperties::GetRequireHardwareBreakpoints() const { in GetRequireHardwareBreakpoints() function in TargetProperties