Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h677 bool request_hardware,
687 RegularExpression source_regex, bool internal, bool request_hardware,
692 bool request_hardware);
698 bool request_hardware);
702 bool request_hardware);
712 bool internal, bool request_hardware);
724 bool request_hardware);
735 bool request_hardware, StructuredData::ObjectSP extra_args_sp,
748 bool internal, bool request_hardware);
757 bool request_hardware);
[all …]
/src/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTarget.h750 bool request_hardware = false);
/src/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp1045 bool request_hardware) { in BreakpointCreateFromScript() argument
1047 request_hardware); in BreakpointCreateFromScript()
1061 request_hardware, in BreakpointCreateFromScript()
/src/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp485 bool request_hardware) { in CreateAddressInModuleBreakpoint() argument
490 return CreateBreakpoint(filter_sp, resolver_sp, internal, request_hardware, in CreateAddressInModuleBreakpoint()
666 bool request_hardware, StructuredData::ObjectSP extra_args_sp, in CreateScriptedBreakpoint() argument
695 bool internal, bool request_hardware, in CreateBreakpoint() argument
699 const bool hardware = request_hardware || GetRequireHardwareBreakpoints(); in CreateBreakpoint()