[Lldb-commits] [lldb] r237016 - Doc talks about Platform_RunCommand while we actually use Platform_shell.
Chaoren Lin
chaorenl at google.com
Mon May 11 12:48:37 PDT 2015
Author: chaoren
Date: Mon May 11 14:48:37 2015
New Revision: 237016
URL: http://llvm.org/viewvc/llvm-project?rev=237016&view=rev
Log:
Doc talks about Platform_RunCommand while we actually use Platform_shell.
Modified:
lldb/trunk/docs/lldb-gdb-remote.txt
Modified: lldb/trunk/docs/lldb-gdb-remote.txt
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/docs/lldb-gdb-remote.txt?rev=237016&r1=237015&r2=237016&view=diff
==============================================================================
--- lldb/trunk/docs/lldb-gdb-remote.txt (original)
+++ lldb/trunk/docs/lldb-gdb-remote.txt Mon May 11 14:48:37 2015
@@ -474,7 +474,7 @@ invalidate-regs
change depending on if the mode has changed.
//----------------------------------------------------------------------
-// "qPlatform_RunCommand"
+// "qPlatform_shell"
//
// BRIEF
// Run a command in a shell on the connected remote machine.
@@ -494,7 +494,7 @@ of captured program output.
Below is an example communication from a client sending an "ls -la" command:
-send packet: $qPlatform_RunCommand:6c73202d6c61,00000002#ec
+send packet: $qPlatform_shell:6c73202d6c61,00000002#ec
read packet: $F,00000000,00000000,total 4736
drwxrwxr-x 16 username groupname 4096 Aug 15 21:36 .
drwxr-xr-x 17 username groupname 4096 Aug 10 16:39 ..
More information about the lldb-commits
mailing list