Ah, forgot qModuleInfo. Need to look that one up
authorJason Molenda <jmolenda@apple.com>
Sat, 15 Dec 2018 02:51:01 +0000 (02:51 +0000)
committerJason Molenda <jmolenda@apple.com>
Sat, 15 Dec 2018 02:51:01 +0000 (02:51 +0000)
and finish filling this in.

llvm-svn: 349232

lldb/docs/lldb-platform-packets.txt

index c77a828..ab48879 100644 (file)
@@ -30,6 +30,17 @@ for the lldb testsuite to be run on a remote target device/system.
 //
 //  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