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

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Tue Sep 6 09:08:25 PDT 2016


labath updated this revision to Diff 70409.
labath added a comment.

- fix a bug where we would mark all modules as invalid if communicating with a stub which does not support this packet
- extend the packet documentation about what to do when modules are not found and the server volunteering information


https://reviews.llvm.org/D24236

Files:
  docs/lldb-gdb-remote.txt
  include/lldb/Target/Process.h
  packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteModuleInfo.py
  source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp
  source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
  source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
  source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp
  source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.h
  source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
  source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
  source/Utility/StringExtractorGDBRemote.cpp
  source/Utility/StringExtractorGDBRemote.h
  unittests/Process/gdb-remote/GDBRemoteCommunicationClientTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24236.70409.patch
Type: text/x-patch
Size: 25381 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20160906/d3a029d8/attachment-0001.bin>


More information about the lldb-commits mailing list