[Lldb-commits] [lldb] r234102 - Copy paste error in gdb-remote doc.

Chaoren Lin chaorenl at google.com
Sat Apr 4 12:09:18 PDT 2015


Author: chaoren
Date: Sat Apr  4 14:09:18 2015
New Revision: 234102

URL: http://llvm.org/viewvc/llvm-project?rev=234102&view=rev
Log:
Copy paste error in gdb-remote doc.

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=234102&r1=234101&r2=234102&view=diff
==============================================================================
--- lldb/trunk/docs/lldb-gdb-remote.txt (original)
+++ lldb/trunk/docs/lldb-gdb-remote.txt Sat Apr  4 14:09:18 2015
@@ -528,7 +528,7 @@ Reply:
 // "qPlatform_chmod"
 //
 // BRIEF
-//  Creates a new directory on the connected remote machine.
+//  Change the permissions of a file on the connected remote machine.
 //
 // PRIORITY TO IMPLEMENT
 //  Low. This command allows LLDB clients to change the permissions of





More information about the lldb-commits mailing list