/[emacs]/emacs/src/.gdbinit
ViewVC logotype

Diff of /emacs/src/.gdbinit

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.53 by monnier, Sat Jun 22 21:09:46 2002 UTC revision 1.54 by lektu, Tue Feb 4 14:03:11 2003 UTC
# Line 334  end Line 334  end
334    
335  define xbacktrace  define xbacktrace
336    set $bt = backtrace_list    set $bt = backtrace_list
337    while $bt    while $bt
338      set $type = (enum Lisp_Type) ((*$bt->function >> gdb_valbits) & 0x7)      set $type = (enum Lisp_Type) ((*$bt->function >> gdb_valbits) & 0x7)
339      if $type == Lisp_Symbol      if $type == Lisp_Symbol
340        xprintsym *$bt->function        xprintsym *$bt->function
# Line 353  define xbacktrace Line 353  define xbacktrace
353  end  end
354  document xbacktrace  document xbacktrace
355    Print a backtrace of Lisp function calls from backtrace_list.    Print a backtrace of Lisp function calls from backtrace_list.
356    Set a breakpoint at Fsignal and call this to see from where    Set a breakpoint at Fsignal and call this to see from where
357    an error was signaled.    an error was signaled.
358  end  end
359    

Legend:
Removed from v.1.53  
changed lines
  Added in v.1.54

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26