[lldb] Cleanup MacOSX platform headers (NFC)
authorJonas Devlieghere <jonas@devlieghere.com>
Tue, 15 Mar 2022 04:54:07 +0000 (21:54 -0700)
committerJonas Devlieghere <jonas@devlieghere.com>
Tue, 15 Mar 2022 05:01:05 +0000 (22:01 -0700)
commit0aaf480be955718c0be99dc14a71b668bf15def0
treec9efa5f1939cb4ace78a843380bf541c39c9ce59
parentcb22d71806b784a9105803f38b2740ca6888392a
[lldb] Cleanup MacOSX platform headers (NFC)

While working on dde487e54782 I noticed that the MacOSX platforms were
in need of some love. This patch cleans up the headers:

 - Move platforms into the lldb_private namespace.
 - Remove lldb_private:: prefixes to improve readability.
 - Fix header includes and use forward declarations (iwyu).
 - Fix formatting
lldb/source/Plugins/Platform/MacOSX/PlatformAppleSimulator.h
lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.h
lldb/source/Plugins/Platform/MacOSX/PlatformDarwinKernel.h
lldb/source/Plugins/Platform/MacOSX/PlatformMacOSX.h
lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleBridge.h
lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleTV.h
lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleWatch.h
lldb/source/Plugins/Platform/MacOSX/PlatformRemoteDarwinDevice.h
lldb/source/Plugins/Platform/MacOSX/PlatformRemoteMacOSX.h
lldb/source/Plugins/Platform/MacOSX/PlatformRemoteiOS.h