[Lldb-commits] [PATCH] D43419: Fix TestBreakpointInGlobalConstructor for Windows

Jim Ingham via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Feb 16 16:34:19 PST 2018


jingham added a comment.

It is really handy to see the pre-load libraries in lldb, it means you can do "source list" to make sure the breakpoints you are planning to set are where you expect them to be, and tab completion can help you set breakpoints pre-run, etc.  So if you can do this, your users will be happier.  If you can't get to this, then it would be better to pass different values for num_expected_locations on Windows & other platforms.  Finding the breakpoint pre-launch is expected behavior on macOS & Linux, so it would be good to keep testing that that continues to work.


https://reviews.llvm.org/D43419





More information about the lldb-commits mailing list