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 |
---|
4 | define v |
---|
5 | call rep_print_val(Fstdout_file(), $) |
---|
6 | call rep_stream_putc(Fstdout_file(), '\n') |
---|
7 | end |
---|
8 | |
---|
9 | # prints the lisp backtrace |
---|
10 | define lbt |
---|
11 | call Fbacktrace(Fstdout_file()) |
---|
12 | call rep_stream_putc(Fstdout_file(), '\n') |
---|
13 | end |
---|
Note: See
TracBrowser
for help on using the repository browser.