Changes for MacGDB:
Thu May 12 17:04:58 1994 Stan Shebs (shebs@andros.cygnus.com)
* mpw-make.in (INCLUDE_CFLAGS): Add readline source dir.
(READLINE_CFLAGS, READLINE_SRC, READLINE_DIR): Uncomment.
(TSOBS): Don't compile inflow.c.
(all, install): Add MacGDB.
* main.c (main): Do Mac-specific init and command loop if a
standalone app, skip full option help message if compiling
with MPW C.
(gdb_readline): If MPW, add a newline after the (gdb) prompt.
* utils.c (_initialize_utils): If MPW, don't try to use termcap to
compute the window size.
* config/m68k/xm-mpw.h (printf, fprintf, fputs, fputc, putc,
fflush): Define as macros that expand into hacked_... versions.
(StandAlone, mac_app): Declare.
* macgdb.r (SIZE): Set the default partition to 4000K.
* mac-xdep.c (readline.h, history.h): Include.
(terminal.h): Don't include.
(mac_app): Define.
(gdb_has_a_terminal): Define Mac-specific version.
(do_keyboard_command): Simplify search for command string.
(readline): Define as gdb_readline.
Add other history/readline stubs to make main gdb link.
(hacked_fprintf, hacked_printf, hacked_vfprintf, hacked_fputs,
hacked_fputc, hacked_fflush): New functions, intercept output to
stdout and stderr, send to console window.
1994-05-13 00:31:31 +00:00
|
|
|
Thu May 12 17:04:58 1994 Stan Shebs (shebs@andros.cygnus.com)
|
|
|
|
|
|
|
|
* mpw-make.in (INCLUDE_CFLAGS): Add readline source dir.
|
|
|
|
(READLINE_CFLAGS, READLINE_SRC, READLINE_DIR): Uncomment.
|
|
|
|
(TSOBS): Don't compile inflow.c.
|
|
|
|
(all, install): Add MacGDB.
|
|
|
|
* main.c (main): Do Mac-specific init and command loop if a
|
|
|
|
standalone app, skip full option help message if compiling
|
|
|
|
with MPW C.
|
|
|
|
(gdb_readline): If MPW, add a newline after the (gdb) prompt.
|
|
|
|
* utils.c (_initialize_utils): If MPW, don't try to use termcap to
|
|
|
|
compute the window size.
|
|
|
|
* config/m68k/xm-mpw.h (printf, fprintf, fputs, fputc, putc,
|
|
|
|
fflush): Define as macros that expand into hacked_... versions.
|
|
|
|
(StandAlone, mac_app): Declare.
|
|
|
|
* macgdb.r (SIZE): Set the default partition to 4000K.
|
|
|
|
* mac-xdep.c (readline.h, history.h): Include.
|
|
|
|
(terminal.h): Don't include.
|
|
|
|
(mac_app): Define.
|
|
|
|
(gdb_has_a_terminal): Define Mac-specific version.
|
|
|
|
(do_keyboard_command): Simplify search for command string.
|
|
|
|
(readline): Define as gdb_readline.
|
|
|
|
Add other history/readline stubs to make main gdb link.
|
|
|
|
(hacked_fprintf, hacked_printf, hacked_vfprintf, hacked_fputs,
|
|
|
|
hacked_fputc, hacked_fflush): New functions, intercept output to
|
|
|
|
stdout and stderr, send to console window.
|
|
|
|
|
1994-04-27 00:55:59 +00:00
|
|
|
Tue Apr 26 17:44:27 1994 Stan Shebs (shebs@andros.cygnus.com)
|
|
|
|
|
|
|
|
* mpw-make.in (MacGDB): New target, standalone Mac-hosted gdb.
|
|
|
|
(XDEPFILES): Define.
|
|
|
|
(main.c.o): Compile with gC instead of C.
|
|
|
|
* mac-defs.h: New file, menu etc definitions shared between
|
|
|
|
C and Rez files.
|
|
|
|
* macgdb.r: New file, Rez (resource compiler) resource
|
|
|
|
definitions.
|
|
|
|
* mac-xdep.c: New file, Mac host interface code.
|
|
|
|
* config/m68k/xm-mpw.h (PATHNAME_SEPARATOR): Rename to
|
|
|
|
DIRNAME_SEPARATOR.
|
|
|
|
(PATHNAME_SEPARATOR_STRING): Remove.
|
|
|
|
(SIGQUIT, SIGHUP): Define.
|
|
|
|
(fileno, R_OK): Define.
|
|
|
|
|
1994-03-23 22:14:11 +00:00
|
|
|
Thu Mar 10 15:49:05 1994 Stan Shebs (shebs@andros.cygnus.com)
|
|
|
|
|
|
|
|
* mpw-config.in: New file, MPW configuration fragment.
|
|
|
|
* mpw-make.in: New file, MPW makefile fragment.
|
|
|
|
* config/m68k/xm-mpw.h: New file, MPW host definitions.
|
|
|
|
* ser-mac.c: New file, Mac serial interface.
|
|
|
|
|