diff options
author | Chaoren Lin <chaorenl@google.com> | 2015-05-11 19:48:37 +0000 |
---|---|---|
committer | Chaoren Lin <chaorenl@google.com> | 2015-05-11 19:48:37 +0000 |
commit | effd27a22b810d51048fe115809151e773698e99 (patch) | |
tree | 2bb57c35bc7fe0358d3ef96eec38eebc82ac843a | |
parent | 762a6bea1f28c5a9375b639ceedc4d1e378a7c88 (diff) | |
download | bcm5719-llvm-effd27a22b810d51048fe115809151e773698e99.tar.gz bcm5719-llvm-effd27a22b810d51048fe115809151e773698e99.zip |
Doc talks about Platform_RunCommand while we actually use Platform_shell.
llvm-svn: 237016
-rw-r--r-- | lldb/docs/lldb-gdb-remote.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/docs/lldb-gdb-remote.txt b/lldb/docs/lldb-gdb-remote.txt index 8615d5568d5..730c8abf2c0 100644 --- a/lldb/docs/lldb-gdb-remote.txt +++ b/lldb/docs/lldb-gdb-remote.txt @@ -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 .. |