[Lldb-commits] [PATCH] D95802: [lldb] [Process/FreeBSDRemote] Introduce mips64 support
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Feb 8 05:56:31 PST 2021
labath accepted this revision.
labath added a comment.
This revision is now accepted and ready to land.
Ok, seems reasonable.
================
Comment at: lldb/source/Plugins/Process/Utility/NativeProcessSoftwareSingleStep.cpp:20
+
+namespace lldb_private {
+
----------------
This should be an anonymous namespace.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95802/new/
https://reviews.llvm.org/D95802
More information about the lldb-commits
mailing list