]> git.eshelyaron.com Git - emacs.git/commitdiff
; Remove needless .lldbinit settings from lldb NEWS entry
authorGerd Möllmann <gerd@gnu.org>
Sun, 31 Dec 2023 08:41:11 +0000 (09:41 +0100)
committerGerd Möllmann <gerd@gnu.org>
Sun, 31 Dec 2023 08:41:11 +0000 (09:41 +0100)
etc/NEWS

index ba40efa2e9d7a190fd0910943ba8867cd630f4e8..7ae8529b33a89f237295db8899b87fd0eb269530 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -404,12 +404,7 @@ respectively, in addition to the existing translations 'C-x 8 / e' and
 
 +++
 ** New command 'lldb'.
-Run the LLDB debugger, analogous to the 'gud-gdb' command.  Note that
-you might want to add these settings to your ".lldbinit" file, to reduce
-the output in the LLDB output when stepping through source files.
-
-    settings set stop-line-count-before 0
-    settings set stop-line-count-after 0
+Run the LLDB debugger, analogous to the 'gud-gdb' command.
 
 ** gdb-mi