Mercurial > emacs
comparison src/.gdbinit @ 34876:8dbc92d11de2
Comment out the line pointing to the Lesstif source
directory.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 27 Dec 2000 15:49:35 +0000 |
parents | c49b460bb280 |
children | 9ec1e59890a2 |
comparison
equal
deleted
inserted
replaced
34875:c7810ce26aa0 | 34876:8dbc92d11de2 |
---|---|
1 # Force loading of symbols, enough to give us gdb_valbits etc. | 1 # Force loading of symbols, enough to give us gdb_valbits etc. |
2 set main | 2 set main |
3 | 3 |
4 # Find lwlib source files too. | 4 # Find lwlib source files too. |
5 dir ../lwlib | 5 dir ../lwlib |
6 dir /gd/gnu/lesstif-0.89.9/lib/Xm | 6 #dir /gd/gnu/lesstif-0.89.9/lib/Xm |
7 | 7 |
8 # Don't enter GDB when user types C-g to quit. | 8 # Don't enter GDB when user types C-g to quit. |
9 # This has one unfortunate effect: you can't type C-c | 9 # This has one unfortunate effect: you can't type C-c |
10 # at the GDB to stop Emacs, when using X. | 10 # at the GDB to stop Emacs, when using X. |
11 # However, C-z works just as well in that case. | 11 # However, C-z works just as well in that case. |