[PATCH] D54187: Add debuginfo-tests that use cdb on Windows
Adrian Prantl via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 9 21:11:13 PDT 2019
aprantl accepted this revision.
aprantl added a comment.
This revision is now accepted and ready to land.
Okay, so it looks like dexter might be a replacement for the lldgb.py wrapper and would support gdb, lldb, and the visual studio debugger. I think it would be nice to migrate the bulk of the debuginfo-tests repository to that. Until someone implements a cdb driver in dexter, however, I suppose there is no harm in adding a few files that directly talk to cdb. And I'm in no position to estimate how much work a cdb driver would be since I'm neither familiar with dexter or cdb :-)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D54187/new/
https://reviews.llvm.org/D54187
More information about the cfe-commits
mailing list