[Lldb-commits] [PATCH] D128250: [LLDB][RISCV]Add initial support for lldb-server.
David Spickett via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Jul 25 07:57:11 PDT 2022
DavidSpickett added inline comments.
================
Comment at: lldb/source/Plugins/Architecture/RISCV64/ArchitectureRISCV64.cpp:23
+void lldb_private::ArchitectureRISCV64::Initialize() {
+ PluginManager::RegisterPlugin(GetPluginNameStatic(), "RISC-V64",
+ &ArchitectureRISCV64::Create);
----------------
Just noticed this in passing, should this and the 32 bit one be named like "RISCV-64"/"RISCV-32" instead?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128250/new/
https://reviews.llvm.org/D128250
More information about the lldb-commits
mailing list