OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gdb-6.8/] [gdb/] [call-cmds.h] - Blame information for rev 853

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 24 jeremybenn
/* ***DEPRECATED***  The gdblib files must not be calling/using things in any
2
   of the possible command languages.  If necessary, a hook (that may be
3
   present or not) must be used and set to the appropriate routine by any
4
   command language that cares about it.  If you are having to include this
5
   file you are possibly doing things the old way.  This file will disapear.
6
   2000-12-01 fnasser@redhat.com    */
7
 
8
/* Prototypes for GDB commands that are called internally by other functions.
9
   Copyright (C) 1992, 2000, 2001, 2007, 2008 Free Software Foundation, Inc.
10
 
11
   This program is free software; you can redistribute it and/or modify
12
   it under the terms of the GNU General Public License as published by
13
   the Free Software Foundation; either version 3 of the License, or
14
   (at your option) any later version.
15
 
16
   This program is distributed in the hope that it will be useful,
17
   but WITHOUT ANY WARRANTY; without even the implied warranty of
18
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19
   GNU General Public License for more details.
20
 
21
   You should have received a copy of the GNU General Public License
22
   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
23
 
24
#ifndef CALL_CMDS_H
25
#define CALL_CMDS_H
26
 
27
extern void initialize_all_files (void);
28
 
29
extern void core_file_command (char *, int);
30
 
31
extern void break_command (char *, int);
32
 
33
#endif

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.