Searched refs:is_dummy_target (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Target/ |
| D | TargetList.cpp | 295 const bool is_dummy_target = false; in CreateTargetInternal() local 365 target_sp.reset(new Target(debugger, arch, platform_sp, is_dummy_target)); in CreateTargetInternal() 376 target_sp.reset(new Target(debugger, arch, platform_sp, is_dummy_target)); in CreateTargetInternal()
|
| D | Target.cpp | 88 const lldb::PlatformSP &platform_sp, bool is_dummy_target) in Target() argument 100 m_is_dummy_target(is_dummy_target), in Target()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Core/ |
| D | Debugger.cpp | 716 const bool is_dummy_target = true; in Debugger() local 718 new Target(*this, arch, default_platform_sp, is_dummy_target)); in Debugger()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Target/ |
| D | Target.h | 1476 const lldb::PlatformSP &platform_sp, bool is_dummy_target);
|