Searched refs:new_target_sp (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp268 TargetSP new_target_sp; local
273 new_target_sp);
274 target = new_target_sp.get();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp267 TargetSP new_target_sp; local
269 debugger, "", "", eLoadDependentsNo, nullptr, new_target_sp);
275 target = new_target_sp.get();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp489 TargetSP new_target_sp; local
492 debugger, "", "", eLoadDependentsNo, nullptr, new_target_sp);
493 target = new_target_sp.get();
575 TargetSP new_target_sp; local
578 debugger, "", "", eLoadDependentsNo, nullptr, new_target_sp);
579 target = new_target_sp.get();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp367 TargetSP new_target_sp; local
370 debugger, "", "", eLoadDependentsNo, nullptr, new_target_sp);
371 target = new_target_sp.get();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp395 TargetSP new_target_sp; variable
401 new_target_sp);
402 target = new_target_sp.get();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp1811 TargetSP new_target_sp;
1813 debugger, "", triple, eLoadDependentsNo, nullptr, new_target_sp);
1814 target = new_target_sp.get();

Completed in 93 milliseconds