Searched refs:new_target_sp (Results 1 – 5 of 5) sorted by relevance
| /freebsd-head/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/ |
| HD | PlatformRemoteGDBServer.cpp | 505 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/ |
| HD | PlatformPOSIX.cpp | 371 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/ |
| HD | CommandObjectProcess.cpp | 322 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/ |
| HD | Platform.cpp | 1890 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/ |
| HD | IOHandlerCursesGUI.cpp | 2993 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()
|