fix-tests
[LLDB] Update AArch64 Dwarf and EH frame register numbers
[lldb] Update header guards to be consistent and compliant with LLVM (NFC)
[lldb] Fix reading i686-windows executables with GNU environment
[lldb] Add support for escaping fish arguments
[lldb][NFC] Fix all formatting errors in .cpp file headers
Fix up the "lldb log break" channel output.
[lldb] Introduce the concept of a log handler (NFC)
[lldb] Remove ConstString::StaticMemorySize
[lldb] Refactor DataBuffer so we can map files as read-only
Added the ability to cache the finalized symbol tables subsequent debug sessions to start faster.
[lldb/source/Utility/DataExtractor.cpp] Update for `llvm::MD5::MD5Result` API change
Try to unbreak lldb build after 9735198
[lldb] Replace default bodies of special member functions with = default;
Revert "[NFC] Improve FileSpec internal APIs and usage in preparation for adding caching of resolved/absolute." and follow-ups
[LLDB] Applying clang-tidy modernize-use-default-member-init over LLDB
[lldb] Include llvm-config.h instead of config.h
Introduce new symbol on-demand for debug info
[lldb] Rename Logging.h to LLDBLog.h and clean up includes
[lldb] Add a log dump command
[lldb] Use value_or instead of getValueOr (NFC)
[lldb][NFC] Use C++ versions of the deprecated C standard library headers
[lldb] Improve error message when --func-regex parameter for the breakpoint command is invalid
[lldb] Remove FileSystem::Initialize from FileCollector
Use the range-based overload of llvm::sort where possible
[APInt] Normalize naming on keep constructors / predicate methods.
Use value instead of getValue (NFC)
[lldb] [llgs] Send process output asynchronously in non-stop mode
[lldb] Add StringList::AppendString(const Twine&) (NFC)
[trace][intelpt] Support system-wide tracing [20] - Rename some fields in the schema
[trace][intel pt] Add a cgroup filter
[lldb/Utility] Introduce UnimplementedError
Don't use Optional::getValue (NFC)
Update the file headers across all of the LLVM projects in the monorepo to reflect the new license.
Use llvm::any_of and llvm::none_of (NFC)
[LLDB] Applying clang-tidy modernize-use-equals-default over LLDB