[PATCH] D72321: Add test for GDB pretty printers.
Jeremy Morse via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 30 07:08:53 PST 2020
jmorse added a comment.
(Heading through my email backlog),
Adrian wrote:
> We are gradually moving away from test_debuginfo.pl in favor of dexter. Have you looked at whether this could be implemented using dexter?
Christian wrote:
> Not sure if we need to use a debugger abstraction because the pretty printers aren't standardized and therefore the tests will be pretty debugger specific.
I agree with Christian, while Dexter is good for ensuring that information is read accurately by different DWARF/CodeView consumers, how that's presented to the user is open to choices in the debugger application. IMHO, YMMV.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72321/new/
https://reviews.llvm.org/D72321
More information about the llvm-commits
mailing list