[Lldb-commits] [lldb] r349232 - Ah, forgot qModuleInfo. Need to look that one up
Jason Molenda via lldb-commits
lldb-commits at lists.llvm.org
Fri Dec 14 18:51:01 PST 2018
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
More information about the lldb-commits
mailing list