summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerd Möllmann <gerd@gnu.org>2023-12-31 09:41:11 +0100
committerGerd Möllmann <gerd@gnu.org>2023-12-31 09:41:11 +0100
commit348424776d65e0bddab288bf8924be89a02b6746 (patch)
tree7d581afb9d4d2158e05b51af8b1ec39aff96d1c8
parent4ffd16b8e5e4635246155fdb23967707bcb70949 (diff)
downloademacs-348424776d65e0bddab288bf8924be89a02b6746.tar.gz
; Remove needless .lldbinit settings from lldb NEWS entry
-rw-r--r--etc/NEWS7
1 files changed, 1 insertions, 6 deletions
diff --git a/etc/NEWS b/etc/NEWS
index ba40efa2e9d..7ae8529b33a 100644
--- 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