Ah, forgot qModuleInfo.  Need to look that one up
and finish filling this in.


git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@349232 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/docs/lldb-platform-packets.txt b/docs/lldb-platform-packets.txt
index c77a828..ab48879 100644
--- a/docs/lldb-platform-packets.txt
+++ b/docs/lldb-platform-packets.txt
@@ -30,6 +30,17 @@
 //
 //  All numbers are base 10, os_version is a string that will be parsed as major.minor.patch.
 
+//----------------------------------------------------------------------
+// qModuleInfo
+//
+// BRIEF
+//   Report information about a binary on the target system
+//
+// EXAMPLE
+//  receive: qModuleInfo:2f62696e2f6c73;
+//
+// FIXME finish this packet description, v. GDBRemoteCommunicationServerCommon::Handle_qModuleInfo
+
 
 //----------------------------------------------------------------------
 // qGetWorkingDir