Searched refs:request_hardware (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/ |
| H A D | Target.h | 575 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 D | SBTarget.h | 716 bool request_hardware = false);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | Target.cpp | 407 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 D | SBTarget.cpp | 1078 bool request_hardware) in BreakpointCreateFromScript() argument 1094 request_hardware, in BreakpointCreateFromScript()
|