This is an archive of the discontinued LLVM Phabricator instance.

[lldb] Don't overwrite the host arch (from qHostInfo) with the process arch (from qProcessInfo)
ClosedPublic

Authored by JDevlieghere on Mar 10 2022, 10:52 PM.

Details

Summary

Don't overwrite the host architecture (obtained from qHostInfo in GDBRemoteCommunicationClient::GetHostInfo) with the process info (obtained from qProcessInfo in GDBRemoteCommunicationClient::GetCurrentProcessInfo).

Diff Detail

Event Timeline

JDevlieghere created this revision.Mar 10 2022, 10:52 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 10 2022, 10:52 PM
JDevlieghere requested review of this revision.Mar 10 2022, 10:52 PM
labath accepted this revision.Mar 11 2022, 1:26 AM

sounds like a good idea to me

This revision is now accepted and ready to land.Mar 11 2022, 1:26 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 11 2022, 9:23 AM