emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/.gdbinit


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/src/.gdbinit
Date: Tue, 04 Feb 2003 09:03:18 -0500

Index: emacs/src/.gdbinit
diff -c emacs/src/.gdbinit:1.53 emacs/src/.gdbinit:1.54
*** emacs/src/.gdbinit:1.53     Sat Jun 22 17:09:46 2002
--- emacs/src/.gdbinit  Tue Feb  4 09:03:11 2003
***************
*** 334,340 ****
  
  define xbacktrace
    set $bt = backtrace_list
!   while $bt 
      set $type = (enum Lisp_Type) ((*$bt->function >> gdb_valbits) & 0x7)
      if $type == Lisp_Symbol
        xprintsym *$bt->function
--- 334,340 ----
  
  define xbacktrace
    set $bt = backtrace_list
!   while $bt
      set $type = (enum Lisp_Type) ((*$bt->function >> gdb_valbits) & 0x7)
      if $type == Lisp_Symbol
        xprintsym *$bt->function
***************
*** 353,359 ****
  end
  document xbacktrace
    Print a backtrace of Lisp function calls from backtrace_list.
!   Set a breakpoint at Fsignal and call this to see from where 
    an error was signaled.
  end
  
--- 353,359 ----
  end
  document xbacktrace
    Print a backtrace of Lisp function calls from backtrace_list.
!   Set a breakpoint at Fsignal and call this to see from where
    an error was signaled.
  end
  




reply via email to

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