[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:38:23 PST 2018


zturner added a comment.

I guess on the other hand, it's reasonable to assume that if you've set a breakpoint somewhere, you're more likely than not to need it since you probably had a reason for setting it.  Is the debug info parsed when the executable is loaded, or when the breakpoint is set?


https://reviews.llvm.org/D43419





More information about the lldb-commits mailing list