emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

scratch/pkg 553785862f7: set annotate=1 in .gdbinit


From: Gerd Moellmann
Subject: scratch/pkg 553785862f7: set annotate=1 in .gdbinit
Date: Thu, 19 Oct 2023 08:37:35 -0400 (EDT)

branch: scratch/pkg
commit 553785862f7dbd554c6e5d2e5ee49e740be08154
Author: Gerd Möllmann <gerd@gnu.org>
Commit: Gerd Möllmann <gerd@gnu.org>

    set annotate=1 in .gdbinit
---
 src/.gdbinit | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/.gdbinit b/src/.gdbinit
index c97e78559f1..0592064f00f 100644
--- a/src/.gdbinit
+++ b/src/.gdbinit
@@ -19,6 +19,7 @@
 set $dummy = main + 8
 # With some compilers, we need this to give us struct Lisp_Symbol etc.:
 set $dummy = Fmake_symbol + 8
+set annotate 1
 
 # Find lwlib source files too.
 dir ../lwlib



reply via email to

[Prev in Thread] Current Thread [Next in Thread]