unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
From: brennan@umanwizard.com
To: 73031@debbugs.gnu.org
Cc: Brennan Vincent <brennan@umanwizard.com>
Subject: bug#73031: [PATCH] Fix gbt command in gdbinit
Date: Wed,  4 Sep 2024 15:16:46 -0400	[thread overview]
Message-ID: <20240904191646.1750630-1-brennan@umanwizard.com> (raw)

From: Brennan Vincent <brennan@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	other threads:[~2024-09-04 19:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-04 19:16 brennan [this message]
2024-10-20 19:00 ` bug#73031: [PATCH] Fix gbt command in gdbinit Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240904191646.1750630-1-brennan@umanwizard.com \
    --to=brennan@umanwizard.com \
    --cc=73031@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).