[Lldb-commits] [PATCH] D24236: gdb-remote: Add jModulesInfo packet

Greg Clayton via lldb-commits lldb-commits at lists.llvm.org
Tue Sep 6 09:32:48 PDT 2016


clayborg requested changes to this revision.
clayborg added a comment.
This revision now requires changes to proceed.

Jason Molenda already has a packet that does multiple module infos. Is this change using his packet format? Look for "jGetLoadedDynamicLibrariesInfos". We should try to use the same format since this already exists.


https://reviews.llvm.org/D24236





More information about the lldb-commits mailing list