public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
From: Duane Ellis <duane@franklin.com>
To: insight@sourceware.cygnus.com
Subject: Extra TK Windows in insight.
Date: Thu, 11 Nov 1999 15:50:00 -0000	[thread overview]
Message-ID: <199911112336.SAA31302@mars.franklin.com> (raw)

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.

             reply	other threads:[~1999-11-11 15:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-11-11 15:50 Duane Ellis [this message]
  -- strict thread matches above, loose matches on Subject: below --
1999-11-11 15:35 Duane Ellis

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=199911112336.SAA31302@mars.franklin.com \
    --to=duane@franklin.com \
    --cc=insight@sourceware.cygnus.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).