[Lldb-commits] [lldb] r233287 - Fixing typo in tutorial as test commit.
Adrian McCarthy
amccarth at google.com
Thu Mar 26 09:53:35 PDT 2015
Author: amccarth
Date: Thu Mar 26 11:53:34 2015
New Revision: 233287
URL: http://llvm.org/viewvc/llvm-project?rev=233287&view=rev
Log:
Fixing typo in tutorial as test commit.
Modified:
lldb/trunk/www/tutorial.html
Modified: lldb/trunk/www/tutorial.html
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/www/tutorial.html?rev=233287&r1=233286&r2=233287&view=diff
==============================================================================
--- lldb/trunk/www/tutorial.html (original)
+++ lldb/trunk/www/tutorial.html Thu Mar 26 11:53:34 2015
@@ -530,7 +530,7 @@ Watchpoint 1: addr = 0x100001018 size =
<p>The question of disabling stdio when running brings up a good opportunity to
show how to set debugger properties in general.
If you always want to run in the <code>--no-stdin</code> mode, you can set this
- as a generic process property using the lldb "<code>settings</code>&qout; command,
+ as a generic process property using the lldb "<code>settings</code>" command,
which is equivalent to gdb's "<code>set</code>" command. For instance,
in this case you would say:</p>
More information about the lldb-commits
mailing list