Changes for MacGDB:
[deliverable/binutils-gdb.git] / gdb / ChangeLog.mpw
1 Thu May 12 17:04:58 1994 Stan Shebs (shebs@andros.cygnus.com)
2
3 * mpw-make.in (INCLUDE_CFLAGS): Add readline source dir.
4 (READLINE_CFLAGS, READLINE_SRC, READLINE_DIR): Uncomment.
5 (TSOBS): Don't compile inflow.c.
6 (all, install): Add MacGDB.
7 * main.c (main): Do Mac-specific init and command loop if a
8 standalone app, skip full option help message if compiling
9 with MPW C.
10 (gdb_readline): If MPW, add a newline after the (gdb) prompt.
11 * utils.c (_initialize_utils): If MPW, don't try to use termcap to
12 compute the window size.
13 * config/m68k/xm-mpw.h (printf, fprintf, fputs, fputc, putc,
14 fflush): Define as macros that expand into hacked_... versions.
15 (StandAlone, mac_app): Declare.
16 * macgdb.r (SIZE): Set the default partition to 4000K.
17 * mac-xdep.c (readline.h, history.h): Include.
18 (terminal.h): Don't include.
19 (mac_app): Define.
20 (gdb_has_a_terminal): Define Mac-specific version.
21 (do_keyboard_command): Simplify search for command string.
22 (readline): Define as gdb_readline.
23 Add other history/readline stubs to make main gdb link.
24 (hacked_fprintf, hacked_printf, hacked_vfprintf, hacked_fputs,
25 hacked_fputc, hacked_fflush): New functions, intercept output to
26 stdout and stderr, send to console window.
27
28 Tue Apr 26 17:44:27 1994 Stan Shebs (shebs@andros.cygnus.com)
29
30 * mpw-make.in (MacGDB): New target, standalone Mac-hosted gdb.
31 (XDEPFILES): Define.
32 (main.c.o): Compile with gC instead of C.
33 * mac-defs.h: New file, menu etc definitions shared between
34 C and Rez files.
35 * macgdb.r: New file, Rez (resource compiler) resource
36 definitions.
37 * mac-xdep.c: New file, Mac host interface code.
38 * config/m68k/xm-mpw.h (PATHNAME_SEPARATOR): Rename to
39 DIRNAME_SEPARATOR.
40 (PATHNAME_SEPARATOR_STRING): Remove.
41 (SIGQUIT, SIGHUP): Define.
42 (fileno, R_OK): Define.
43
44 Thu Mar 10 15:49:05 1994 Stan Shebs (shebs@andros.cygnus.com)
45
46 * mpw-config.in: New file, MPW configuration fragment.
47 * mpw-make.in: New file, MPW makefile fragment.
48 * config/m68k/xm-mpw.h: New file, MPW host definitions.
49 * ser-mac.c: New file, Mac serial interface.
50
This page took 0.030751 seconds and 5 git commands to generate.