fix-tests
[lldb] Silence GCC warnings about missing returns after fully covered switches. NFC.
Don't use Optional::hasValue (NFC)
[lld] Don't use Optional::hasValue (NFC)
[Breakpoint] Remove redundant member initialization (NFC)
Add a repeat command option for "thread backtrace --count N".
Convert functions that were returning BreakpointOption * to BreakpointOption &.
[lldb] BreakpointOptions::CommandData::CreateFromStructuredData - remove dead code + variable. NFCI.
[lldb][NFC] Fix all formatting errors in .cpp file headers
[lldb] BreakpointResolver::CreateFromStructuredData Gardening (NFC)
Revert "[lldb] Consider binary as module of last resort"
Revert "[NFC] Improve FileSpec internal APIs and usage in preparation for adding caching of resolved/absolute." and follow-ups
Fix bugprone argument comments.
[lldb] Clarify StructuredDataImpl ownership
[lldb/Breakpoint] Rename StoppointLocation to StoppointSite and drop its relationship with BreakpointLocation
[lldb] Replace default bodies of special member functions with = default;