fix-tests
[lldb] Refactor command option enum values (NFC)
[Commands] Remove redundant member initialization (NFC)
Add a "command container" hierarchy to allow users to add container nodes.
[lldb] Update header guards to be consistent and compliant with LLVM (NFC)
[lldb] Remove redundant member initialization (NFC)
[trace] Add a flag to the decoder to output the instruction type
[lldb] Mark expressions that couldn't be parsed or executed as failed expressions
Use value instead of getValue (NFC)
Have CommandObjectParsed check for "commands that take no arguments".
[lldb] Fix modernize-use-equals-default warnings (NFC)
[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] NFC remove DISALLOW_COPY_AND_ASSIGN
[lldb][AArch64] Add "memory tag read" command
Add a repeat command option for "thread backtrace --count N".
[lldb] Remove redundant calls to set eReturnStatusFailed
CommandObjectRegexCommand shouldn't put two commands on the history stack.
[lldb] Fix (unintentional) recursion in CommandObjectRegexCommand
[lldb/interpreter] Add ability to save lldb session to a file
[trace][intel pt] Introduce wall clock time for each trace item
[trace] Fix errors when handling command arguments
[trace][intel-pt] Implement trace start and trace stop
[lldb][NFCI] Refactor regex filtering logic in CommandObjectTypeFormatterList