[all-commits] [llvm/llvm-project] 4ef07e: [lldb] Don't overwrite the host arch with the proc...

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Fri Mar 11 09:23:15 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4ef07e5ffe59efa259bd84a7750718a5e62fa1ce
      https://github.com/llvm/llvm-project/commit/4ef07e5ffe59efa259bd84a7750718a5e62fa1ce
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2022-03-11 (Fri, 11 Mar 2022)

  Changed paths:
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp

  Log Message:
  -----------
  [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




More information about the All-commits mailing list