Ah, forgot qModuleInfo. Need to look that one up

and finish filling this in.

llvm-svn: 349232
This commit is contained in:
Jason Molenda 2018-12-15 02:51:01 +00:00
parent f1127d5224
commit 4e67b0a61a
1 changed files with 11 additions and 0 deletions

View 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. // 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 // qGetWorkingDir