[lldb] Place PlatformQemu Properties into anonymous namespace
authorPavel Labath <pavel@labath.sk>
Thu, 13 Oct 2022 13:22:22 +0000 (15:22 +0200)
committerPavel Labath <pavel@labath.sk>
Thu, 13 Oct 2022 13:23:58 +0000 (15:23 +0200)
commit32cb683d2d3aa9c8fe0f8b24bd3ad1a5ea53bdcc
tree43f62cb16f915750289d648972d78212f4ee7620
parent3f62314c235bd2475c8e2b5b874b2932a444e823
[lldb] Place PlatformQemu Properties into anonymous namespace

It's fine right now, but will break as soon as someone else declares a
PluginProperties class in the same way.

Also tighten up the scope of the anonymous namespaces surrounding the
other PluginProperties classes.
lldb/source/Plugins/JITLoader/GDB/JITLoaderGDB.cpp
lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp
lldb/source/Plugins/Platform/QemuUser/PlatformQemuUser.cpp
lldb/source/Plugins/Process/MacOSX-Kernel/ProcessKDP.cpp
lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp