nbecker(a)fred.net writes:
>> Instead of talking to gdb for me, it's acting as if
I'm using raw gdb
>> with just a terminal interface. It didn't display the source (at
>> least, not at this point in the interaction), but it's asking me to
>> hit return or quit. Is M-x gdb hosed, or do I need to set some
>> variables to get reasonable behaviour?
Jan> Are you sure you didn't want to type M-x gdbsrc ?
I'm sure the behaviour of M-x gdb has changed, and it's not an
improvement.
What you are describing (i.e. raw gdb with a terminal interface) is
almost exactly what M-x gdb does. The displaying the source part is
part of M-x gdbsrc. Apparently for you gdbsrc sort of replaces M-x gdb
(or at least used to). Does it still work if you do M-x gdbsrc. If not
something else is broken.
Do you have the Sun package installed?
Jan