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

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Mar 11 01:29:06 PST 2022


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



More information about the lldb-commits mailing list