Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/
HDPlatformRemoteGDBServer.cpp603 TargetSP new_target_sp; in DebugProcess() local
610 new_target_sp); in DebugProcess()
611 target = new_target_sp.get(); in DebugProcess()
699 TargetSP new_target_sp; in Attach() local
706 new_target_sp); in Attach()
707 target = new_target_sp.get(); in Attach()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Platform/FreeBSD/
HDPlatformFreeBSD.cpp733 TargetSP new_target_sp; in Attach() local
741 new_target_sp); in Attach()
742 target = new_target_sp.get(); in Attach()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/
HDPlatformPOSIX.cpp762 TargetSP new_target_sp; in Attach() local
769 new_target_sp); in Attach()
770 target = new_target_sp.get(); in Attach()
/NextBSD/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectProcess.cpp510 TargetSP new_target_sp; in DoExecute() local
518 new_target_sp); in DoExecute()
519 target = new_target_sp.get(); in DoExecute()