]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/gdbcmd.h
gdb: move style_set_list/style_show_list declarations to cli/cli-style.h
[thirdparty/binutils-gdb.git] / gdb / gdbcmd.h
1 /* ***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 disappear.
6 fnasser@redhat.com */
7
8 /* Header file for GDB-specific command-line stuff.
9 Copyright (C) 1986-2024 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 #if !defined (GDBCMD_H)
25 #define GDBCMD_H 1
26
27 #include "command.h"
28 #include "ui-out.h"
29 #include "cli/cli-script.h"
30 #include "cli/cli-cmds.h"
31
32 #endif /* !defined (GDBCMD_H) */