Author: jmolenda
Date: Fri Dec 14 18:51:01 2018
New Revision: 349232

URL: http://llvm.org/viewvc/llvm-project?rev=349232&view=rev
Log:
Ah, forgot qModuleInfo.  Need to look that one up
and finish filling this in.

Modified:
    lldb/trunk/docs/lldb-platform-packets.txt

Modified: lldb/trunk/docs/lldb-platform-packets.txt
URL: 
http://llvm.org/viewvc/llvm-project/lldb/trunk/docs/lldb-platform-packets.txt?rev=349232&r1=349231&r2=349232&view=diff
==============================================================================
--- lldb/trunk/docs/lldb-platform-packets.txt (original)
+++ lldb/trunk/docs/lldb-platform-packets.txt Fri Dec 14 18:51:01 2018
@@ -30,6 +30,17 @@ for the lldb testsuite to be run on a re
 //
 //  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


_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to