[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:56:37 PST 2018


jingham added a comment.

The debug info is parsed only when needed.  So for breakpoints, it will get parsed when the breakpoint is set.  That's one good use of "break set -s <TargetBinary>" BTW, it will limit the debug info read in to just the library you expect to find the symbol in.


https://reviews.llvm.org/D43419





More information about the lldb-commits mailing list