Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h709 bool request_hardware,
719 RegularExpression source_regex, bool internal, bool request_hardware,
724 bool request_hardware);
730 bool request_hardware);
734 bool request_hardware);
744 bool internal, bool request_hardware);
756 bool request_hardware);
767 bool request_hardware, StructuredData::ObjectSP extra_args_sp,
780 bool internal, bool request_hardware);
789 bool request_hardware);
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTarget.h767 bool request_hardware = false);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp1028 bool request_hardware) { in BreakpointCreateFromScript() argument
1030 request_hardware); in BreakpointCreateFromScript()
1043 request_hardware, in BreakpointCreateFromScript()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp570 bool request_hardware) { in CreateAddressInModuleBreakpoint() argument
575 return CreateBreakpoint(filter_sp, resolver_sp, internal, request_hardware, in CreateAddressInModuleBreakpoint()
751 bool request_hardware, StructuredData::ObjectSP extra_args_sp, in CreateScriptedBreakpoint() argument
780 bool internal, bool request_hardware, in CreateBreakpoint() argument
784 const bool hardware = request_hardware || GetRequireHardwareBreakpoints(); in CreateBreakpoint()