We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85c1f84 commit 279ebe2Copy full SHA for 279ebe2
lldb/www/tutorial.html
@@ -496,7 +496,7 @@ <h1 class ="postheader">Controlling your Program</h1>
496
this frame or stops if it leaves the current frame. This is a pretty
497
close equivalent to gdb's "<code>until</code>" command.</p>
498
499
- <p>A process, by default, will shared the lldb terminal with the inferior
+ <p>A process, by default, will share the lldb terminal with the inferior
500
process. When in this mode, much like when debugging with gdb, when
501
the process is running anything you type will go to the STDIN of the
502
inferior process. To interrupt your inferior program, type CTRL+C.</p>
0 commit comments