Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DTarget.h243 bool GetRequireHardwareBreakpoints() const;
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTarget.cpp656 const bool hardware = request_hardware || GetRequireHardwareBreakpoints(); in CreateBreakpoint()
4696 bool TargetProperties::GetRequireHardwareBreakpoints() const { in GetRequireHardwareBreakpoints() function in TargetProperties