[lldb] Print newline between found types
authorArthur Eubanks <aeubanks@google.com>
Wed, 12 Oct 2022 23:18:44 +0000 (16:18 -0700)
committerArthur Eubanks <aeubanks@google.com>
Mon, 17 Oct 2022 21:24:21 +0000 (14:24 -0700)
commit569be95a40893041f8cadf2907a5970a19b1155f
tree9ce1ad367b5ac462edfd39ca75caa8da5a0bd4d3
parent4abc910a42e50d278f64558acc20b346bf3013f4
[lldb] Print newline between found types

Or else multiple entries end up overlapping on the same line.

Reviewed By: DavidSpickett

Differential Revision: https://reviews.llvm.org/D135827
lldb/source/Commands/CommandObjectTarget.cpp
lldb/test/API/lang/cpp/type_lookup_duplicate/Makefile [new file with mode: 0644]
lldb/test/API/lang/cpp/type_lookup_duplicate/TestCppTypeLookupDuplicate.py [new file with mode: 0644]
lldb/test/API/lang/cpp/type_lookup_duplicate/main.cpp [new file with mode: 0644]