diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-06-22 19:57:02 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-06-22 19:57:02 +0000 |
commit | b8ec8d4ab0764d664231e80efb5c55a71171f096 (patch) | |
tree | 01cf9851ed5e73b5b25d942796168c0df5049471 /gdb/macgdb.r | |
parent | d81843e864f8274a1d8d790cf1474a2f54367b20 (diff) | |
download | gdb-b8ec8d4ab0764d664231e80efb5c55a71171f096.zip gdb-b8ec8d4ab0764d664231e80efb5c55a71171f096.tar.gz gdb-b8ec8d4ab0764d664231e80efb5c55a71171f096.tar.bz2 |
* mpw-make.in (VERSION): Update to 4.12.3.
(SiowGDB): New target, GDB using SIOW library.
(init-new.c): New target, attempt to generate init.c from sources.
(main.c.o, top.c.o): Put each in its own segment.
* main.c (main) [MPW]: Always call mac_init.
* utils.c (query) [MPW]: Always return "yes" if in MacGDB, output
an extra newline otherwise.
* mac-xdep.c: More comments in various places, remove junk.
(mac_init): Add tests for MPW and SIOW.
(use_wne, has_color_qd): Renamed.
(use_color_qd): New variable.
(grow_window): Only do console resizing to console window,
call resize_console_window.
(zoom_window): Call resize_console_window.
(resize_console_window, scroll_text): New functions.
(adjust_console_sizes): Always align viewrect to even multiples of
text lines.
(adjust_console_text): Always scroll by whole lines.
(hacked_vfprintf, hacked_puts, hacked_fputc, hacked_putc): Force a
recalculation of scroll positions if a newline was output.
(hacked_fflush): Similarly, for flushing.
(hacked_fgetc): New function, aborts if called in MacGDB.
* ser-mac.c (mac_readchar): Rename starttime to start_time,
remove debugging printf.
(mac_write): Sleep on first 4 writes.
(sec_sleep): New function, works like standard sleep.
* macgdb.r: Adjust positioning and contents of About box.
Set minimum size to 2000K, preferred size to 5000K.
* config/m68k/xm-mpw.h (fgetc): Define as a macro.
Diffstat (limited to 'gdb/macgdb.r')
-rw-r--r-- | gdb/macgdb.r | 29 |
1 files changed, 8 insertions, 21 deletions
diff --git a/gdb/macgdb.r b/gdb/macgdb.r index 07b6882..548ba0f 100644 --- a/gdb/macgdb.r +++ b/gdb/macgdb.r @@ -75,7 +75,7 @@ resource 'MENU' (mDebug, preload) { }; resource 'ALRT' (128) { - {40, 40, 229, 363}, + {40, 40, 180, 420}, 128, { /* array: 4 elements */ /* [1] */ @@ -90,33 +90,20 @@ resource 'ALRT' (128) { }; resource 'DITL' (128) { - { /* array DITLarray: 4 elements */ + { /* array DITLarray: 2 elements */ /* [1] */ - {164, 115, 184, 185}, + {110, 150, 128, 200}, Button { enabled, "OK" }, /* [2] */ - {5, 10, 43, 290}, + {10, 10, 100, 370}, StaticText { disabled, - "MacGDB" + "GDB 4.12.3\n" + "Copyright © 1994 Free Software Foundation, Inc.\n" }, - /* [3] */ - {76, 3, 154, 301}, - StaticText { - disabled, - "GNU Debugger" - "\nCopyright © 1994 Free Software Foundation Inc.\n" - "Written by Stan Shebs." - }, - /* [4] */ - {53, 82, 71, 227}, - StaticText { - disabled, - "version 4.12.1" - } } }; @@ -146,8 +133,8 @@ resource 'SIZE' (-1) { reserved, reserved, reserved, - 4000*1024, - 4000*1024 + 5000*1024, + 2000*1024 }; resource 'DLOG' (128) { |