Sync usage with man page.
[netbsd-mini2440.git] / gnu / dist / gdb6 / gdb / config / pa / tm-hppah.h
blob8d2f518e6faf5a5f78884be2d5835c4cb69367f8
1 /* Parameters for execution on an HP PA-RISC machine, running HPUX, for GDB.
2 Copyright 1991, 1992, 1995, 1998, 2002, 2003, 2004
3 Free Software Foundation, Inc.
5 Contributed by the Center for Software Science at the
6 University of Utah (pa-gdb-bugs@cs.utah.edu).
8 This file is part of GDB.
10 This program is free software; you can redistribute it and/or modify
11 it under the terms of the GNU General Public License as published by
12 the Free Software Foundation; either version 2 of the License, or
13 (at your option) any later version.
15 This program is distributed in the hope that it will be useful,
16 but WITHOUT ANY WARRANTY; without even the implied warranty of
17 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 GNU General Public License for more details.
20 You should have received a copy of the GNU General Public License
21 along with this program; if not, write to the Free Software
22 Foundation, Inc., 59 Temple Place - Suite 330,
23 Boston, MA 02111-1307, USA. */
25 struct frame_info;
27 #include "solib.h" /* Support for shared libraries. */
29 /* For HP-UX on PA-RISC we have an implementation
30 for the exception handling target op (in hppa-tdep.c) */
31 #define CHILD_ENABLE_EXCEPTION_CALLBACK
32 #define CHILD_GET_CURRENT_EXCEPTION_EVENT
34 /* Here's how to step off a permanent breakpoint. */
35 #define SKIP_PERMANENT_BREAKPOINT (hppa_skip_permanent_breakpoint)
36 extern void hppa_skip_permanent_breakpoint (void);
38 /* Mostly it's common to all HPPA's. */
39 #include "pa/tm-hppa.h"