[lldb] Don't overwrite the host arch with the process arch
authorJonas Devlieghere <jonas@devlieghere.com>
Fri, 11 Mar 2022 06:52:20 +0000 (22:52 -0800)
committerJonas Devlieghere <jonas@devlieghere.com>
Fri, 11 Mar 2022 17:23:01 +0000 (09:23 -0800)
commit4ef07e5ffe59efa259bd84a7750718a5e62fa1ce
tree8d83806882df3ca975ff22fb9ad91df9a727babd
parentd477f1bb1583a569b3b8b9d40766cf7bd30c5938
[lldb] Don't overwrite the host arch with the process arch

Don't overwrite the host architecture (obtained from qHostInfo) with the
process info (obtained from qProcessInfo).

Differential revision: https://reviews.llvm.org/D121442
lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp