From c7fd5ff7459242aaca253a06f108514162e6dbb2 Mon Sep 17 00:00:00 2001 From: Adrian McCarthy Date: Thu, 26 Mar 2015 16:53:34 +0000 Subject: [PATCH] Fixing typo in tutorial as test commit. llvm-svn: 233287 --- lldb/www/tutorial.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lldb/www/tutorial.html b/lldb/www/tutorial.html index d5d68a873aa9..d3b7ec89a5ad 100755 --- a/lldb/www/tutorial.html +++ b/lldb/www/tutorial.html @@ -530,7 +530,7 @@ Watchpoint 1: addr = 0x100001018 size = 4 state = enabled type = w

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 --no-stdin mode, you can set this - as a generic process property using the lldb "settings&qout; command, + as a generic process property using the lldb "settings" command, which is equivalent to gdb's "set" command. For instance, in this case you would say: