Author: Med Ismail Bennani Date: 2022-01-14T16:23:26-08:00 New Revision: 258cd02c6a7aa71945a89b8d0d07e1eac49b5868
URL: https://github.com/llvm/llvm-project/commit/258cd02c6a7aa71945a89b8d0d07e1eac49b5868 DIFF: https://github.com/llvm/llvm-project/commit/258cd02c6a7aa71945a89b8d0d07e1eac49b5868.diff LOG: [lldb/doc] Rephrase tutorial paragraph (NFC) Fixes #52694 Signed-off-by: Med Ismail Bennani <medismail.benn...@gmail.com> Added: Modified: lldb/docs/use/tutorial.rst Removed: ################################################################################ diff --git a/lldb/docs/use/tutorial.rst b/lldb/docs/use/tutorial.rst index 3c552a341e024..d4da0bae5aaf0 100644 --- a/lldb/docs/use/tutorial.rst +++ b/lldb/docs/use/tutorial.rst @@ -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: :: _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits