Or else multiple entries end up overlapping on the same line.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
This LGTM thanks for the fix just one comment on the test before I can approve.
lldb/test/API/lang/cpp/type_lookup_duplicate/TestCppTypeLookupDuplicate.py | ||
---|---|---|
17 | Could you match the whole string here? A bit easier to see at a glance that way. Unless the output is not stable? |
lldb/test/API/lang/cpp/type_lookup_duplicate/TestCppTypeLookupDuplicate.py | ||
---|---|---|
17 | it's (lldb) im loo -t Foo 2 matches found in /home/aeubanks/repos/llvm-project/build/cmake/lldb-test-build.noindex/lang/cpp/type_lookup_duplicate/TestCppTypeLookupDuplicate.test_namespace_only_dwarf/a.out: id = {0x0000004f}, name = "Foo", qualified = "a::Foo", byte-size = 1, decl = main.cpp:2, compiler_type = "struct Foo { }" id = {0x00000058}, name = "Foo", qualified = "b::Foo", byte-size = 1, decl = main.cpp:6, compiler_type = "struct Foo { }" I'd rather not depend so much on the exact output since that doesn't necessarily look stable |
Could you match the whole string here? A bit easier to see at a glance that way. Unless the output is not stable?