[Lldb-commits] [PATCH] D24236: gdb-remote: Add jModulesInfo packet
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Tue Sep 6 09:48:02 PDT 2016
labath added a reviewer: jasonmolenda.
labath added a comment.
Hm... I was not aware of that packet. It does not appear to be directly applicable to this situation, because it queries the module information by load address, whereas here I query by file path. Also my packet does not return the segment/section information.
However, the dynamic linker plugin does know about load addresses so it could possibly be made to work with that packet. I'll need to study this tomorrow to understand how is that packet used. Consistency sounds like a good thing here, although the packet does seem to be making a lot of mac-specific assumptions.
https://reviews.llvm.org/D24236
More information about the lldb-commits
mailing list