[Lldb-commits] [PATCH] D43419: Fix TestBreakpointInGlobalConstructor for Windows
Jason Molenda via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Feb 16 16:23:49 PST 2018
jasonmolenda added a comment.
Yeah, it has a location because we're resolved it to a File address (section+offset), and when the dylib actually gets loaded we'll resolve that to a load address and insert the breakpoint instruction.
https://reviews.llvm.org/D43419
More information about the lldb-commits
mailing list