llvm/lldb
Jonas Devlieghere 0aaf480be9
[lldb] Cleanup MacOSX platform headers (NFC)
While working on dde487e547 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
2022-03-14 22:01:05 -07:00
..
bindings Don't report memory return values on MacOS_arm64 of SysV_arm64 ABI's. 2022-03-14 15:25:40 -07:00
cmake [lldb] Add support for a "global" lldbinit file 2022-02-18 12:30:22 +01:00
docs [lldb] Update the CI docs 2022-03-02 22:40:05 -08:00
examples [lldb/crashlog] Reformat module loading logs (NFC) 2022-03-10 11:06:59 -08:00
include/lldb Don't report memory return values on MacOS_arm64 of SysV_arm64 ABI's. 2022-03-14 15:25:40 -07:00
packages/Python/lldbsuite [lldb] Add SBType::IsAggregateType 2022-03-09 08:33:08 -08:00
resources
scripts
source [lldb] Cleanup MacOSX platform headers (NFC) 2022-03-14 22:01:05 -07:00
test Don't report memory return values on MacOS_arm64 of SysV_arm64 ABI's. 2022-03-14 15:25:40 -07:00
third_party/Python/module
tools [lldb/driver] Fix SIGTSTP handling 2022-03-09 14:31:17 +01:00
unittests [LLDB] Applying clang-tidy modernize-use-default-member-init over LLDB 2022-03-14 13:32:03 -07:00
utils
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt [cmake] Make include(GNUInstallDirs) always below project(..) 2022-01-20 18:59:17 +00:00
CODE_OWNERS.txt
LICENSE.TXT
use_lldb_suite_root.py