This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: compile error on solaris 8 and 2.6


Outstanding!  That should not be an issue to be missing.  

I want to thank everyone for there assistance and willingness to help.  

Thank you again very much,

Drew

On Wed, 2004-10-20 at 16:26, Michael Chastain wrote:
> Andrew Hall <halla3@corp.earthlink.net> wrote:
> > Scratch that...it's --disable-tui not --without-tui.  So now thats its
> > compiling, what is the impact of disabling tui.  What will I not be able
> > to use w/in gdb now that I have disabled tui?
> 
> "tui" stands for "text user interface".
> 
> The classic gdb interface is the command-line interface.
> It looks like this:
> 
>   GNU gdb 6.2.50_2004-10-15-cvs
>   Copyright 2004 Free Software Foundation, Inc.
>   GDB is free software, covered by the GNU General Public License, and you are
>   welcome to change it and/or distribute copies of it under certain conditions.
>   Type "show copying" to see the conditions.
>   There is absolutely no warranty for GDB.  Type "show warranty" for details.
>   This GDB was configured as "i686-pc-linux-gnu"...Using host libthread_db library "/lib/libthread_db.so.1".
> 
>   (gdb)
> 
> gdbtui looks like this:
> 
>    âââhello.cââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ
>    â4       {                                                                  â
>    â5         printf ("hello world\n");                                        â
>    â6         return 0;                                                        â
>    â7       }                                                                  â
>    â8                                                                          â
>    â9                                                                          â
>    â10                                                                         â
>    â11                                                                         â
>    â12                                                                         â
>    â13                                                                         â
>    â14                                                                         â
>    â15                                                                         â
>    â16                                                                         â
>    âââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ
>   exec No process In:                                          Line: ??   PC: 0x0
>   GDB is free software, covered by the GNU General Public License, and you are
>   welcome to change it and/or distribute copies of it under certain conditions.
>   Type "show copying" to see the conditions.
>   There is absolutely no warranty for GDB.  Type "show warranty" for details.
>   This GDB was configured as "i686-pc-linux-gnu"...Using host libthread_db library
>    "/lib/libthread_db.so.1".
> 
> That is, it looks more like vi or emacs, and less like a shell session.
> 
> Michael


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]