[Lldb-commits] [PATCH] D11574: Add size field to library load event
Hafiz Abid Qadeer via lldb-commits
lldb-commits at lists.llvm.org
Fri Aug 7 07:35:16 PDT 2015
abidh added a comment.
I asked this question in the other revision too. Can you give a reason why this field is needed. The following description you gave in this revision does not make much sense to me. I am not opposed to adding this field but would like to know what problem it solves before it is committed.
"Size field is used to let the debugger attribute an address to a specific library when symbols are not available.
For example:
OpenGLESApp4.app!Cube_draw() Line 74 C"
http://reviews.llvm.org/D11574
More information about the lldb-commits
mailing list