public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
From: Steven Johnson <sbjohnson@ozemail.com.au>
To: insight@sourceware.cygnus.com
Subject: Register Window Height Patch
Date: Mon, 03 Apr 2000 15:03:00 -0000	[thread overview]
Message-ID: <38E8879D.8A14110F@ozemail.com.au> (raw)

Attached is a patch to the Register Window Code that allow the number of
registers vertically to
be specified in the .gdbtkinit file. (Usefull if you have lots of target
registers like the PowerPC.)

This is my first patch for Insight. If I have done anything wrong, or it
is prefered to be done in a different
way, let me know.

Steven Johnson.

diff ./regwin.itb /opt/powerpc-gdb/share/gdbtcl/regwin.itb
350c350,354
<   set rows 16
---
>   set rows [pref get gdb/reg/rows]
>   if {$rows == ""} {
>     set rows 16
>     pref setd gdb/reg/rows 16
>   }



Also, with regard to the register window I find that hiding registers
does not work. Does anyone else have this problem?

             reply	other threads:[~2000-04-03 15:03 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-04-03 15:03 Steven Johnson [this message]
2000-04-03 15:32 ` James Ingham
2000-04-03 16:10   ` Steven Johnson
2000-04-03 16:44     ` James Ingham

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=38E8879D.8A14110F@ozemail.com.au \
    --to=sbjohnson@ozemail.com.au \
    --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).