mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-24 19:42:32 +00:00
Obsolete MPW as host.
This commit is contained in:
parent
6ec9f4a9be
commit
d036b4d9cf
@ -1,3 +1,21 @@
|
||||
2001-04-17 Andrew Cagney <ac131313@redhat.com>
|
||||
|
||||
* source.c (openp): Obsolete #ifdef MPW code.
|
||||
(open_source_file): Ditto.
|
||||
* event-top.c (display_gdb_prompt): Ditto.
|
||||
* utils.c (query): Ditto.
|
||||
(init_page_info): Ditto.
|
||||
(init_page_info): Delete #ifndef MPW.
|
||||
* top.c (gdb_readline): Ditto.
|
||||
* mac-xdep.c: Obsolete.
|
||||
* mac-gdb.r: Obsolete.
|
||||
* config/powerpc/xm-mpw.h: Obsolete.
|
||||
* config/xm-mpw.h: Obsolete.
|
||||
* mpw-make.sed: Obsolete.
|
||||
* mpw-config.in: Obsolete.
|
||||
* TODO: Update
|
||||
* NEWS: Update
|
||||
|
||||
2001-04-19 Mark Kettenis <kettenis@gnu.org>
|
||||
|
||||
* i386-tdep.c (i386_frameless_function_invocation): New function.
|
||||
|
1
gdb/NEWS
1
gdb/NEWS
@ -27,6 +27,7 @@ PowerPC Netware powerpc-*-netware*
|
||||
SunOS 4.0.Xi on i386 i[3456]86-*-sunos*
|
||||
Sony NEWS (68K) running NEWSOS 3.x m68*-sony-sysv news
|
||||
ISI Optimum V (3.05) under 4.3bsd. m68*-isi-*
|
||||
Apple Macintosh (MPW) host N/A
|
||||
|
||||
stuff.c (Program to stuff files into a specially prepared space in kdb)
|
||||
kdb-start.c (Main loop for the standalone kernel debugger)
|
||||
|
4
gdb/TODO
4
gdb/TODO
@ -160,8 +160,6 @@ MAINTAINERS file.
|
||||
o arm-* vs NetBSD's lack of ``unix''
|
||||
o arm-* vs IRIX (see below)
|
||||
|
||||
o delete mpw?
|
||||
|
||||
-- 2001-03-15
|
||||
|
||||
Obsolete some targets.
|
||||
@ -201,6 +199,8 @@ Steps:
|
||||
powerpc-*-netware* powerpc - ppc-nw yes
|
||||
w65-*-* w65 - w65 yes
|
||||
i[3456]86-*-sunos* i386 sun386 sun386 yes
|
||||
mpw m68k mpw mpw yes
|
||||
mpw powerpc mpw mpw yes
|
||||
|
||||
(DONE)
|
||||
|
||||
|
@ -1,25 +1,25 @@
|
||||
/* Macro definitions for running GDB on Apple 68k-based Macintoshes.
|
||||
Copyright 1994, 1995 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GDB.
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation; either version 2 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 59 Temple Place - Suite 330,
|
||||
Boston, MA 02111-1307, USA. */
|
||||
|
||||
#define HOST_BYTE_ORDER BIG_ENDIAN
|
||||
|
||||
/* Use angle brackets so that the common xm-mpw.h is found. */
|
||||
|
||||
#include <xm-mpw.h>
|
||||
/* OBSOLETE /* Macro definitions for running GDB on Apple 68k-based Macintoshes. */
|
||||
/* OBSOLETE Copyright 1994, 1995 Free Software Foundation, Inc. */
|
||||
/* OBSOLETE */
|
||||
/* OBSOLETE This file is part of GDB. */
|
||||
/* OBSOLETE */
|
||||
/* OBSOLETE This program is free software; you can redistribute it and/or modify */
|
||||
/* OBSOLETE it under the terms of the GNU General Public License as published by */
|
||||
/* OBSOLETE the Free Software Foundation; either version 2 of the License, or */
|
||||
/* OBSOLETE (at your option) any later version. */
|
||||
/* OBSOLETE */
|
||||
/* OBSOLETE This program is distributed in the hope that it will be useful, */
|
||||
/* OBSOLETE but WITHOUT ANY WARRANTY; without even the implied warranty of */
|
||||
/* OBSOLETE MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the */
|
||||
/* OBSOLETE GNU General Public License for more details. */
|
||||
/* OBSOLETE */
|
||||
/* OBSOLETE You should have received a copy of the GNU General Public License */
|
||||
/* OBSOLETE along with this program; if not, write to the Free Software */
|
||||
/* OBSOLETE Foundation, Inc., 59 Temple Place - Suite 330, */
|
||||
/* OBSOLETE Boston, MA 02111-1307, USA. */ */
|
||||
/* OBSOLETE */
|
||||
/* OBSOLETE #define HOST_BYTE_ORDER BIG_ENDIAN */
|
||||
/* OBSOLETE */
|
||||
/* OBSOLETE /* Use angle brackets so that the common xm-mpw.h is found. */ */
|
||||
/* OBSOLETE */
|
||||
/* OBSOLETE #include <xm-mpw.h> */
|
||||
|
@ -1,23 +1,23 @@
|
||||
/* Macro definitions for running GDB on Apple Power Macintoshes.
|
||||
Copyright 1994, 1995 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GDB.
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation; either version 2 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 59 Temple Place - Suite 330,
|
||||
Boston, MA 02111-1307, USA. */
|
||||
|
||||
#define HOST_BYTE_ORDER BIG_ENDIAN
|
||||
|
||||
#include <xm-mpw.h>
|
||||
/* OBSOLETE /* Macro definitions for running GDB on Apple Power Macintoshes. */
|
||||
/* OBSOLETE Copyright 1994, 1995 Free Software Foundation, Inc. */
|
||||
/* OBSOLETE */
|
||||
/* OBSOLETE This file is part of GDB. */
|
||||
/* OBSOLETE */
|
||||
/* OBSOLETE This program is free software; you can redistribute it and/or modify */
|
||||
/* OBSOLETE it under the terms of the GNU General Public License as published by */
|
||||
/* OBSOLETE the Free Software Foundation; either version 2 of the License, or */
|
||||
/* OBSOLETE (at your option) any later version. */
|
||||
/* OBSOLETE */
|
||||
/* OBSOLETE This program is distributed in the hope that it will be useful, */
|
||||
/* OBSOLETE but WITHOUT ANY WARRANTY; without even the implied warranty of */
|
||||
/* OBSOLETE MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the */
|
||||
/* OBSOLETE GNU General Public License for more details. */
|
||||
/* OBSOLETE */
|
||||
/* OBSOLETE You should have received a copy of the GNU General Public License */
|
||||
/* OBSOLETE along with this program; if not, write to the Free Software */
|
||||
/* OBSOLETE Foundation, Inc., 59 Temple Place - Suite 330, */
|
||||
/* OBSOLETE Boston, MA 02111-1307, USA. */ */
|
||||
/* OBSOLETE */
|
||||
/* OBSOLETE #define HOST_BYTE_ORDER BIG_ENDIAN */
|
||||
/* OBSOLETE */
|
||||
/* OBSOLETE #include <xm-mpw.h> */
|
||||
|
@ -1,78 +1,78 @@
|
||||
/* Macro definitions for running GDB on Apple Macintoshes.
|
||||
Copyright 1994, 1995, 2001 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GDB.
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation; either version 2 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 59 Temple Place - Suite 330,
|
||||
Boston, MA 02111-1307, USA. */
|
||||
|
||||
#include "mpw.h"
|
||||
|
||||
#include "fopen-bin.h"
|
||||
|
||||
#include "spin.h"
|
||||
|
||||
#define CANT_FORK
|
||||
|
||||
/* Map these standard functions to versions that can do I/O in a console
|
||||
window. */
|
||||
|
||||
#define printf hacked_printf
|
||||
#define fprintf hacked_fprintf
|
||||
#define vprintf hacked_vfprintf
|
||||
#define fputs hacked_fputs
|
||||
#define fputc hacked_fputc
|
||||
#undef putc
|
||||
#define putc hacked_putc
|
||||
#define fflush hacked_fflush
|
||||
|
||||
#define fgetc hacked_fgetc
|
||||
|
||||
#define POSIX_UTIME
|
||||
|
||||
/* '.' indicates drivers on the Mac, so we need a different filename. */
|
||||
|
||||
#define GDBINIT_FILENAME "_gdbinit"
|
||||
|
||||
/* Commas are more common to separate dirnames in a path on Macs. */
|
||||
|
||||
#define DIRNAME_SEPARATOR ','
|
||||
|
||||
/* This is a real crufty hack. */
|
||||
|
||||
#define HAVE_TERMIO
|
||||
|
||||
/* Addons to the basic MPW-supported signal list. */
|
||||
|
||||
#ifndef SIGQUIT
|
||||
#define SIGQUIT (1<<6)
|
||||
#endif
|
||||
#ifndef SIGHUP
|
||||
#define SIGHUP (1<<7)
|
||||
#endif
|
||||
|
||||
/* If __STDC__ is on, then this definition will be missing. */
|
||||
|
||||
#ifndef fileno
|
||||
#define fileno(p) (p)->_file
|
||||
#endif
|
||||
|
||||
#ifndef R_OK
|
||||
#define R_OK 4
|
||||
#endif
|
||||
|
||||
extern int StandAlone;
|
||||
|
||||
extern int mac_app;
|
||||
/* OBSOLETE /* Macro definitions for running GDB on Apple Macintoshes. */
|
||||
/* OBSOLETE Copyright 1994, 1995, 2001 Free Software Foundation, Inc. */
|
||||
/* OBSOLETE */
|
||||
/* OBSOLETE This file is part of GDB. */
|
||||
/* OBSOLETE */
|
||||
/* OBSOLETE This program is free software; you can redistribute it and/or modify */
|
||||
/* OBSOLETE it under the terms of the GNU General Public License as published by */
|
||||
/* OBSOLETE the Free Software Foundation; either version 2 of the License, or */
|
||||
/* OBSOLETE (at your option) any later version. */
|
||||
/* OBSOLETE */
|
||||
/* OBSOLETE This program is distributed in the hope that it will be useful, */
|
||||
/* OBSOLETE but WITHOUT ANY WARRANTY; without even the implied warranty of */
|
||||
/* OBSOLETE MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the */
|
||||
/* OBSOLETE GNU General Public License for more details. */
|
||||
/* OBSOLETE */
|
||||
/* OBSOLETE You should have received a copy of the GNU General Public License */
|
||||
/* OBSOLETE along with this program; if not, write to the Free Software */
|
||||
/* OBSOLETE Foundation, Inc., 59 Temple Place - Suite 330, */
|
||||
/* OBSOLETE Boston, MA 02111-1307, USA. */ */
|
||||
/* OBSOLETE */
|
||||
/* OBSOLETE #include "mpw.h" */
|
||||
/* OBSOLETE */
|
||||
/* OBSOLETE #include "fopen-bin.h" */
|
||||
/* OBSOLETE */
|
||||
/* OBSOLETE #include "spin.h" */
|
||||
/* OBSOLETE */
|
||||
/* OBSOLETE #define CANT_FORK */
|
||||
/* OBSOLETE */
|
||||
/* OBSOLETE /* Map these standard functions to versions that can do I/O in a console */
|
||||
/* OBSOLETE window. */ */
|
||||
/* OBSOLETE */
|
||||
/* OBSOLETE #define printf hacked_printf */
|
||||
/* OBSOLETE #define fprintf hacked_fprintf */
|
||||
/* OBSOLETE #define vprintf hacked_vfprintf */
|
||||
/* OBSOLETE #define fputs hacked_fputs */
|
||||
/* OBSOLETE #define fputc hacked_fputc */
|
||||
/* OBSOLETE #undef putc */
|
||||
/* OBSOLETE #define putc hacked_putc */
|
||||
/* OBSOLETE #define fflush hacked_fflush */
|
||||
/* OBSOLETE */
|
||||
/* OBSOLETE #define fgetc hacked_fgetc */
|
||||
/* OBSOLETE */
|
||||
/* OBSOLETE #define POSIX_UTIME */
|
||||
/* OBSOLETE */
|
||||
/* OBSOLETE /* '.' indicates drivers on the Mac, so we need a different filename. */ */
|
||||
/* OBSOLETE */
|
||||
/* OBSOLETE #define GDBINIT_FILENAME "_gdbinit" */
|
||||
/* OBSOLETE */
|
||||
/* OBSOLETE /* Commas are more common to separate dirnames in a path on Macs. */ */
|
||||
/* OBSOLETE */
|
||||
/* OBSOLETE #define DIRNAME_SEPARATOR ',' */
|
||||
/* OBSOLETE */
|
||||
/* OBSOLETE /* This is a real crufty hack. */ */
|
||||
/* OBSOLETE */
|
||||
/* OBSOLETE #define HAVE_TERMIO */
|
||||
/* OBSOLETE */
|
||||
/* OBSOLETE /* Addons to the basic MPW-supported signal list. */ */
|
||||
/* OBSOLETE */
|
||||
/* OBSOLETE #ifndef SIGQUIT */
|
||||
/* OBSOLETE #define SIGQUIT (1<<6) */
|
||||
/* OBSOLETE #endif */
|
||||
/* OBSOLETE #ifndef SIGHUP */
|
||||
/* OBSOLETE #define SIGHUP (1<<7) */
|
||||
/* OBSOLETE #endif */
|
||||
/* OBSOLETE */
|
||||
/* OBSOLETE /* If __STDC__ is on, then this definition will be missing. */ */
|
||||
/* OBSOLETE */
|
||||
/* OBSOLETE #ifndef fileno */
|
||||
/* OBSOLETE #define fileno(p) (p)->_file */
|
||||
/* OBSOLETE #endif */
|
||||
/* OBSOLETE */
|
||||
/* OBSOLETE #ifndef R_OK */
|
||||
/* OBSOLETE #define R_OK 4 */
|
||||
/* OBSOLETE #endif */
|
||||
/* OBSOLETE */
|
||||
/* OBSOLETE extern int StandAlone; */
|
||||
/* OBSOLETE */
|
||||
/* OBSOLETE extern int mac_app; */
|
||||
|
@ -302,11 +302,11 @@ display_gdb_prompt (char *new_prompt)
|
||||
the user is not accounted for. */
|
||||
fputs_unfiltered (new_prompt, gdb_stdout);
|
||||
|
||||
#ifdef MPW
|
||||
/* Move to a new line so the entered line doesn't have a prompt
|
||||
on the front of it. */
|
||||
fputs_unfiltered ("\n", gdb_stdout);
|
||||
#endif /* MPW */
|
||||
/* OBSOLETE #ifdef MPW */
|
||||
/* OBSOLETE *//* Move to a new line so the entered line doesn't have a prompt */
|
||||
/* OBSOLETE on the front of it. */
|
||||
/* OBSOLETE fputs_unfiltered ("\n", gdb_stdout); */
|
||||
/* OBSOLETE #endif *//* MPW */
|
||||
gdb_flush (gdb_stdout);
|
||||
}
|
||||
}
|
||||
|
368
gdb/mac-gdb.r
368
gdb/mac-gdb.r
@ -1,184 +1,184 @@
|
||||
/* Resource file for MacGDB. */
|
||||
|
||||
#include "SysTypes.r"
|
||||
#include "Types.r"
|
||||
|
||||
#include "mac-defs.h"
|
||||
|
||||
/* Version resources. */
|
||||
|
||||
resource 'vers' (1) {
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
verUS,
|
||||
VERSION_STRING,
|
||||
VERSION_STRING " (C) 1986-95 FSF, Inc."
|
||||
};
|
||||
|
||||
resource 'vers' (2, purgeable) {
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
verUs,
|
||||
VERSION_STRING,
|
||||
"GDB " VERSION_STRING " for MPW"
|
||||
};
|
||||
|
||||
#ifdef WANT_CFRG
|
||||
|
||||
#include "CodeFragmentTypes.r"
|
||||
|
||||
resource 'cfrg' (0) {
|
||||
{
|
||||
kPowerPC,
|
||||
kFullLib,
|
||||
kNoVersionNum, kNoVersionNum,
|
||||
0, 0,
|
||||
kIsApp, kOnDiskFlat, kZeroOffset, kWholeFork,
|
||||
PROG_NAME
|
||||
}
|
||||
};
|
||||
|
||||
#endif /* WANT_CFRG */
|
||||
|
||||
#ifdef Macgdb /* Exclude the following from SIOWgdb which uses SIOW.r. */
|
||||
|
||||
resource 'MBAR' (128) {
|
||||
{ mApple, mFile, mEdit, mDebug };
|
||||
};
|
||||
|
||||
resource 'MENU' (mApple, preload) {
|
||||
mApple,
|
||||
textMenuProc,
|
||||
0x7FFFFFFD,
|
||||
enabled,
|
||||
apple,
|
||||
{
|
||||
"About...", noIcon, noKey, noMark, plain,
|
||||
"-", noIcon, noKey, noMark, plain
|
||||
}
|
||||
};
|
||||
|
||||
resource 'MENU' (mFile, preload) {
|
||||
mFile,
|
||||
textMenuProc,
|
||||
allEnabled,
|
||||
enabled,
|
||||
"File",
|
||||
{
|
||||
"New", noIcon, noKey, noMark, plain,
|
||||
"Open...", noIcon, "O", noMark, plain,
|
||||
"-", noIcon, noKey, noMark, plain,
|
||||
"Quit", noIcon, "Q", noMark, plain
|
||||
}
|
||||
};
|
||||
|
||||
resource 'MENU' (mEdit, preload) {
|
||||
mEdit,
|
||||
textMenuProc,
|
||||
allEnabled,
|
||||
enabled,
|
||||
"Edit",
|
||||
{
|
||||
"Undo", noIcon, "Z", noMark, plain,
|
||||
"-", noIcon, noKey, noMark, plain,
|
||||
"Cut", noIcon, "X", noMark, plain,
|
||||
"Copy", noIcon, "C", noMark, plain,
|
||||
"Paste", noIcon, "V", noMark, plain,
|
||||
"Clear", noIcon, noKey, noMark, plain
|
||||
}
|
||||
};
|
||||
|
||||
resource 'MENU' (mDebug, preload) {
|
||||
mDebug,
|
||||
textMenuProc,
|
||||
allEnabled,
|
||||
enabled,
|
||||
"Debug",
|
||||
{
|
||||
"Target", noIcon, "T", noMark, plain,
|
||||
"-", noIcon, noKey, noMark, plain,
|
||||
"Run", noIcon, "R", noMark, plain,
|
||||
"Continue", noIcon, "K", noMark, plain,
|
||||
"Step", noIcon, "S", noMark, plain,
|
||||
"Next", noIcon, "N", noMark, plain
|
||||
}
|
||||
};
|
||||
|
||||
resource 'ALRT' (128) {
|
||||
{40, 40, 180, 420},
|
||||
128,
|
||||
{ /* array: 4 elements */
|
||||
/* [1] */
|
||||
OK, visible, sound1,
|
||||
/* [2] */
|
||||
OK, visible, sound1,
|
||||
/* [3] */
|
||||
OK, visible, sound1,
|
||||
/* [4] */
|
||||
OK, visible, sound1
|
||||
}
|
||||
};
|
||||
|
||||
resource 'DITL' (128) {
|
||||
{ /* array DITLarray: 2 elements */
|
||||
/* [1] */
|
||||
{110, 150, 128, 200},
|
||||
Button {
|
||||
enabled,
|
||||
"OK"
|
||||
},
|
||||
/* [2] */
|
||||
{10, 10, 100, 370},
|
||||
StaticText {
|
||||
disabled,
|
||||
"GDB 4.12.3\n"
|
||||
"Copyright © 1994 Free Software Foundation, Inc.\n"
|
||||
},
|
||||
}
|
||||
};
|
||||
|
||||
resource 'WIND' (wConsole, preload, purgeable) {
|
||||
{40, 40, 310, 572},
|
||||
zoomDocProc,
|
||||
visible,
|
||||
goAway,
|
||||
0x0,
|
||||
"GDB Console"
|
||||
};
|
||||
|
||||
resource 'SIZE' (-1) {
|
||||
reserved,
|
||||
acceptSuspendResumeEvents,
|
||||
reserved,
|
||||
canBackground,
|
||||
multiFinderAware,
|
||||
backgroundAndForeground,
|
||||
dontGetFrontClicks,
|
||||
ignoreChildDiedEvents,
|
||||
not32BitCompatible,
|
||||
isHighLevelEventAware,
|
||||
localAndRemoteHLEvents,
|
||||
notStationeryAware,
|
||||
dontUseTextEditServices,
|
||||
reserved,
|
||||
reserved,
|
||||
reserved,
|
||||
5000*1024,
|
||||
2000*1024
|
||||
};
|
||||
|
||||
resource 'DLOG' (128) {
|
||||
{40, 40, 240, 280},
|
||||
documentProc,
|
||||
visible,
|
||||
goAway,
|
||||
0x0,
|
||||
128,
|
||||
""
|
||||
};
|
||||
|
||||
#endif
|
||||
/* OBSOLETE /* Resource file for MacGDB. */ */
|
||||
/* OBSOLETE */
|
||||
/* OBSOLETE #include "SysTypes.r" */
|
||||
/* OBSOLETE #include "Types.r" */
|
||||
/* OBSOLETE */
|
||||
/* OBSOLETE #include "mac-defs.h" */
|
||||
/* OBSOLETE */
|
||||
/* OBSOLETE /* Version resources. */ */
|
||||
/* OBSOLETE */
|
||||
/* OBSOLETE resource 'vers' (1) { */
|
||||
/* OBSOLETE 0, */
|
||||
/* OBSOLETE 0, */
|
||||
/* OBSOLETE 0, */
|
||||
/* OBSOLETE 0, */
|
||||
/* OBSOLETE verUS, */
|
||||
/* OBSOLETE VERSION_STRING, */
|
||||
/* OBSOLETE VERSION_STRING " (C) 1986-95 FSF, Inc." */
|
||||
/* OBSOLETE }; */
|
||||
/* OBSOLETE */
|
||||
/* OBSOLETE resource 'vers' (2, purgeable) { */
|
||||
/* OBSOLETE 0, */
|
||||
/* OBSOLETE 0, */
|
||||
/* OBSOLETE 0, */
|
||||
/* OBSOLETE 0, */
|
||||
/* OBSOLETE verUs, */
|
||||
/* OBSOLETE VERSION_STRING, */
|
||||
/* OBSOLETE "GDB " VERSION_STRING " for MPW" */
|
||||
/* OBSOLETE }; */
|
||||
/* OBSOLETE */
|
||||
/* OBSOLETE #ifdef WANT_CFRG */
|
||||
/* OBSOLETE */
|
||||
/* OBSOLETE #include "CodeFragmentTypes.r" */
|
||||
/* OBSOLETE */
|
||||
/* OBSOLETE resource 'cfrg' (0) { */
|
||||
/* OBSOLETE { */
|
||||
/* OBSOLETE kPowerPC, */
|
||||
/* OBSOLETE kFullLib, */
|
||||
/* OBSOLETE kNoVersionNum, kNoVersionNum, */
|
||||
/* OBSOLETE 0, 0, */
|
||||
/* OBSOLETE kIsApp, kOnDiskFlat, kZeroOffset, kWholeFork, */
|
||||
/* OBSOLETE PROG_NAME */
|
||||
/* OBSOLETE } */
|
||||
/* OBSOLETE }; */
|
||||
/* OBSOLETE */
|
||||
/* OBSOLETE #endif /* WANT_CFRG */ */
|
||||
/* OBSOLETE */
|
||||
/* OBSOLETE #ifdef Macgdb /* Exclude the following from SIOWgdb which uses SIOW.r. */ */
|
||||
/* OBSOLETE */
|
||||
/* OBSOLETE resource 'MBAR' (128) { */
|
||||
/* OBSOLETE { mApple, mFile, mEdit, mDebug }; */
|
||||
/* OBSOLETE }; */
|
||||
/* OBSOLETE */
|
||||
/* OBSOLETE resource 'MENU' (mApple, preload) { */
|
||||
/* OBSOLETE mApple, */
|
||||
/* OBSOLETE textMenuProc, */
|
||||
/* OBSOLETE 0x7FFFFFFD, */
|
||||
/* OBSOLETE enabled, */
|
||||
/* OBSOLETE apple, */
|
||||
/* OBSOLETE { */
|
||||
/* OBSOLETE "About...", noIcon, noKey, noMark, plain, */
|
||||
/* OBSOLETE "-", noIcon, noKey, noMark, plain */
|
||||
/* OBSOLETE } */
|
||||
/* OBSOLETE }; */
|
||||
/* OBSOLETE */
|
||||
/* OBSOLETE resource 'MENU' (mFile, preload) { */
|
||||
/* OBSOLETE mFile, */
|
||||
/* OBSOLETE textMenuProc, */
|
||||
/* OBSOLETE allEnabled, */
|
||||
/* OBSOLETE enabled, */
|
||||
/* OBSOLETE "File", */
|
||||
/* OBSOLETE { */
|
||||
/* OBSOLETE "New", noIcon, noKey, noMark, plain, */
|
||||
/* OBSOLETE "Open...", noIcon, "O", noMark, plain, */
|
||||
/* OBSOLETE "-", noIcon, noKey, noMark, plain, */
|
||||
/* OBSOLETE "Quit", noIcon, "Q", noMark, plain */
|
||||
/* OBSOLETE } */
|
||||
/* OBSOLETE }; */
|
||||
/* OBSOLETE */
|
||||
/* OBSOLETE resource 'MENU' (mEdit, preload) { */
|
||||
/* OBSOLETE mEdit, */
|
||||
/* OBSOLETE textMenuProc, */
|
||||
/* OBSOLETE allEnabled, */
|
||||
/* OBSOLETE enabled, */
|
||||
/* OBSOLETE "Edit", */
|
||||
/* OBSOLETE { */
|
||||
/* OBSOLETE "Undo", noIcon, "Z", noMark, plain, */
|
||||
/* OBSOLETE "-", noIcon, noKey, noMark, plain, */
|
||||
/* OBSOLETE "Cut", noIcon, "X", noMark, plain, */
|
||||
/* OBSOLETE "Copy", noIcon, "C", noMark, plain, */
|
||||
/* OBSOLETE "Paste", noIcon, "V", noMark, plain, */
|
||||
/* OBSOLETE "Clear", noIcon, noKey, noMark, plain */
|
||||
/* OBSOLETE } */
|
||||
/* OBSOLETE }; */
|
||||
/* OBSOLETE */
|
||||
/* OBSOLETE resource 'MENU' (mDebug, preload) { */
|
||||
/* OBSOLETE mDebug, */
|
||||
/* OBSOLETE textMenuProc, */
|
||||
/* OBSOLETE allEnabled, */
|
||||
/* OBSOLETE enabled, */
|
||||
/* OBSOLETE "Debug", */
|
||||
/* OBSOLETE { */
|
||||
/* OBSOLETE "Target", noIcon, "T", noMark, plain, */
|
||||
/* OBSOLETE "-", noIcon, noKey, noMark, plain, */
|
||||
/* OBSOLETE "Run", noIcon, "R", noMark, plain, */
|
||||
/* OBSOLETE "Continue", noIcon, "K", noMark, plain, */
|
||||
/* OBSOLETE "Step", noIcon, "S", noMark, plain, */
|
||||
/* OBSOLETE "Next", noIcon, "N", noMark, plain */
|
||||
/* OBSOLETE } */
|
||||
/* OBSOLETE }; */
|
||||
/* OBSOLETE */
|
||||
/* OBSOLETE resource 'ALRT' (128) { */
|
||||
/* OBSOLETE {40, 40, 180, 420}, */
|
||||
/* OBSOLETE 128, */
|
||||
/* OBSOLETE { /* array: 4 elements */ */
|
||||
/* OBSOLETE /* [1] */ */
|
||||
/* OBSOLETE OK, visible, sound1, */
|
||||
/* OBSOLETE /* [2] */ */
|
||||
/* OBSOLETE OK, visible, sound1, */
|
||||
/* OBSOLETE /* [3] */ */
|
||||
/* OBSOLETE OK, visible, sound1, */
|
||||
/* OBSOLETE /* [4] */ */
|
||||
/* OBSOLETE OK, visible, sound1 */
|
||||
/* OBSOLETE } */
|
||||
/* OBSOLETE }; */
|
||||
/* OBSOLETE */
|
||||
/* OBSOLETE resource 'DITL' (128) { */
|
||||
/* OBSOLETE { /* array DITLarray: 2 elements */ */
|
||||
/* OBSOLETE /* [1] */ */
|
||||
/* OBSOLETE {110, 150, 128, 200}, */
|
||||
/* OBSOLETE Button { */
|
||||
/* OBSOLETE enabled, */
|
||||
/* OBSOLETE "OK" */
|
||||
/* OBSOLETE }, */
|
||||
/* OBSOLETE /* [2] */ */
|
||||
/* OBSOLETE {10, 10, 100, 370}, */
|
||||
/* OBSOLETE StaticText { */
|
||||
/* OBSOLETE disabled, */
|
||||
/* OBSOLETE "GDB 4.12.3\n" */
|
||||
/* OBSOLETE "Copyright © 1994 Free Software Foundation, Inc.\n" */
|
||||
/* OBSOLETE }, */
|
||||
/* OBSOLETE } */
|
||||
/* OBSOLETE }; */
|
||||
/* OBSOLETE */
|
||||
/* OBSOLETE resource 'WIND' (wConsole, preload, purgeable) { */
|
||||
/* OBSOLETE {40, 40, 310, 572}, */
|
||||
/* OBSOLETE zoomDocProc, */
|
||||
/* OBSOLETE visible, */
|
||||
/* OBSOLETE goAway, */
|
||||
/* OBSOLETE 0x0, */
|
||||
/* OBSOLETE "GDB Console" */
|
||||
/* OBSOLETE }; */
|
||||
/* OBSOLETE */
|
||||
/* OBSOLETE resource 'SIZE' (-1) { */
|
||||
/* OBSOLETE reserved, */
|
||||
/* OBSOLETE acceptSuspendResumeEvents, */
|
||||
/* OBSOLETE reserved, */
|
||||
/* OBSOLETE canBackground, */
|
||||
/* OBSOLETE multiFinderAware, */
|
||||
/* OBSOLETE backgroundAndForeground, */
|
||||
/* OBSOLETE dontGetFrontClicks, */
|
||||
/* OBSOLETE ignoreChildDiedEvents, */
|
||||
/* OBSOLETE not32BitCompatible, */
|
||||
/* OBSOLETE isHighLevelEventAware, */
|
||||
/* OBSOLETE localAndRemoteHLEvents, */
|
||||
/* OBSOLETE notStationeryAware, */
|
||||
/* OBSOLETE dontUseTextEditServices, */
|
||||
/* OBSOLETE reserved, */
|
||||
/* OBSOLETE reserved, */
|
||||
/* OBSOLETE reserved, */
|
||||
/* OBSOLETE 5000*1024, */
|
||||
/* OBSOLETE 2000*1024 */
|
||||
/* OBSOLETE }; */
|
||||
/* OBSOLETE */
|
||||
/* OBSOLETE resource 'DLOG' (128) { */
|
||||
/* OBSOLETE {40, 40, 240, 280}, */
|
||||
/* OBSOLETE documentProc, */
|
||||
/* OBSOLETE visible, */
|
||||
/* OBSOLETE goAway, */
|
||||
/* OBSOLETE 0x0, */
|
||||
/* OBSOLETE 128, */
|
||||
/* OBSOLETE "" */
|
||||
/* OBSOLETE }; */
|
||||
/* OBSOLETE */
|
||||
/* OBSOLETE #endif */
|
||||
|
2164
gdb/mac-xdep.c
2164
gdb/mac-xdep.c
File diff suppressed because it is too large
Load Diff
@ -1,81 +1,81 @@
|
||||
# Configuration fragment for GDB.
|
||||
|
||||
If "{host_canonical}" =~ /m68k-apple-mpw/
|
||||
forward-include "{srcdir}"config:m68k:xm-mpw.h xm.h
|
||||
Set siow_lib '"{Libraries}"SIOW.o'
|
||||
|
||||
Else If "{host_canonical}" =~ /powerpc-apple-mpw/
|
||||
forward-include "{srcdir}"config:powerpc:xm-mpw.h xm.h
|
||||
Set siow_lib '"{PPCLibraries}"PPCSIOW.o'
|
||||
|
||||
End If
|
||||
|
||||
Set xdepfiles '"{o}"mac-xdep.c.o'
|
||||
|
||||
Set enable_cflags ""
|
||||
|
||||
# Make a copy of this file and give it a different name, so it
|
||||
# won't be confused with GDB's serial.h.
|
||||
|
||||
Duplicate -y "{CIncludes}"Serial.h MacSerial.h
|
||||
|
||||
Echo "/* dummy */" >termio.h
|
||||
|
||||
If "{target_canonical}" =~ /m68k-apple-macos/
|
||||
forward-include "{srcdir}"config:m68k:tm-mac.h tm.h
|
||||
forward-include "{srcdir}"config:m68k:tm-m68k.h 'm68k/tm-m68k.h'
|
||||
Set tdepfiles '"{o}"m68k-tdep.c.o'
|
||||
|
||||
Else If "{target_canonical}" =~ /powerpc-apple-macos/
|
||||
forward-include "{srcdir}"config:powerpc:tm-macos.h tm.h
|
||||
forward-include "{srcdir}"config:rs6000:tm-rs6000.h 'rs6000/tm-rs6000.h'
|
||||
Set tdepfiles '"{o}"rs6000-tdep.c.o "{o}"xcoffread.c.o'
|
||||
|
||||
Else If "{target_canonical}" =~ /i386-unknown-go32/
|
||||
forward-include "{srcdir}"config:i386:tm-i386v.h tm.h
|
||||
Set tdepfiles '"{o}"i386-tdep.c.o'
|
||||
|
||||
Else If "{target_canonical}" =~ /mips-idt-ecoff/
|
||||
forward-include "{srcdir}"config:mips:tm-embed.h tm.h
|
||||
forward-include "{srcdir}"config:mips:tm-bigmips.h 'mips/tm-bigmips.h'
|
||||
forward-include "{srcdir}"config:mips:tm-mips.h 'mips/tm-mips.h'
|
||||
Set tdepfiles '"{o}"mips-tdep.c.o "{o}"remote-mips.c.o'
|
||||
|
||||
Else If "{target_canonical}" =~ /sh-hitachi-hms/
|
||||
forward-include "{srcdir}"config:sh:tm-sh.h tm.h
|
||||
Set tdepfiles '"{o}"sh-tdep.c.o'
|
||||
|
||||
End If
|
||||
|
||||
If "{target_canonical}" =~ /m68k-apple-macos/
|
||||
forward-include "{srcdir}"config:m68k:nm-macos.h nm.h
|
||||
Set natdepfiles '"{o}"mac-nat.c.o'
|
||||
|
||||
Else If "{target_canonical}" =~ /powerpc-apple-macos/
|
||||
forward-include "{srcdir}"config:powerpc:nm-macos.h nm.h
|
||||
Set natdepfiles '"{o}"mac-nat.c.o'
|
||||
|
||||
Else
|
||||
forward-include "{srcdir}"config:nm-empty.h nm.h
|
||||
Set natdepfiles ' '
|
||||
|
||||
End If
|
||||
|
||||
Echo '# From mpw-config.in' > "{o}"mk.tmp
|
||||
Echo "TDEPFILES = " {tdepfiles} >> "{o}"mk.tmp
|
||||
Echo "XDEPFILES = " {xdepfiles} >> "{o}"mk.tmp
|
||||
Echo "NATDEPFILES = " {natdepfiles} >> "{o}"mk.tmp
|
||||
Echo "XM_ADD_FILES = " >> "{o}"mk.tmp
|
||||
Echo "TM_ADD_FILES = " >> "{o}"mk.tmp
|
||||
Echo "NAT_ADD_FILES = " >> "{o}"mk.tmp
|
||||
Echo "XM_CDEPS = " >> "{o}"mk.tmp
|
||||
Echo "TM_CDEPS = " >> "{o}"mk.tmp
|
||||
Echo "NAT_CDEPS = " >> "{o}"mk.tmp
|
||||
Echo "SIOW_LIB = " {siow_lib} >> "{o}"mk.tmp
|
||||
Echo "ENABLE_CFLAGS = " {enable_cflags} >> "{o}"mk.tmp
|
||||
Echo '# End from mpw-config.in' >> "{o}"mk.tmp
|
||||
|
||||
Echo '/* config.h. Generated by mpw-configure. */' > "{o}"config.new
|
||||
Echo '#include "mpw.h"' >> "{o}"config.new
|
||||
|
||||
MoveIfChange "{o}"config.new "{o}"config.h
|
||||
# OBSOLETE # Configuration fragment for GDB.
|
||||
# OBSOLETE
|
||||
# OBSOLETE If "{host_canonical}" =~ /m68k-apple-mpw/
|
||||
# OBSOLETE forward-include "{srcdir}"config:m68k:xm-mpw.h xm.h
|
||||
# OBSOLETE Set siow_lib '"{Libraries}"SIOW.o'
|
||||
# OBSOLETE
|
||||
# OBSOLETE Else If "{host_canonical}" =~ /powerpc-apple-mpw/
|
||||
# OBSOLETE forward-include "{srcdir}"config:powerpc:xm-mpw.h xm.h
|
||||
# OBSOLETE Set siow_lib '"{PPCLibraries}"PPCSIOW.o'
|
||||
# OBSOLETE
|
||||
# OBSOLETE End If
|
||||
# OBSOLETE
|
||||
# OBSOLETE Set xdepfiles '"{o}"mac-xdep.c.o'
|
||||
# OBSOLETE
|
||||
# OBSOLETE Set enable_cflags ""
|
||||
# OBSOLETE
|
||||
# OBSOLETE # Make a copy of this file and give it a different name, so it
|
||||
# OBSOLETE # won't be confused with GDB's serial.h.
|
||||
# OBSOLETE
|
||||
# OBSOLETE Duplicate -y "{CIncludes}"Serial.h MacSerial.h
|
||||
# OBSOLETE
|
||||
# OBSOLETE Echo "/* dummy */" >termio.h
|
||||
# OBSOLETE
|
||||
# OBSOLETE If "{target_canonical}" =~ /m68k-apple-macos/
|
||||
# OBSOLETE forward-include "{srcdir}"config:m68k:tm-mac.h tm.h
|
||||
# OBSOLETE forward-include "{srcdir}"config:m68k:tm-m68k.h 'm68k/tm-m68k.h'
|
||||
# OBSOLETE Set tdepfiles '"{o}"m68k-tdep.c.o'
|
||||
# OBSOLETE
|
||||
# OBSOLETE Else If "{target_canonical}" =~ /powerpc-apple-macos/
|
||||
# OBSOLETE forward-include "{srcdir}"config:powerpc:tm-macos.h tm.h
|
||||
# OBSOLETE forward-include "{srcdir}"config:rs6000:tm-rs6000.h 'rs6000/tm-rs6000.h'
|
||||
# OBSOLETE Set tdepfiles '"{o}"rs6000-tdep.c.o "{o}"xcoffread.c.o'
|
||||
# OBSOLETE
|
||||
# OBSOLETE Else If "{target_canonical}" =~ /i386-unknown-go32/
|
||||
# OBSOLETE forward-include "{srcdir}"config:i386:tm-i386v.h tm.h
|
||||
# OBSOLETE Set tdepfiles '"{o}"i386-tdep.c.o'
|
||||
# OBSOLETE
|
||||
# OBSOLETE Else If "{target_canonical}" =~ /mips-idt-ecoff/
|
||||
# OBSOLETE forward-include "{srcdir}"config:mips:tm-embed.h tm.h
|
||||
# OBSOLETE forward-include "{srcdir}"config:mips:tm-bigmips.h 'mips/tm-bigmips.h'
|
||||
# OBSOLETE forward-include "{srcdir}"config:mips:tm-mips.h 'mips/tm-mips.h'
|
||||
# OBSOLETE Set tdepfiles '"{o}"mips-tdep.c.o "{o}"remote-mips.c.o'
|
||||
# OBSOLETE
|
||||
# OBSOLETE Else If "{target_canonical}" =~ /sh-hitachi-hms/
|
||||
# OBSOLETE forward-include "{srcdir}"config:sh:tm-sh.h tm.h
|
||||
# OBSOLETE Set tdepfiles '"{o}"sh-tdep.c.o'
|
||||
# OBSOLETE
|
||||
# OBSOLETE End If
|
||||
# OBSOLETE
|
||||
# OBSOLETE If "{target_canonical}" =~ /m68k-apple-macos/
|
||||
# OBSOLETE forward-include "{srcdir}"config:m68k:nm-macos.h nm.h
|
||||
# OBSOLETE Set natdepfiles '"{o}"mac-nat.c.o'
|
||||
# OBSOLETE
|
||||
# OBSOLETE Else If "{target_canonical}" =~ /powerpc-apple-macos/
|
||||
# OBSOLETE forward-include "{srcdir}"config:powerpc:nm-macos.h nm.h
|
||||
# OBSOLETE Set natdepfiles '"{o}"mac-nat.c.o'
|
||||
# OBSOLETE
|
||||
# OBSOLETE Else
|
||||
# OBSOLETE forward-include "{srcdir}"config:nm-empty.h nm.h
|
||||
# OBSOLETE Set natdepfiles ' '
|
||||
# OBSOLETE
|
||||
# OBSOLETE End If
|
||||
# OBSOLETE
|
||||
# OBSOLETE Echo '# From mpw-config.in' > "{o}"mk.tmp
|
||||
# OBSOLETE Echo "TDEPFILES = " {tdepfiles} >> "{o}"mk.tmp
|
||||
# OBSOLETE Echo "XDEPFILES = " {xdepfiles} >> "{o}"mk.tmp
|
||||
# OBSOLETE Echo "NATDEPFILES = " {natdepfiles} >> "{o}"mk.tmp
|
||||
# OBSOLETE Echo "XM_ADD_FILES = " >> "{o}"mk.tmp
|
||||
# OBSOLETE Echo "TM_ADD_FILES = " >> "{o}"mk.tmp
|
||||
# OBSOLETE Echo "NAT_ADD_FILES = " >> "{o}"mk.tmp
|
||||
# OBSOLETE Echo "XM_CDEPS = " >> "{o}"mk.tmp
|
||||
# OBSOLETE Echo "TM_CDEPS = " >> "{o}"mk.tmp
|
||||
# OBSOLETE Echo "NAT_CDEPS = " >> "{o}"mk.tmp
|
||||
# OBSOLETE Echo "SIOW_LIB = " {siow_lib} >> "{o}"mk.tmp
|
||||
# OBSOLETE Echo "ENABLE_CFLAGS = " {enable_cflags} >> "{o}"mk.tmp
|
||||
# OBSOLETE Echo '# End from mpw-config.in' >> "{o}"mk.tmp
|
||||
# OBSOLETE
|
||||
# OBSOLETE Echo '/* config.h. Generated by mpw-configure. */' > "{o}"config.new
|
||||
# OBSOLETE Echo '#include "mpw.h"' >> "{o}"config.new
|
||||
# OBSOLETE
|
||||
# OBSOLETE MoveIfChange "{o}"config.new "{o}"config.h
|
||||
|
354
gdb/mpw-make.sed
354
gdb/mpw-make.sed
@ -1,178 +1,178 @@
|
||||
# Sed commands that finish translating the GDB Unix Makefile to MPW syntax.
|
||||
|
||||
/^host_alias =/s/^/#/
|
||||
/^target_alias =/s/^/#/
|
||||
|
||||
/^host_makefile_frag@$/d
|
||||
/^target_makefile_frag@$/d
|
||||
|
||||
/@ENABLE_CFLAGS@/s/@ENABLE_CFLAGS@/{ENABLE_CFLAGS}/g
|
||||
/^ENABLE_CFLAGS=/s/^/#/
|
||||
|
||||
# Edit all the symbolic definitions pointing to various libraries and such.
|
||||
|
||||
/^INCLUDE_DIR = /s/"{srcdir}":include/"{topsrcdir}"include:/
|
||||
|
||||
/^MMALLOC_DIR = /s/::mmalloc/mmalloc:/
|
||||
/^MMALLOC_SRC = /s/"{srcdir}"/"{topsrcdir}"/
|
||||
/^MMALLOC =/s/=.*$/=/
|
||||
/MMALLOC_CFLAGS =/s/=.*$/= -u USE_MMALLOC/
|
||||
|
||||
/^BFD_DIR = /s/::bfd/bfd:/
|
||||
/^BFD = /s/{BFD_DIR}:libbfd/{BFD_DIR}libbfd/
|
||||
/^BFD_SRC = /s/"{srcdir}"/"{topsrcdir}"/
|
||||
|
||||
/^READLINE_DIR = /s/::readline/readline:/
|
||||
/^READLINE =/s/=.*$/=/
|
||||
/^READLINE_SRC = /s/"{srcdir}"/"{topsrcdir}"/
|
||||
|
||||
/^INCLUDE_CFLAGS = /s/$/ -i "{topsrcdir}"include:mpw: -i ::extra-include:/
|
||||
|
||||
/^SER_HARDWIRE =/s/ser-unix/ser-mac/
|
||||
|
||||
/^TERMCAP =/s/ =.*$/ =/
|
||||
|
||||
# Whack out various autoconf vars that we don't need.
|
||||
/@CONFIG_LDFLAGS@/s/@CONFIG_LDFLAGS@//g
|
||||
/@HLDFLAGS@/s/@HLDFLAGS@//g
|
||||
/@DEFS@/s/@DEFS@//g
|
||||
/@YACC@/s/@YACC@/byacc/g
|
||||
/@ENABLE_OBS@/s/@ENABLE_OBS@//g
|
||||
/@ENABLE_CLIBS@/s/@ENABLE_CLIBS@//g
|
||||
/@LIBS@/s/@LIBS@//g
|
||||
|
||||
# Whack out autoconf hook for thread debugging.
|
||||
/@THREAD_DB_OBS@/s/@THREAD_DB_OBS@//g
|
||||
|
||||
# Fix up paths to include directories.
|
||||
/INCLUDE_DIR/s/"{s}"{INCLUDE_DIR}/{INCLUDE_DIR}/g
|
||||
/INCLUDE_DIR/s/{INCLUDE_DIR}:/{INCLUDE_DIR}/g
|
||||
/INCLUDE_DIR/s/"{INCLUDE_DIR}":/"{INCLUDE_DIR}"/g
|
||||
|
||||
/{BFD_DIR}/s/"{BFD_DIR}":/"{BFD_DIR}"/g
|
||||
/{BFD_DIR}/s/\([ ]\){BFD_DIR}/\1::{BFD_DIR}/g
|
||||
/{BFD_DIR}/s/\([ ]\)"{BFD_DIR}"/\1::"{BFD_DIR}"/g
|
||||
|
||||
/{BFD_SRC}/s/"{s}"{BFD_SRC}/{BFD_SRC}/g
|
||||
/{BFD_SRC}/s/{BFD_SRC}:/{BFD_SRC}/g
|
||||
|
||||
/{READLINE_SRC}/s/"{s}"{READLINE_SRC}/{READLINE_SRC}/g
|
||||
|
||||
/^readline_headers =/,/^$/c\
|
||||
readline_headers =\
|
||||
|
||||
|
||||
# This isn't really useful, and seems to cause nonsensical complaints.
|
||||
/{ALLDEPFILES}/s/{ALLDEPFILES}//g
|
||||
|
||||
/^copying.c \\Option-f /,/^$/d
|
||||
|
||||
# Fix the syntax of bits of C code that go into version.c.
|
||||
/char /s/'char .Option-x/'char */
|
||||
|
||||
# Point at files in the obj dir rather than src dir.
|
||||
/version/s/"{s}"version\.c/"{o}"version.c/g
|
||||
/version/s/^version\.c/"{o}"version.c/
|
||||
/config/s/"{s}"config\.h/"{o}"config.h/g
|
||||
/config/s/^config\.h/"{o}"config.h/
|
||||
/xm/s/"{s}"xm\.h/"{o}"xm.h/g
|
||||
/xm/s/^xm\.h/"{o}"xm.h/
|
||||
/tm/s/"{s}"tm\.h/"{o}"tm.h/g
|
||||
/tm/s/^tm\.h/"{o}"tm.h/
|
||||
/nm/s/"{s}"nm\.h/"{o}"nm.h/g
|
||||
/nm/s/^nm\.h/"{o}"nm.h/
|
||||
|
||||
/exp.tab.c/s/"{s}"\([a-z0-9]*\)-exp\.tab\.c/"{o}"\1-exp.tab.c/g
|
||||
/exp.tab.c/s/^\([a-z0-9]*\)-exp\.tab\.c/"{o}"\1-exp.tab.c/
|
||||
|
||||
/y.tab/s/"{s}"y.tab\.c/"{o}"y.tab.c/g
|
||||
/y.tab/s/^y.tab\.c/"{o}"y.tab.c/
|
||||
|
||||
/init/s/"{s}"init\.c-tmp/"{o}"init.c-tmp/g
|
||||
/init/s/^init\.c-tmp/"{o}"init.c-tmp/
|
||||
/init/s/"{s}"init\.c/"{o}"init.c/g
|
||||
/init/s/^init\.c/"{o}"init.c/
|
||||
|
||||
# Fix up the generation of version.c.
|
||||
/"{o}"version.c \\Option-f Makefile/,/^$/c\
|
||||
"{o}"version.c \\Option-f Makefile\
|
||||
echo -n 'char *version = "' >"{o}"version.c\
|
||||
echo -n "{VERSION}" >>"{o}"version.c\
|
||||
echo '";' >>"{o}"version.c\
|
||||
echo -n 'char *host_name = "' >>"{o}"version.c\
|
||||
echo -n "{host_alias}" >>"{o}"version.c\
|
||||
echo '";' >>"{o}"version.c\
|
||||
echo -n 'char *target_name = "' >>"{o}"version.c\
|
||||
echo -n "{target_alias}" >>"{o}"version.c\
|
||||
echo '";' >>"{o}"version.c\
|
||||
|
||||
|
||||
/ansidecl/s/include "{s}""ansidecl.h"/include "ansidecl.h"/
|
||||
|
||||
# Open-brace in a command causes much confusion; replace with the
|
||||
# result from a script.
|
||||
/initialize_all_files ()/c\
|
||||
Echo -n 'void initialize_all_files () ' >> "{o}"init.c-tmp\
|
||||
open-brace >> "{o}"init.c-tmp
|
||||
|
||||
# Replace the whole sed bit for init.c; it's simpler that way...
|
||||
/echo {OBS} {TSOBS}/,/echo '}'/c\
|
||||
For i in {OBS} {TSOBS}\
|
||||
Set filename "`Echo {i} | sed \\Option-d\
|
||||
-e '/^Onindy.c.o/d' \\Option-d\
|
||||
-e '/^nindy.c.o/d' \\Option-d\
|
||||
-e '/ttyflush.c.o/d' \\Option-d\
|
||||
-e '/xdr_ld.c.o/d' \\Option-d\
|
||||
-e '/xdr_ptrace.c.o/d' \\Option-d\
|
||||
-e '/xdr_rdb.c.o/d' \\Option-d\
|
||||
-e '/udr.c.o/d' \\Option-d\
|
||||
-e '/udip2soc.c.o/d' \\Option-d\
|
||||
-e '/udi2go32.c.o/d' \\Option-d\
|
||||
-e '/version.c.o/d' \\Option-d\
|
||||
-e '/[a-z0-9A-Z_]*-exp.tab.c.o/d' \\Option-d\
|
||||
-e 's/\\.c\\.o/.c/' \\Option-d\
|
||||
-e 's/^://'`"\
|
||||
If "{filename}" != ""\
|
||||
sed <"{s}""{filename}" >>"{o}"init.c-tmp -n \\Option-d\
|
||||
-e '/^_initialize_[a-z_0-9A-Z]* *(/s/^\\([a-z_0-9A-Z]*\\).*/ {extern void \\1 (); \\1 ();}/p'\
|
||||
End If\
|
||||
End For\
|
||||
Echo '}' >>"{o}"init.c-tmp
|
||||
|
||||
# Fix the main compile/link command.
|
||||
/{CC_LD} {INTERNAL_LDFLAGS} -o gdb/,/"{o}"init.c.o {OBS} {TSOBS} {ADD_FILES} {CLIBS} {LOADLIBES}/c\
|
||||
{CC_LD} {INTERNAL_LDFLAGS} -o gdb{PROG_EXT} "{o}"init.c.o {OBS} {TSOBS} {ADD_FILES} {CLIBS} {LOADLIBES} {EXTRALIBS}\
|
||||
{MAKEPEF} gdb{PROG_EXT} -o gdb {MAKEPEF_TOOL_FLAGS} {MAKEPEF_FLAGS}\
|
||||
{REZ} "{s}"mac-gdb.r -o gdb -append -d PROG_NAME='"'gdb'"' -d VERSION_STRING='"'{version}'"'\
|
||||
|
||||
# Replace the install actions with MPW-friendly script.
|
||||
/^install \\Option-f /,/^$/c\
|
||||
install \\Option-f all install-only\
|
||||
\
|
||||
install-only \\Option-f \
|
||||
NewFolderRecursive "{bindir}"\
|
||||
Duplicate -y gdb "{bindir}"gdb\
|
||||
If "`Exists SiowGDB`" != ""\
|
||||
Duplicate -y SiowGDB "{bindir}"SiowGDB\
|
||||
End If\
|
||||
|
||||
|
||||
# Don't do any recursive subdir stuff.
|
||||
/ subdir_do/s/{MAKE}/null-command/
|
||||
|
||||
# Edit out actions that only confuse MPW Make.
|
||||
/^config.status \\Option-f/,/^$/d
|
||||
/^Makefile \\Option-f/,/^$/d
|
||||
|
||||
# Don't test config.h dependencies.
|
||||
/^"{o}"config.h \\Option-f/s/^/#/
|
||||
|
||||
# Add an action to build SIOWgdb.
|
||||
$a\
|
||||
SIOWgdb \\Option-f {OBS} {TSOBS} {ADD_DEPS} {CDEPS} "{o}"init.c.o\
|
||||
Delete -i -y SIOWgdb\
|
||||
{CC_LD} {INTERNAL_LDFLAGS} -t 'APPL' -c 'gdb ' -o SIOWgdb{PROG_EXT} "{o}"init.c.o {OBS} {TSOBS} {ADD_FILES} {CLIBS} {SIOW_LIB} {LOADLIBES} {EXTRALIBS}\
|
||||
{MAKEPEF} SIOWgdb{PROG_EXT} -o SIOWgdb -ft 'APPL' -fc 'gdb ' {MAKEPEF_FLAGS} \
|
||||
{REZ} -o SIOWgdb "{RIncludes}"siow.r -append -d __kPrefSize=5000 -d __kMinSize=2000 -d APPNAME='"'SIOWgdb'"' \
|
||||
{REZ} "{s}"mac-gdb.r -o SIOWgdb -append -d VERSION_STRING='"'{version}'"'\
|
||||
# OBSOLETE # Sed commands that finish translating the GDB Unix Makefile to MPW syntax.
|
||||
# OBSOLETE
|
||||
# OBSOLETE /^host_alias =/s/^/#/
|
||||
# OBSOLETE /^target_alias =/s/^/#/
|
||||
# OBSOLETE
|
||||
# OBSOLETE /^host_makefile_frag@$/d
|
||||
# OBSOLETE /^target_makefile_frag@$/d
|
||||
# OBSOLETE
|
||||
# OBSOLETE /@ENABLE_CFLAGS@/s/@ENABLE_CFLAGS@/{ENABLE_CFLAGS}/g
|
||||
# OBSOLETE /^ENABLE_CFLAGS=/s/^/#/
|
||||
# OBSOLETE
|
||||
# OBSOLETE # Edit all the symbolic definitions pointing to various libraries and such.
|
||||
# OBSOLETE
|
||||
# OBSOLETE /^INCLUDE_DIR = /s/"{srcdir}":include/"{topsrcdir}"include:/
|
||||
# OBSOLETE
|
||||
# OBSOLETE /^MMALLOC_DIR = /s/::mmalloc/mmalloc:/
|
||||
# OBSOLETE /^MMALLOC_SRC = /s/"{srcdir}"/"{topsrcdir}"/
|
||||
# OBSOLETE /^MMALLOC =/s/=.*$/=/
|
||||
# OBSOLETE /MMALLOC_CFLAGS =/s/=.*$/= -u USE_MMALLOC/
|
||||
# OBSOLETE
|
||||
# OBSOLETE /^BFD_DIR = /s/::bfd/bfd:/
|
||||
# OBSOLETE /^BFD = /s/{BFD_DIR}:libbfd/{BFD_DIR}libbfd/
|
||||
# OBSOLETE /^BFD_SRC = /s/"{srcdir}"/"{topsrcdir}"/
|
||||
# OBSOLETE
|
||||
# OBSOLETE /^READLINE_DIR = /s/::readline/readline:/
|
||||
# OBSOLETE /^READLINE =/s/=.*$/=/
|
||||
# OBSOLETE /^READLINE_SRC = /s/"{srcdir}"/"{topsrcdir}"/
|
||||
# OBSOLETE
|
||||
# OBSOLETE /^INCLUDE_CFLAGS = /s/$/ -i "{topsrcdir}"include:mpw: -i ::extra-include:/
|
||||
# OBSOLETE
|
||||
# OBSOLETE /^SER_HARDWIRE =/s/ser-unix/ser-mac/
|
||||
# OBSOLETE
|
||||
# OBSOLETE /^TERMCAP =/s/ =.*$/ =/
|
||||
# OBSOLETE
|
||||
# OBSOLETE # Whack out various autoconf vars that we don't need.
|
||||
# OBSOLETE /@CONFIG_LDFLAGS@/s/@CONFIG_LDFLAGS@//g
|
||||
# OBSOLETE /@HLDFLAGS@/s/@HLDFLAGS@//g
|
||||
# OBSOLETE /@DEFS@/s/@DEFS@//g
|
||||
# OBSOLETE /@YACC@/s/@YACC@/byacc/g
|
||||
# OBSOLETE /@ENABLE_OBS@/s/@ENABLE_OBS@//g
|
||||
# OBSOLETE /@ENABLE_CLIBS@/s/@ENABLE_CLIBS@//g
|
||||
# OBSOLETE /@LIBS@/s/@LIBS@//g
|
||||
# OBSOLETE
|
||||
# OBSOLETE # Whack out autoconf hook for thread debugging.
|
||||
# OBSOLETE /@THREAD_DB_OBS@/s/@THREAD_DB_OBS@//g
|
||||
# OBSOLETE
|
||||
# OBSOLETE # Fix up paths to include directories.
|
||||
# OBSOLETE /INCLUDE_DIR/s/"{s}"{INCLUDE_DIR}/{INCLUDE_DIR}/g
|
||||
# OBSOLETE /INCLUDE_DIR/s/{INCLUDE_DIR}:/{INCLUDE_DIR}/g
|
||||
# OBSOLETE /INCLUDE_DIR/s/"{INCLUDE_DIR}":/"{INCLUDE_DIR}"/g
|
||||
# OBSOLETE
|
||||
# OBSOLETE /{BFD_DIR}/s/"{BFD_DIR}":/"{BFD_DIR}"/g
|
||||
# OBSOLETE /{BFD_DIR}/s/\([ ]\){BFD_DIR}/\1::{BFD_DIR}/g
|
||||
# OBSOLETE /{BFD_DIR}/s/\([ ]\)"{BFD_DIR}"/\1::"{BFD_DIR}"/g
|
||||
# OBSOLETE
|
||||
# OBSOLETE /{BFD_SRC}/s/"{s}"{BFD_SRC}/{BFD_SRC}/g
|
||||
# OBSOLETE /{BFD_SRC}/s/{BFD_SRC}:/{BFD_SRC}/g
|
||||
# OBSOLETE
|
||||
# OBSOLETE /{READLINE_SRC}/s/"{s}"{READLINE_SRC}/{READLINE_SRC}/g
|
||||
# OBSOLETE
|
||||
# OBSOLETE /^readline_headers =/,/^$/c\
|
||||
# OBSOLETE readline_headers =\
|
||||
# OBSOLETE
|
||||
# OBSOLETE
|
||||
# OBSOLETE # This isn't really useful, and seems to cause nonsensical complaints.
|
||||
# OBSOLETE /{ALLDEPFILES}/s/{ALLDEPFILES}//g
|
||||
# OBSOLETE
|
||||
# OBSOLETE /^copying.c \\Option-f /,/^$/d
|
||||
# OBSOLETE
|
||||
# OBSOLETE # Fix the syntax of bits of C code that go into version.c.
|
||||
# OBSOLETE /char /s/'char .Option-x/'char */
|
||||
# OBSOLETE
|
||||
# OBSOLETE # Point at files in the obj dir rather than src dir.
|
||||
# OBSOLETE /version/s/"{s}"version\.c/"{o}"version.c/g
|
||||
# OBSOLETE /version/s/^version\.c/"{o}"version.c/
|
||||
# OBSOLETE /config/s/"{s}"config\.h/"{o}"config.h/g
|
||||
# OBSOLETE /config/s/^config\.h/"{o}"config.h/
|
||||
# OBSOLETE /xm/s/"{s}"xm\.h/"{o}"xm.h/g
|
||||
# OBSOLETE /xm/s/^xm\.h/"{o}"xm.h/
|
||||
# OBSOLETE /tm/s/"{s}"tm\.h/"{o}"tm.h/g
|
||||
# OBSOLETE /tm/s/^tm\.h/"{o}"tm.h/
|
||||
# OBSOLETE /nm/s/"{s}"nm\.h/"{o}"nm.h/g
|
||||
# OBSOLETE /nm/s/^nm\.h/"{o}"nm.h/
|
||||
# OBSOLETE
|
||||
# OBSOLETE /exp.tab.c/s/"{s}"\([a-z0-9]*\)-exp\.tab\.c/"{o}"\1-exp.tab.c/g
|
||||
# OBSOLETE /exp.tab.c/s/^\([a-z0-9]*\)-exp\.tab\.c/"{o}"\1-exp.tab.c/
|
||||
# OBSOLETE
|
||||
# OBSOLETE /y.tab/s/"{s}"y.tab\.c/"{o}"y.tab.c/g
|
||||
# OBSOLETE /y.tab/s/^y.tab\.c/"{o}"y.tab.c/
|
||||
# OBSOLETE
|
||||
# OBSOLETE /init/s/"{s}"init\.c-tmp/"{o}"init.c-tmp/g
|
||||
# OBSOLETE /init/s/^init\.c-tmp/"{o}"init.c-tmp/
|
||||
# OBSOLETE /init/s/"{s}"init\.c/"{o}"init.c/g
|
||||
# OBSOLETE /init/s/^init\.c/"{o}"init.c/
|
||||
# OBSOLETE
|
||||
# OBSOLETE # Fix up the generation of version.c.
|
||||
# OBSOLETE /"{o}"version.c \\Option-f Makefile/,/^$/c\
|
||||
# OBSOLETE "{o}"version.c \\Option-f Makefile\
|
||||
# OBSOLETE echo -n 'char *version = "' >"{o}"version.c\
|
||||
# OBSOLETE echo -n "{VERSION}" >>"{o}"version.c\
|
||||
# OBSOLETE echo '";' >>"{o}"version.c\
|
||||
# OBSOLETE echo -n 'char *host_name = "' >>"{o}"version.c\
|
||||
# OBSOLETE echo -n "{host_alias}" >>"{o}"version.c\
|
||||
# OBSOLETE echo '";' >>"{o}"version.c\
|
||||
# OBSOLETE echo -n 'char *target_name = "' >>"{o}"version.c\
|
||||
# OBSOLETE echo -n "{target_alias}" >>"{o}"version.c\
|
||||
# OBSOLETE echo '";' >>"{o}"version.c\
|
||||
# OBSOLETE
|
||||
# OBSOLETE
|
||||
# OBSOLETE /ansidecl/s/include "{s}""ansidecl.h"/include "ansidecl.h"/
|
||||
# OBSOLETE
|
||||
# OBSOLETE # Open-brace in a command causes much confusion; replace with the
|
||||
# OBSOLETE # result from a script.
|
||||
# OBSOLETE /initialize_all_files ()/c\
|
||||
# OBSOLETE Echo -n 'void initialize_all_files () ' >> "{o}"init.c-tmp\
|
||||
# OBSOLETE open-brace >> "{o}"init.c-tmp
|
||||
# OBSOLETE
|
||||
# OBSOLETE # Replace the whole sed bit for init.c; it's simpler that way...
|
||||
# OBSOLETE /echo {OBS} {TSOBS}/,/echo '}'/c\
|
||||
# OBSOLETE For i in {OBS} {TSOBS}\
|
||||
# OBSOLETE Set filename "`Echo {i} | sed \\Option-d\
|
||||
# OBSOLETE -e '/^Onindy.c.o/d' \\Option-d\
|
||||
# OBSOLETE -e '/^nindy.c.o/d' \\Option-d\
|
||||
# OBSOLETE -e '/ttyflush.c.o/d' \\Option-d\
|
||||
# OBSOLETE -e '/xdr_ld.c.o/d' \\Option-d\
|
||||
# OBSOLETE -e '/xdr_ptrace.c.o/d' \\Option-d\
|
||||
# OBSOLETE -e '/xdr_rdb.c.o/d' \\Option-d\
|
||||
# OBSOLETE -e '/udr.c.o/d' \\Option-d\
|
||||
# OBSOLETE -e '/udip2soc.c.o/d' \\Option-d\
|
||||
# OBSOLETE -e '/udi2go32.c.o/d' \\Option-d\
|
||||
# OBSOLETE -e '/version.c.o/d' \\Option-d\
|
||||
# OBSOLETE -e '/[a-z0-9A-Z_]*-exp.tab.c.o/d' \\Option-d\
|
||||
# OBSOLETE -e 's/\\.c\\.o/.c/' \\Option-d\
|
||||
# OBSOLETE -e 's/^://'`"\
|
||||
# OBSOLETE If "{filename}" != ""\
|
||||
# OBSOLETE sed <"{s}""{filename}" >>"{o}"init.c-tmp -n \\Option-d\
|
||||
# OBSOLETE -e '/^_initialize_[a-z_0-9A-Z]* *(/s/^\\([a-z_0-9A-Z]*\\).*/ {extern void \\1 (); \\1 ();}/p'\
|
||||
# OBSOLETE End If\
|
||||
# OBSOLETE End For\
|
||||
# OBSOLETE Echo '}' >>"{o}"init.c-tmp
|
||||
# OBSOLETE
|
||||
# OBSOLETE # Fix the main compile/link command.
|
||||
# OBSOLETE /{CC_LD} {INTERNAL_LDFLAGS} -o gdb/,/"{o}"init.c.o {OBS} {TSOBS} {ADD_FILES} {CLIBS} {LOADLIBES}/c\
|
||||
# OBSOLETE {CC_LD} {INTERNAL_LDFLAGS} -o gdb{PROG_EXT} "{o}"init.c.o {OBS} {TSOBS} {ADD_FILES} {CLIBS} {LOADLIBES} {EXTRALIBS}\
|
||||
# OBSOLETE {MAKEPEF} gdb{PROG_EXT} -o gdb {MAKEPEF_TOOL_FLAGS} {MAKEPEF_FLAGS}\
|
||||
# OBSOLETE {REZ} "{s}"mac-gdb.r -o gdb -append -d PROG_NAME='"'gdb'"' -d VERSION_STRING='"'{version}'"'\
|
||||
# OBSOLETE
|
||||
# OBSOLETE # Replace the install actions with MPW-friendly script.
|
||||
# OBSOLETE /^install \\Option-f /,/^$/c\
|
||||
# OBSOLETE install \\Option-f all install-only\
|
||||
# OBSOLETE \
|
||||
# OBSOLETE install-only \\Option-f \
|
||||
# OBSOLETE NewFolderRecursive "{bindir}"\
|
||||
# OBSOLETE Duplicate -y gdb "{bindir}"gdb\
|
||||
# OBSOLETE If "`Exists SiowGDB`" != ""\
|
||||
# OBSOLETE Duplicate -y SiowGDB "{bindir}"SiowGDB\
|
||||
# OBSOLETE End If\
|
||||
# OBSOLETE
|
||||
# OBSOLETE
|
||||
# OBSOLETE # Don't do any recursive subdir stuff.
|
||||
# OBSOLETE / subdir_do/s/{MAKE}/null-command/
|
||||
# OBSOLETE
|
||||
# OBSOLETE # Edit out actions that only confuse MPW Make.
|
||||
# OBSOLETE /^config.status \\Option-f/,/^$/d
|
||||
# OBSOLETE /^Makefile \\Option-f/,/^$/d
|
||||
# OBSOLETE
|
||||
# OBSOLETE # Don't test config.h dependencies.
|
||||
# OBSOLETE /^"{o}"config.h \\Option-f/s/^/#/
|
||||
# OBSOLETE
|
||||
# OBSOLETE # Add an action to build SIOWgdb.
|
||||
# OBSOLETE $a\
|
||||
# OBSOLETE SIOWgdb \\Option-f {OBS} {TSOBS} {ADD_DEPS} {CDEPS} "{o}"init.c.o\
|
||||
# OBSOLETE Delete -i -y SIOWgdb\
|
||||
# OBSOLETE {CC_LD} {INTERNAL_LDFLAGS} -t 'APPL' -c 'gdb ' -o SIOWgdb{PROG_EXT} "{o}"init.c.o {OBS} {TSOBS} {ADD_FILES} {CLIBS} {SIOW_LIB} {LOADLIBES} {EXTRALIBS}\
|
||||
# OBSOLETE {MAKEPEF} SIOWgdb{PROG_EXT} -o SIOWgdb -ft 'APPL' -fc 'gdb ' {MAKEPEF_FLAGS} \
|
||||
# OBSOLETE {REZ} -o SIOWgdb "{RIncludes}"siow.r -append -d __kPrefSize=5000 -d __kMinSize=2000 -d APPNAME='"'SIOWgdb'"' \
|
||||
# OBSOLETE {REZ} "{s}"mac-gdb.r -o SIOWgdb -append -d VERSION_STRING='"'{version}'"'\
|
||||
|
||||
|
64
gdb/source.c
64
gdb/source.c
@ -609,22 +609,22 @@ done:
|
||||
filename, NULL);
|
||||
}
|
||||
}
|
||||
#ifdef MPW
|
||||
/* This is a debugging hack that can go away when all combinations
|
||||
of Mac and Unix names are handled reasonably. */
|
||||
{
|
||||
extern int debug_openp;
|
||||
|
||||
if (debug_openp)
|
||||
{
|
||||
printf ("openp on %s, path %s mode %d prot %d\n returned %d",
|
||||
string, path, mode, prot, fd);
|
||||
if (*filename_opened)
|
||||
printf (" (filename is %s)", *filename_opened);
|
||||
printf ("\n");
|
||||
}
|
||||
}
|
||||
#endif /* MPW */
|
||||
/* OBSOLETE #ifdef MPW */
|
||||
/* OBSOLETE This is a debugging hack that can go away when all combinations */
|
||||
/* OBSOLETE of Mac and Unix names are handled reasonably. */
|
||||
/* OBSOLETE { */
|
||||
/* OBSOLETE extern int debug_openp; */
|
||||
/* OBSOLETE */
|
||||
/* OBSOLETE if (debug_openp) */
|
||||
/* OBSOLETE { */
|
||||
/* OBSOLETE printf ("openp on %s, path %s mode %d prot %d\n returned %d", */
|
||||
/* OBSOLETE string, path, mode, prot, fd); */
|
||||
/* OBSOLETE if (*filename_opened) */
|
||||
/* OBSOLETE printf (" (filename is %s)", *filename_opened); */
|
||||
/* OBSOLETE printf ("\n"); */
|
||||
/* OBSOLETE } */
|
||||
/* OBSOLETE } */
|
||||
/* OBSOLETE #endif *//* MPW */
|
||||
|
||||
return fd;
|
||||
}
|
||||
@ -710,22 +710,22 @@ open_source_file (struct symtab *s)
|
||||
if (p != s->filename)
|
||||
result = openp (path, 0, p, OPEN_MODE, 0, &s->fullname);
|
||||
}
|
||||
#ifdef MPW
|
||||
if (result < 0)
|
||||
{
|
||||
/* Didn't work. Try using just the MPW basename. */
|
||||
p = (char *) mpw_basename (s->filename);
|
||||
if (p != s->filename)
|
||||
result = openp (path, 0, p, OPEN_MODE, 0, &s->fullname);
|
||||
}
|
||||
if (result < 0)
|
||||
{
|
||||
/* Didn't work. Try using the mixed Unix/MPW basename. */
|
||||
p = (char *) mpw_mixed_basename (s->filename);
|
||||
if (p != s->filename)
|
||||
result = openp (path, 0, p, OPEN_MODE, 0, &s->fullname);
|
||||
}
|
||||
#endif /* MPW */
|
||||
/* OBSOLETE #ifdef MPW */
|
||||
/* OBSOLETE if (result < 0) */
|
||||
/* OBSOLETE { */
|
||||
/* OBSOLETE *//* Didn't work. Try using just the MPW basename. */
|
||||
/* OBSOLETE p = (char *) mpw_basename (s->filename); */
|
||||
/* OBSOLETE if (p != s->filename) */
|
||||
/* OBSOLETE result = openp (path, 0, p, OPEN_MODE, 0, &s->fullname); */
|
||||
/* OBSOLETE } */
|
||||
/* OBSOLETE if (result < 0) */
|
||||
/* OBSOLETE { */
|
||||
/* OBSOLETE *//* Didn't work. Try using the mixed Unix/MPW basename. */
|
||||
/* OBSOLETE p = (char *) mpw_mixed_basename (s->filename); */
|
||||
/* OBSOLETE if (p != s->filename) */
|
||||
/* OBSOLETE result = openp (path, 0, p, OPEN_MODE, 0, &s->fullname); */
|
||||
/* OBSOLETE } */
|
||||
/* OBSOLETE #endif MPW */
|
||||
|
||||
if (result >= 0)
|
||||
{
|
||||
|
10
gdb/top.c
10
gdb/top.c
@ -1002,11 +1002,11 @@ gdb_readline (char *prompt_arg)
|
||||
character position to be off, since the newline we read from
|
||||
the user is not accounted for. */
|
||||
fputs_unfiltered (prompt_arg, gdb_stdout);
|
||||
#ifdef MPW
|
||||
/* Move to a new line so the entered line doesn't have a prompt
|
||||
on the front of it. */
|
||||
fputs_unfiltered ("\n", gdb_stdout);
|
||||
#endif /* MPW */
|
||||
/* OBSOLETE #ifdef MPW */
|
||||
/* OBSOLETE Move to a new line so the entered line doesn't have a prompt */
|
||||
/* OBSOLETE on the front of it. */
|
||||
/* OBSOLETE fputs_unfiltered ("\n", gdb_stdout); */
|
||||
/* OBSOLETE #endif *//* MPW */
|
||||
gdb_flush (gdb_stdout);
|
||||
}
|
||||
|
||||
|
24
gdb/utils.c
24
gdb/utils.c
@ -1262,11 +1262,11 @@ query (char *ctlstr,...)
|
||||
/* Automatically answer "yes" if input is not from a terminal. */
|
||||
if (!input_from_terminal_p ())
|
||||
return 1;
|
||||
#ifdef MPW
|
||||
/* FIXME Automatically answer "yes" if called from MacGDB. */
|
||||
if (mac_app)
|
||||
return 1;
|
||||
#endif /* MPW */
|
||||
/* OBSOLETE #ifdef MPW */
|
||||
/* OBSOLETE *//* FIXME Automatically answer "yes" if called from MacGDB. */
|
||||
/* OBSOLETE if (mac_app) */
|
||||
/* OBSOLETE return 1; */
|
||||
/* OBSOLETE #endif *//* MPW */
|
||||
|
||||
while (1)
|
||||
{
|
||||
@ -1282,12 +1282,12 @@ query (char *ctlstr,...)
|
||||
if (annotation_level > 1)
|
||||
printf_filtered ("\n\032\032query\n");
|
||||
|
||||
#ifdef MPW
|
||||
/* If not in MacGDB, move to a new line so the entered line doesn't
|
||||
have a prompt on the front of it. */
|
||||
if (!mac_app)
|
||||
fputs_unfiltered ("\n", gdb_stdout);
|
||||
#endif /* MPW */
|
||||
/* OBSOLETE #ifdef MPW */
|
||||
/* OBSOLETE *//* If not in MacGDB, move to a new line so the entered line doesn't */
|
||||
/* OBSOLETE have a prompt on the front of it. */
|
||||
/* OBSOLETE if (!mac_app) */
|
||||
/* OBSOLETE fputs_unfiltered ("\n", gdb_stdout); */
|
||||
/* OBSOLETE #endif *//* MPW */
|
||||
|
||||
wrap_here ("");
|
||||
gdb_flush (gdb_stdout);
|
||||
@ -1562,7 +1562,7 @@ init_page_info (void)
|
||||
lines_per_page = 24;
|
||||
chars_per_line = 80;
|
||||
|
||||
#if !defined (MPW) && !defined (_WIN32)
|
||||
#if !defined (_WIN32)
|
||||
/* No termcap under MPW, although might be cool to do something
|
||||
by looking at worksheet or console window sizes. */
|
||||
/* Initialize the screen height and width from termcap. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user