[PATCH] D54187: Add debuginfo-tests that use cdb on Windows

Reid Kleckner via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 7 10:48:16 PST 2018


rnk added a comment.

I hadn't realized that Dexter knew how to drive VS tools. I'll have to go read more and get back to you all.

I think it would be more promising than attempting to come up with a new llgdb.py-like abstraction for cdb. Specifically, abstracting over setting breakpoints and reformatting output is what makes that difficult. Everything can of course be done with enough effort, but especially in testing, it often makes sense to trade off duplication between test cases for ease of use.


https://reviews.llvm.org/D54187





More information about the cfe-commits mailing list