[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
gdb c-c c-c break does not work in emacs (does work from xemacs and from
From: |
Jerry Asher |
Subject: |
gdb c-c c-c break does not work in emacs (does work from xemacs and from bash) |
Date: |
27 Feb 2004 10:48:18 -0800 |
Using a very vanilla Redhat 9, with the emacs and gdb that comes on
the RH 9 disks, emacs 21.2, and gdb 5.3..., I cannot c-c c-c out of my
program back into gdb.
I can do this when I run gdb from bash, and when I run gdb from
xemacs. Under emacs, there is no indication that anything ever saw
the c-c c-c.
This also when I completely eliminate by .emacs and any non-standard
emacs initializations.
#include <stdio.h>
void main() {
for (;;) {
printf ("turn world\n");
}
}
Of course, this used to work in prior versions of red hat and emacs.
Is there something I should be setting?
Thanks,
Jerry
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- gdb c-c c-c break does not work in emacs (does work from xemacs and from bash),
Jerry Asher <=