[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 10:43:20 PST 2022
labath accepted this revision.
labath added inline comments.
This revision is now accepted and ready to land.
================
Comment at: lldb/source/Plugins/Process/Windows/Common/NativeProcessWindows.h:75
+ ArchSpec Process::GetSystemArchitecture() override;
+
----------------
This should go in ProcessWindows.h. NativeProcessWindows is the not-fully-functional lldb-server-based implementation. Also, drop the `Process::`
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D121443/new/
https://reviews.llvm.org/D121443
More information about the lldb-commits
mailing list