Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp943 ArchSpec new_target_arch = target_arch; in DidLaunchOrAttach() local
944 new_target_arch.SetTriple(new_target_triple); in DidLaunchOrAttach()
945 GetTarget().SetArchitecture(new_target_arch); in DidLaunchOrAttach()