Home
last modified time | relevance | path

Searched refs:new_target_sp (Results 1 – 5 of 5) sorted by relevance

/freebsd-head/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
HDPlatformRemoteGDBServer.cpp505 TargetSP new_target_sp; in Attach() local
508 debugger, "", "", eLoadDependentsNo, nullptr, new_target_sp); in Attach()
509 target = new_target_sp.get(); in Attach()
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
HDPlatformPOSIX.cpp371 TargetSP new_target_sp; in Attach() local
374 debugger, "", "", eLoadDependentsNo, nullptr, new_target_sp); in Attach()
375 target = new_target_sp.get(); in Attach()
/freebsd-head/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectProcess.cpp322 TargetSP new_target_sp; in DoExecute() local
328 new_target_sp); in DoExecute()
329 target = new_target_sp.get(); in DoExecute()
/freebsd-head/contrib/llvm-project/lldb/source/Target/
HDPlatform.cpp1890 TargetSP new_target_sp; in DoConnectProcess() local
1892 debugger, "", triple, eLoadDependentsNo, nullptr, new_target_sp); in DoConnectProcess()
1894 target = new_target_sp.get(); in DoConnectProcess()
/freebsd-head/contrib/llvm-project/lldb/source/Core/
HDIOHandlerCursesGUI.cpp2993 TargetSP new_target_sp; in GetTarget() local
2995 m_debugger, "", "", eLoadDependentsNo, nullptr, new_target_sp); in GetTarget()
2997 target = new_target_sp.get(); in GetTarget()
3002 m_debugger.GetTargetList().SetSelectedTarget(new_target_sp); in GetTarget()