mirror of
https://github.com/intel/llvm.git
synced 2026-01-17 14:48:27 +08:00
Fixing typo in tutorial as test commit.
llvm-svn: 233287
This commit is contained in:
@@ -530,7 +530,7 @@ Watchpoint 1: addr = 0x100001018 size = 4 state = enabled type = w
|
||||
<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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user