bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#5404: 23.1.91; Nextstep port: M-x gdb hangs in tab completion of sym


From: Nick Roberts
Subject: bug#5404: 23.1.91; Nextstep port: M-x gdb hangs in tab completion of symbols
Date: Tue, 19 Jan 2010 11:47:50 +1300

 > (gdb) complete b add_
 > b add_fdes
 > b add_one
 > b add_profil
 > (gdb)

You could do M-x gdb-enable-debug, then 

(gdb) b b add_<TAB>

in the Gud buffer.

Then inspect gdb-debug-log (C-h v) to see if "complete b add_" gets sent to Gdb.

I suspect it does and this relates to Apple Gdb and the previous problem with ^M
characters.

You could also download and compile FSF Gdb on Mac (I can't remember if you
already have) and try that.


-- 
Nick                                           http://users.snap.net.nz/~nickrob






reply via email to

[Prev in Thread] Current Thread [Next in Thread]