[Lldb-commits] [PATCH] D11574: Add size field to library load event

Paul Maybee via lldb-commits lldb-commits at lists.llvm.org
Fri Aug 7 08:38:36 PDT 2015


paulmaybee added a comment.

I'm not sure what the misunderstanding is, so I'll rephrase our desire. The VS debugger decorates code addresses with the name of the shared library from which the code originated (example above).  We wish to use the load address and size of the shared library text for the purpose of determining the library name. Is there is some other way for us to get the lib name?


http://reviews.llvm.org/D11574





More information about the lldb-commits mailing list