* bug#73031: [PATCH] Fix gbt command in gdbinit
@ 2024-09-04 19:16 brennan
2024-10-20 19:00 ` Ludovic Courtès
0 siblings, 1 reply; 2+ messages in thread
From: brennan @ 2024-09-04 19:16 UTC (permalink / raw)
To: 73031; +Cc: Brennan Vincent
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-10-20 19:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-04 19:16 bug#73031: [PATCH] Fix gbt command in gdbinit brennan
2024-10-20 19:00 ` Ludovic Courtès
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).