[Lldb-commits] [PATCH] D56010: [NativePDB] Fix setting breakpoint by file and line
Jim Ingham via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Aug 9 15:22:11 PDT 2019
jingham added a comment.
In D56010#1623762 <https://reviews.llvm.org/D56010#1623762>, @amccarth wrote:
> It looks like the code changes landed (probably as part of another patch) but not the tests. I'll look and see if the tests should to be revived.
I can't see that any of these tests test breakpoint setting features that aren't tested in a bunch of places in the Python testsuite, and except for the building part, none of them look PDB specific. Do we not know how to build & run PDB executables in the dotest testsuite?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56010/new/
https://reviews.llvm.org/D56010
More information about the lldb-commits
mailing list