From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steven Johnson To: insight@sourceware.cygnus.com Subject: Register Window Height Patch Date: Mon, 03 Apr 2000 15:03:00 -0000 Message-id: <38E8879D.8A14110F@ozemail.com.au> X-SW-Source: 2000-q2/msg00006.html 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?