[Lldb-commits] [PATCH] D43419: Fix TestBreakpointInGlobalConstructor for Windows
Zachary Turner via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Feb 16 16:03:02 PST 2018
zturner added a reviewer: labath.
zturner added a comment.
What's the behavior on other platforms? When you set a breakpoint in a shared library before you've run the program, shouldn't it still be unresolved, in which case this test should have failed on those platforms too?
https://reviews.llvm.org/D43419
More information about the lldb-commits
mailing list