Home
last modified time | relevance | path

Searched refs:request_hardware (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTarget.h575 bool request_hardware,
585 RegularExpression &source_regex, bool internal, bool request_hardware,
590 bool request_hardware);
596 bool request_hardware);
600 bool request_hardware);
610 bool internal, bool request_hardware);
622 bool request_hardware);
635 bool request_hardware,
649 bool internal, bool request_hardware);
658 bool request_hardware);
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBTarget.h716 bool request_hardware = false);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp407 bool request_hardware) { in CreateAddressInModuleBreakpoint() argument
412 return CreateBreakpoint(filter_sp, resolver_sp, internal, request_hardware, in CreateAddressInModuleBreakpoint()
589 bool request_hardware, in CreateScriptedBreakpoint() argument
628 bool internal, bool request_hardware, in CreateBreakpoint() argument
632 const bool hardware = request_hardware || GetRequireHardwareBreakpoints(); in CreateBreakpoint()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBTarget.cpp1078 bool request_hardware) in BreakpointCreateFromScript() argument
1094 request_hardware, in BreakpointCreateFromScript()