Re: [Cgdb-users] TAB completion
Brought to you by:
bobbybrasko,
crouchingturbo
From: Dmitry S. <Dmi...@ok...> - 2003-11-16 16:06:00
|
Hello Bob. On Sun, 16 Nov 2003, Bob Rossi wrote: > I have fixed the bug in cvs. However, there is no test case yet. I will > look into adding the testcase when I get a little more time, probably > this week. > > If you really like the tab completion feature, check out the latest cvs. Thank you, but TAB completion still does not work for me with CVS version. Below are the commands I used to install cgdb. $ CFLAGS="-Os -march=pentium3 -mfpmath=sse -msse -mmmx" ./configure --prefix=/usr/local/cgdb-0.4.0-20031116 --disable-dependency-tracking $ make $ make install Then I am entering cgdb, and pressing "he[TAB]". This is the output of cgdb-0.3.4: GNU gdb Red Hat Linux (5.1.90CVS-5) [...] This GDB was configured as "i386-redhat-linux". (tgdb) he help (tgdb) he And this is of cgdb-0.4.0-20031116: GNU gdb Red Hat Linux (5.1.90CVS-5) [...] This GDB was configured as "i386-redhat-linux". (tgdb) he (tgdb) he ...Bye..Dmitry. |