GNU bug report logs - #73031
[PATCH] Fix gbt command in gdbinit

Previous Next

Package: guile;

Reported by: brennan <at> umanwizard.com

Date: Wed, 4 Sep 2024 19:19:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: brennan <at> umanwizard.com
To: 73031 <at> debbugs.gnu.org
Cc: Brennan Vincent <brennan <at> umanwizard.com>
Subject: bug#73031: [PATCH] Fix gbt command in gdbinit
Date: Wed,  4 Sep 2024 15:16:46 -0400
From: Brennan Vincent <brennan <at> umanwizard.com>

In 2009 when this was written, SCM_UNDEFINED was 0x704. Now it's 0x904.
---
 gdbinit | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gdbinit b/gdbinit
index fdc9c759b..b15f85a90 100644
--- a/gdbinit
+++ b/gdbinit
@@ -200,5 +200,5 @@ define inst
 end
 
 define gbt
-  call scm_display_backtrace (scm_make_stack(0x404,0x304), scm_current_error_port (), 0x704, 0x704, 0x704)
+  call scm_display_backtrace (scm_make_stack(0x404,0x304), scm_current_error_port (), 0x904, 0x904)
 end
-- 
2.45.2






This bug report was last modified 269 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.