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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 73031 in the body.
You can then email your comments to 73031 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guile <at> gnu.org:
bug#73031; Package guile. (Wed, 04 Sep 2024 19:19:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to brennan <at> umanwizard.com:
New bug report received and forwarded. Copy sent to bug-guile <at> gnu.org. (Wed, 04 Sep 2024 19:19:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: brennan <at> umanwizard.com
To: bug-guile <at> gnu.org
Cc: Brennan Vincent <brennan <at> umanwizard.com>
Subject: [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






Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Sun, 20 Oct 2024 19:02:04 GMT) Full text and rfc822 format available.

Notification sent to brennan <at> umanwizard.com:
bug acknowledged by developer. (Sun, 20 Oct 2024 19:02:04 GMT) Full text and rfc822 format available.

Message #10 received at 73031-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: brennan <at> umanwizard.com
Cc: 73031-done <at> debbugs.gnu.org
Subject: Re: bug#73031: [PATCH] Fix gbt command in gdbinit
Date: Sun, 20 Oct 2024 21:00:45 +0200
Hi,

brennan <at> umanwizard.com skribis:

> From: Brennan Vincent <brennan <at> umanwizard.com>
>
> In 2009 when this was written, SCM_UNDEFINED was 0x704. Now it's 0x904.

Good catch!  Applied, thanks.

Ludo’.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 18 Nov 2024 12:24:09 GMT) Full text and rfc822 format available.

This bug report was last modified 268 days ago.

Previous Next


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