[Lldb-commits] [lldb] r208736 - Fix the quoting in my x packet documentation so it's

Jason Molenda jmolenda at apple.com
Tue May 13 15:21:34 PDT 2014


Author: jmolenda
Date: Tue May 13 17:21:34 2014
New Revision: 208736

URL: http://llvm.org/viewvc/llvm-project?rev=208736&view=rev
Log:
Fix the quoting in my x packet documentation so it's
consistent with the rest of the entries.

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=208736&r1=208735&r2=208736&view=diff
==============================================================================
--- lldb/trunk/docs/lldb-gdb-remote.txt (original)
+++ lldb/trunk/docs/lldb-gdb-remote.txt Tue May 13 17:21:34 2014
@@ -837,7 +837,7 @@ The lack of 'permissions:' indicates tha
 for this region.
 
 //----------------------------------------------------------------------
-// 'x' - Binary memory read
+// "x" - Binary memory read
 //
 // Like the 'm' (read) and 'M' (write) packets, this is a partner to the
 // 'X' (write binary data) packet, 'x'.





More information about the lldb-commits mailing list