198944Sobrien/* ***DEPRECATED***  The gdblib files must not be calling/using things in any
298944Sobrien   of the possible command languages.  If necessary, a hook (that may be
398944Sobrien   present or not) must be used and set to the appropriate routine by any
498944Sobrien   command language that cares about it.  If you are having to include this
598944Sobrien   file you are possibly doing things the old way.  This file will disapear.
698944Sobrien   2000-12-01 fnasser@redhat.com    */
798944Sobrien
819370Spst/* Prototypes for GDB commands that are called internally by other functions.
998944Sobrien   Copyright 1992, 2000, 2001 Free Software Foundation, Inc.
1019370Spst
1198944Sobrien   This program is free software; you can redistribute it and/or modify
1298944Sobrien   it under the terms of the GNU General Public License as published by
1398944Sobrien   the Free Software Foundation; either version 2 of the License, or
1498944Sobrien   (at your option) any later version.
1519370Spst
1698944Sobrien   This program is distributed in the hope that it will be useful,
1798944Sobrien   but WITHOUT ANY WARRANTY; without even the implied warranty of
1898944Sobrien   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1998944Sobrien   GNU General Public License for more details.
2019370Spst
2198944Sobrien   You should have received a copy of the GNU General Public License
2298944Sobrien   along with this program; if not, write to the Free Software
2398944Sobrien   Foundation, Inc., 59 Temple Place - Suite 330,
2498944Sobrien   Boston, MA 02111-1307, USA.  */
2519370Spst
2698944Sobrien#ifndef CALL_CMDS_H
2798944Sobrien#define CALL_CMDS_H
2819370Spst
2998944Sobrienextern void initialize_all_files (void);
3019370Spst
3198944Sobrienextern void core_file_command (char *, int);
3219370Spst
3398944Sobrienextern void break_command (char *, int);
3498944Sobrien
3598944Sobrien#endif
36