Files
llvm/lldb/source/Commands/CommandObjectMultiword.cpp
Jonas Devlieghere 097ac330c1 [lldb] Stop emitting pointless newline (NFC) (#171531)
AppendError ends up trimming this "\n" from the end of the string, then
putting another on on. So there's no reason to keep appending the
newline in CommandObjectMultiword::Execute.
2025-12-10 09:45:51 -08:00

15 KiB