labath added inline comments.
================ Comment at: lldb/source/Target/Process.cpp:2654 +ArchSpec Process::GetSystemArchitecture() { + return HostInfo::GetArchitecture(); +} ---------------- This is only a good default for local process plugins. Since we have just one (windows) of those right now, it might be better to put it there. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D121443/new/ https://reviews.llvm.org/D121443 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits