]> 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)
committerEshel Yaron <me@eshelyaron.com>
Tue, 2 Jan 2024 07:56:52 +0000 (08:56 +0100)
(cherry picked from commit 348424776d65e0bddab288bf8924be89a02b6746)

etc/NEWS

index 3c4c6449bd1f91b97f5d0329ea257e436725c670..f4bc93ef77c458c8da87a029bbfa74d362f39b4f 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -396,12 +396,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