Skip to content

Commit

Permalink
[lldb/doc] Rephrase tutorial paragraph (NFC)
Browse files Browse the repository at this point in the history
Fixes #52694

Signed-off-by: Med Ismail Bennani <medismail.bennani@gmail.com>
  • Loading branch information
medismailben committed Jan 15, 2022
1 parent e383eaa commit 258cd02
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lldb/docs/use/tutorial.rst
Expand Up @@ -509,9 +509,9 @@ running anything you type will go to the STDIN of the inferior process. To
interrupt your inferior program, type CTRL+C.

If you attach to a process, or launch a process with the "--no-stdin" option,
the command interpreter is always available to enter commands. This might be a
little disconcerting to gdb users when always have an (lldb) prompt. This
allows you to set a breakpoint, etc without having to explicitly interrupt the
the command interpreter is always available to enter commands. It might be a
little disconcerting to gdb users to always have an (lldb) prompt. This allows
you to set a breakpoint, etc without having to explicitly interrupt the
program you are debugging:

::
Expand Down

0 comments on commit 258cd02

Please sign in to comment.