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

Hafiz Abid Qadeer via lldb-commits lldb-commits at lists.llvm.org
Sat Aug 8 01:42:06 PDT 2015


abidh added a comment.

In http://reviews.llvm.org/D11574#219248, @paulmaybee wrote:

> 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?


So what I understand is that you want to get the address range of the library so that you can decorate functions which lies within that range. Seems a valid use case to me. In the core lldb, you could use something like "target modules lookup" command for this purpose.


http://reviews.llvm.org/D11574





More information about the lldb-commits mailing list