public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
* Register Window Height Patch
@ 2000-04-03 15:03 Steven Johnson
  2000-04-03 15:32 ` James Ingham
  0 siblings, 1 reply; 4+ messages in thread
From: Steven Johnson @ 2000-04-03 15:03 UTC (permalink / raw)
  To: insight

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?

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

end of thread, other threads:[~2000-04-03 16:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-04-03 15:03 Register Window Height Patch Steven Johnson
2000-04-03 15:32 ` James Ingham
2000-04-03 16:10   ` Steven Johnson
2000-04-03 16:44     ` James Ingham

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).