[Lldb-commits] [PATCH] D121443: [lldb] Add a getter for the process' system architecture

Thorsten via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Mar 11 10:48:00 PST 2022


tschuett added inline comments.


================
Comment at: lldb/source/Plugins/Process/Windows/Common/NativeProcessWindows.cpp:236
+ArchSpec NativeProcessWindows::GetSystemArchitecture() override;
+return HostInfo::GetArchitecture();
+}
----------------
two spaces?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D121443/new/

https://reviews.llvm.org/D121443



More information about the lldb-commits mailing list