source: trunk/third/sawfish/.gdbinit @ 15289

Revision 15289, 305 bytes checked in by ghudson, 24 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r15288, which included commits to RCS files with non-trunk default branches.
Line 
1# $Id: .gdbinit,v 1.1.1.1 2000-11-12 06:25:27 ghudson Exp $
2
3# prints $$ to standard output
4define v
5call rep_print_val(Fstdout_file(), $)
6call rep_stream_putc(Fstdout_file(), '\n')
7end
8
9# prints the lisp backtrace
10define lbt
11call Fbacktrace(Fstdout_file())
12call rep_stream_putc(Fstdout_file(), '\n')
13end
Note: See TracBrowser for help on using the repository browser.