public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
* Extra TK Windows in insight.
@ 1999-11-11 15:35 Duane Ellis
  0 siblings, 0 replies; 2+ messages in thread
From: Duane Ellis @ 1999-11-11 15:35 UTC (permalink / raw)
  To: insight

Using snapshot, insight-19990928 on both SunOS 4.1 and Linux RH 5.2

Builds ok, no problem, I do this:

       cd /home/duane/insight-19990928
       ./configure -prefix=/home/duane/test.linux
       make
       make install
       
Then when I run gdb against it self, ie:
        
       gdb ./gdb
       
GDB starts up, but I do *NOT* get the 'command window' 
Ok, I would expect that.

I click on the "C:>" button to get the command window, I get the
"(top-gdb)" prompt. 

PROBLEM: Where is all the messages that you normally see when you
type:

     gdb -nw

Such as these:

     GNU gdb 19990928
     Copyright 1998 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"...
     Setting up the environment for debugging gdb.
     Breakpoint 1 at 0x80994e4: file utils.c, line 538.
     Breakpoint 2 at 0x8097533: file top.c, line 2673.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Extra TK Windows in insight.
@ 1999-11-11 15:50 Duane Ellis
  0 siblings, 0 replies; 2+ messages in thread
From: Duane Ellis @ 1999-11-11 15:50 UTC (permalink / raw)
  To: insight

Using snapshot, insight-19990928 on both SunOS 4.1 and Linux RH 5.2

Builds ok, no problem, I do this:

       cd /home/duane/insight-19990928
       ./configure -prefix=/home/duane/test.linux
       make
       make install
       
Then when I run gdb against it self, ie:
        
       gdb ./gdb
       
GDB starts up, but I do *NOT* get the 'command window' 
Ok, I would expect that.

I click on the "C:>" button to get the command window, I get the
"(top-gdb)" prompt. 

PROBLEM: Where is all the messages that you normally see when you
type:

     gdb -nw ./gdb

Such as these:

     GNU gdb 19990928
     Copyright 1998 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"...
     Setting up the environment for debugging gdb.
     Breakpoint 1 at 0x80994e4: file utils.c, line 538.
     Breakpoint 2 at 0x8097533: file top.c, line 2673.

It's important for me to have these {and other messages} that are
pinted when you start gdb. 

We have a custom CPU with a custom port of GDB and during the load
process it prints various messages via printf_filtered() that are now
lost. Problem is, our custom port includes a simulation engine and
*REQUIRES* tcl/tk to operate, thus, for us, "-nw" is a useless option.

-Duane.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~1999-11-11 15:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-11-11 15:35 Extra TK Windows in insight Duane Ellis
1999-11-11 15:50 Duane Ellis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).