Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h618 bool request_hardware,
628 RegularExpression source_regex, bool internal, bool request_hardware,
633 bool request_hardware);
639 bool request_hardware);
643 bool request_hardware);
653 bool internal, bool request_hardware);
665 bool request_hardware);
676 bool request_hardware, StructuredData::ObjectSP extra_args_sp,
689 bool internal, bool request_hardware);
698 bool request_hardware);
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTarget.h674 bool request_hardware = false);
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBTarget.i738 bool request_hardware = false);
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp419 bool request_hardware) { in CreateAddressInModuleBreakpoint() argument
424 return CreateBreakpoint(filter_sp, resolver_sp, internal, request_hardware, in CreateAddressInModuleBreakpoint()
600 bool request_hardware, StructuredData::ObjectSP extra_args_sp, in CreateScriptedBreakpoint() argument
633 bool internal, bool request_hardware, in CreateBreakpoint() argument
637 const bool hardware = request_hardware || GetRequireHardwareBreakpoints(); in CreateBreakpoint()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp1143 bool request_hardware) { in BreakpointCreateFromScript() argument
1148 class_name, extra_args, module_list, file_list, request_hardware); in BreakpointCreateFromScript()
1162 request_hardware, in BreakpointCreateFromScript()