forked from OSchip/llvm-project
parent
177a81578f
commit
c7fd5ff745
lldb/www
|
@ -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
|
<p>The question of disabling stdio when running brings up a good opportunity to
|
||||||
show how to set debugger properties in general.
|
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
|
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,
|
which is equivalent to gdb's "<code>set</code>" command. For instance,
|
||||||
in this case you would say:</p>
|
in this case you would say:</p>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue