guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] 02/13: Fix gbt command in gdbinit


From: Ludovic Courtès
Subject: [Guile-commits] 02/13: Fix gbt command in gdbinit
Date: Sun, 20 Oct 2024 15:23:21 -0400 (EDT)

civodul pushed a commit to branch main
in repository guile.

commit 0ace611196c784c77353350bce2df2e0d52c2e1e
Author: Brennan Vincent <brennan@umanwizard.com>
AuthorDate: Wed Sep 4 15:16:46 2024 -0400

    Fix gbt command in gdbinit
    
    In 2009 when this was written, SCM_UNDEFINED was 0x704. Now it's 0x904.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 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



reply via email to

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