[Lldb-commits] [PATCH] D69425: [lldb] Fix broken -D option for breakpoint set command
Jim Ingham via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Oct 25 10:53:06 PDT 2019
jingham added a comment.
Ack, yes. That's definitely wrong. Could you write a test for this to make sure we don't break it in the future. This should fail if you make one target, set a breakpoint with the -D option, then make a second target and check that it has the breakpoint, so it should be pretty easy to write the test? That way I won't break it again...
Repository:
rLLDB LLDB
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69425/new/
https://reviews.llvm.org/D69425
More information about the lldb-commits
mailing list