Commit | Line | Data |
---|---|---|
d318976c FN |
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 disapear. | |
6 | fnasser@redhat.com */ | |
7 | ||
c906108c | 8 | /* Header file for GDB-specific command-line stuff. |
0b302171 JB |
9 | Copyright (C) 1986, 1989-1994, 1998-2000, 2002, 2007-2012 Free |
10 | Software Foundation, Inc. | |
c906108c | 11 | |
c5aa993b JM |
12 | This program is free software; you can redistribute it and/or modify |
13 | it under the terms of the GNU General Public License as published by | |
a9762ec7 | 14 | the Free Software Foundation; either version 3 of the License, or |
c5aa993b | 15 | (at your option) any later version. |
c906108c | 16 | |
c5aa993b JM |
17 | This program is distributed in the hope that it will be useful, |
18 | but WITHOUT ANY WARRANTY; without even the implied warranty of | |
19 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
20 | GNU General Public License for more details. | |
c906108c | 21 | |
c5aa993b | 22 | You should have received a copy of the GNU General Public License |
a9762ec7 | 23 | along with this program. If not, see <http://www.gnu.org/licenses/>. */ |
c906108c SS |
24 | |
25 | #if !defined (GDBCMD_H) | |
26 | #define GDBCMD_H 1 | |
27 | ||
28 | #include "command.h" | |
8b93c638 | 29 | #include "ui-out.h" |
c906108c SS |
30 | |
31 | /* Chain containing all defined commands. */ | |
32 | ||
33 | extern struct cmd_list_element *cmdlist; | |
34 | ||
35 | /* Chain containing all defined info subcommands. */ | |
36 | ||
37 | extern struct cmd_list_element *infolist; | |
38 | ||
d3f17821 | 39 | /* Chain containing all defined enable subcommands. */ |
c906108c SS |
40 | |
41 | extern struct cmd_list_element *enablelist; | |
42 | ||
d3f17821 | 43 | /* Chain containing all defined disable subcommands. */ |
c906108c SS |
44 | |
45 | extern struct cmd_list_element *disablelist; | |
46 | ||
d3f17821 | 47 | /* Chain containing all defined delete subcommands. */ |
c906108c SS |
48 | |
49 | extern struct cmd_list_element *deletelist; | |
50 | ||
f73adfeb AS |
51 | /* Chain containing all defined detach subcommands. */ |
52 | ||
53 | extern struct cmd_list_element *detachlist; | |
54 | ||
2277426b PA |
55 | /* Chain containing all defined kill subcommands. */ |
56 | ||
57 | extern struct cmd_list_element *killlist; | |
58 | ||
d3f17821 | 59 | /* Chain containing all defined toggle subcommands. */ |
c906108c SS |
60 | |
61 | extern struct cmd_list_element *togglelist; | |
62 | ||
d3f17821 | 63 | /* Chain containing all defined stop subcommands. */ |
c906108c SS |
64 | |
65 | extern struct cmd_list_element *stoplist; | |
66 | ||
d3f17821 | 67 | /* Chain containing all defined "enable breakpoint" subcommands. */ |
c906108c SS |
68 | |
69 | extern struct cmd_list_element *enablebreaklist; | |
70 | ||
d3f17821 | 71 | /* Chain containing all defined set subcommands. */ |
c906108c SS |
72 | |
73 | extern struct cmd_list_element *setlist; | |
74 | ||
d3f17821 | 75 | /* Chain containing all defined unset subcommands. */ |
c906108c SS |
76 | |
77 | extern struct cmd_list_element *unsetlist; | |
78 | ||
79 | /* Chain containing all defined show subcommands. */ | |
80 | ||
81 | extern struct cmd_list_element *showlist; | |
82 | ||
83 | /* Chain containing all defined \"set history\". */ | |
84 | ||
85 | extern struct cmd_list_element *sethistlist; | |
86 | ||
87 | /* Chain containing all defined \"show history\". */ | |
88 | ||
89 | extern struct cmd_list_element *showhistlist; | |
90 | ||
91 | /* Chain containing all defined \"unset history\". */ | |
92 | ||
93 | extern struct cmd_list_element *unsethistlist; | |
94 | ||
d3f17821 | 95 | /* Chain containing all defined maintenance subcommands. */ |
c906108c SS |
96 | |
97 | extern struct cmd_list_element *maintenancelist; | |
98 | ||
d3f17821 | 99 | /* Chain containing all defined "maintenance info" subcommands. */ |
c906108c SS |
100 | |
101 | extern struct cmd_list_element *maintenanceinfolist; | |
102 | ||
d3f17821 | 103 | /* Chain containing all defined "maintenance print" subcommands. */ |
c906108c SS |
104 | |
105 | extern struct cmd_list_element *maintenanceprintlist; | |
106 | ||
d3f17821 | 107 | /* Chain containing all defined "maintenance set" subcommands. */ |
ae038cb0 DJ |
108 | |
109 | extern struct cmd_list_element *maintenance_set_cmdlist; | |
110 | ||
d3f17821 | 111 | /* Chain containing all defined "maintenance show" subcommands. */ |
ae038cb0 DJ |
112 | |
113 | extern struct cmd_list_element *maintenance_show_cmdlist; | |
114 | ||
c906108c SS |
115 | extern struct cmd_list_element *setprintlist; |
116 | ||
117 | extern struct cmd_list_element *showprintlist; | |
118 | ||
5d161b24 DB |
119 | extern struct cmd_list_element *setdebuglist; |
120 | ||
121 | extern struct cmd_list_element *showdebuglist; | |
122 | ||
c906108c SS |
123 | extern struct cmd_list_element *setchecklist; |
124 | ||
125 | extern struct cmd_list_element *showchecklist; | |
126 | ||
1bfeeb0f JL |
127 | extern struct cmd_list_element *skiplist; |
128 | ||
9291a0cd TT |
129 | /* Chain containing all defined "save" subcommands. */ |
130 | ||
131 | extern struct cmd_list_element *save_cmdlist; | |
132 | ||
a14ed312 | 133 | extern void execute_command (char *, int); |
5da1313b | 134 | extern char *execute_command_to_string (char *p, int from_tty); |
c906108c | 135 | |
a14ed312 | 136 | enum command_control_type execute_control_command (struct command_line *); |
c906108c | 137 | |
d9fcf2fb JM |
138 | extern void print_command_line (struct command_line *, unsigned int, |
139 | struct ui_file *); | |
a14ed312 KB |
140 | extern void print_command_lines (struct ui_out *, |
141 | struct command_line *, unsigned int); | |
c906108c | 142 | |
c5aa993b | 143 | #endif /* !defined (GDBCMD_H) */ |