fix-tests
[trace] Add an option to save a compact trace bundle
[lldb] Disable modules in Apple-lldb-base
Update docs to note lzfse open source implementation
[lldb/crashlog] Show help when the command is called without any argument
[lldb] Automatically unwrap parameter packs in template argument accessors
[lldb] [llgs] Send process output asynchronously in non-stop mode
[lldb] Remove stale LLDB-Info.plist
Prefer /usr/bin/env xxx over /usr/bin/xxx where xxx = perl, python, awk
[lldb][NFC] Inclusive language: replace master/slave names for ptys
Revert "[NFC] Improve FileSpec internal APIs and usage in preparation for adding caching of resolved/absolute." and follow-ups
[lldb] Refactor command option enum values (NFC)
Updated .clang-format rules so bring LLDB in line with LLVM standards.
[LLDB] Applying clang-tidy modernize-use-override over LLDB
Add .noindex to the gitignore
[cmake] Make include(GNUInstallDirs) always below project(..)
[CODE OWNERS] Add wallace as code owner
Fix typos throughout the license files that somehow I and my reviewers all missed!
*** This commit represents a complete reformatting of the LLDB source code *** to conform to clang-format’s LLVM style. This kind of mass change has *** two obvious implications: