* breakpoint.c (breakpoint_re_set): Avoid setting source symtab
[deliverable/binutils-gdb.git] / gdb / tm-es1800.h
1 /* Parameters for execution on ES-1800 emulator for 68000.
2 The code was originally written by Johan Holmberg TT/SJ Ericsson Telecom
3 AB and later modified by Johan Henriksson TT/SJ. It was adapted to GDB 4.0
4 by Jan Norden TX/DK.
5 Copyright (C) 1986, 1987, 1989, 1991, 1992 Free Software Foundation, Inc.
6
7 This file is part of GDB.
8
9 GDB is free software; you can redistribute it and/or modify
10 it under the terms of the GNU General Public License as published by
11 the Free Software Foundation; either version 1, or (at your option)
12 any later version.
13
14 GDB is distributed in the hope that it will be useful,
15 but WITHOUT ANY WARRANTY; without even the implied warranty of
16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 GNU General Public License for more details.
18
19 You should have received a copy of the GNU General Public License
20 along with GDB; see the file COPYING. If not, write to
21 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
22
23 #define GDBINIT_FILENAME ".esgdbinit"
24
25 #define DEFAULT_PROMPT "(esgdb) "
26
27 /* Kludge... */
28 #include "tm-sun3.h"
29
30 #undef SAVED_PC_AFTER_CALL
31
32 #define SAVED_PC_AFTER_CALL(frame) \
33 read_memory_integer (read_register (SP_REGNUM), 4)
This page took 0.032633 seconds and 4 git commands to generate.