Searched refs:request_hardware (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/lldb/include/lldb/Target/ |
D | Target.h | 610 bool request_hardware, 620 RegularExpression source_regex, bool internal, bool request_hardware, 625 bool request_hardware); 631 bool request_hardware); 635 bool request_hardware); 645 bool internal, bool request_hardware); 657 bool request_hardware); 668 bool request_hardware, StructuredData::ObjectSP extra_args_sp, 681 bool internal, bool request_hardware); 690 bool request_hardware); [all …]
|
/external/llvm-project/lldb/include/lldb/API/ |
D | SBTarget.h | 668 bool request_hardware = false);
|
/external/llvm-project/lldb/bindings/interface/ |
D | SBTarget.i | 749 bool request_hardware = false);
|
/external/llvm-project/lldb/source/Target/ |
D | Target.cpp | 412 bool request_hardware) { in CreateAddressInModuleBreakpoint() argument 417 return CreateBreakpoint(filter_sp, resolver_sp, internal, request_hardware, in CreateAddressInModuleBreakpoint() 593 bool request_hardware, StructuredData::ObjectSP extra_args_sp, in CreateScriptedBreakpoint() argument 626 bool internal, bool request_hardware, in CreateBreakpoint() argument 630 const bool hardware = request_hardware || GetRequireHardwareBreakpoints(); in CreateBreakpoint()
|
/external/llvm-project/lldb/source/API/ |
D | SBTarget.cpp | 1111 bool request_hardware) { in BreakpointCreateFromScript() argument 1116 class_name, extra_args, module_list, file_list, request_hardware); in BreakpointCreateFromScript() 1130 request_hardware, in BreakpointCreateFromScript()
|