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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [gdb-5.3/] [gdb/] [cli/] [cli-script.h] - Blame information for rev 1181

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

Line No. Rev Author Line
1 1181 sfurman
/* Header file for GDB CLI command implementation library.
2
   Copyright 2000, 2002 Free Software Foundation, Inc.
3
 
4
   This program is free software; you can redistribute it and/or modify
5
   it under the terms of the GNU General Public License as published by
6
   the Free Software Foundation; either version 2 of the License, or
7
   (at your option) any later version.
8
 
9
   This program is distributed in the hope that it will be useful,
10
   but WITHOUT ANY WARRANTY; without even the implied warranty of
11
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12
   GNU General Public License for more details.
13
 
14
   You should have received a copy of the GNU General Public License
15
   along with this program; if not, write to the Free Software
16
   Foundation, Inc., 59 Temple Place - Suite 330,
17
   Boston, MA 02111-1307, USA.  */
18
 
19
#if !defined (CLI_SCRIPT_H)
20
#define CLI_SCRIPT_H 1
21
 
22
/* Exported to cli/cli-cmds.c */
23
 
24
extern void script_from_file (FILE *stream, char *file);
25
 
26
extern void document_command (char *, int);
27
 
28
extern void define_command (char *, int);
29
 
30
extern void while_command (char *arg, int from_tty);
31
 
32
extern void if_command (char *arg, int from_tty);
33
 
34
extern void show_user_1 (struct cmd_list_element *c, struct ui_file *stream);
35
 
36
/* Exported to gdb/breakpoint.c */
37
 
38
extern enum command_control_type
39
        execute_control_command (struct command_line *cmd);
40
 
41
extern void print_command_lines (struct ui_out *,
42
                                 struct command_line *, unsigned int);
43
 
44
extern struct command_line * copy_command_lines (struct command_line *cmds);
45
 
46
/* Exported to gdb/infrun.c */
47
 
48
extern void execute_user_command (struct cmd_list_element *c, char *args);
49
 
50
#endif /* !defined (CLI_SCRIPT_H) */

powered by: WebSVN 2.1.0

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