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



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to