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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gdb-6.8/] [gdb/] [c-lang.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
/* C language support definitions for GDB, the GNU debugger.
2
 
3
   Copyright (C) 1992, 1994, 1995, 1996, 1997, 1998, 2000, 2002, 2005, 2006,
4
   2007, 2008 Free Software Foundation, Inc.
5
 
6
   This file is part of GDB.
7
 
8
   This program is free software; you can redistribute it and/or modify
9
   it under the terms of the GNU General Public License as published by
10
   the Free Software Foundation; either version 3 of the License, or
11
   (at your option) any later version.
12
 
13
   This program is distributed in the hope that it will be useful,
14
   but WITHOUT ANY WARRANTY; without even the implied warranty of
15
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16
   GNU General Public License for more details.
17
 
18
   You should have received a copy of the GNU General Public License
19
   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
20
 
21
 
22
#if !defined (C_LANG_H)
23
#define C_LANG_H 1
24
 
25
struct ui_file;
26
struct language_arch_info;
27
 
28
#include "value.h"
29
#include "macroexp.h"
30
 
31
 
32
extern int c_parse (void);      /* Defined in c-exp.y */
33
 
34
extern void c_error (char *);   /* Defined in c-exp.y */
35
 
36
/* Defined in c-typeprint.c */
37
extern void c_print_type (struct type *, char *, struct ui_file *, int,
38
                          int);
39
 
40
extern int c_val_print (struct type *, const gdb_byte *, int, CORE_ADDR,
41
                        struct ui_file *, int, int, int,
42
                        enum val_prettyprint);
43
 
44
extern int c_value_print (struct value *, struct ui_file *, int,
45
                          enum val_prettyprint);
46
 
47
/* These are in c-lang.c: */
48
 
49
extern void c_printchar (int, struct ui_file *);
50
 
51
extern void c_printstr (struct ui_file * stream, const gdb_byte *string,
52
                        unsigned int length, int width,
53
                        int force_ellipses);
54
 
55
extern void scan_macro_expansion (char *expansion);
56
extern int scanning_macro_expansion (void);
57
extern void finished_macro_expansion (void);
58
 
59
extern macro_lookup_ftype *expression_macro_lookup_func;
60
extern void *expression_macro_lookup_baton;
61
 
62
extern void c_language_arch_info (struct gdbarch *gdbarch,
63
                                  struct language_arch_info *lai);
64
 
65
/* These are in c-typeprint.c: */
66
 
67
extern void c_type_print_base (struct type *, struct ui_file *, int, int);
68
 
69
/* These are in cp-valprint.c */
70
 
71
extern int vtblprint;           /* Controls printing of vtbl's */
72
 
73
extern int static_field_print;
74
 
75
extern void cp_print_class_member (const gdb_byte *, struct type *,
76
                                   struct ui_file *, char *);
77
 
78
extern void cp_print_value_fields (struct type *, struct type *,
79
                                   const gdb_byte *, int, CORE_ADDR,
80
                                   struct ui_file *, int,
81
                                   int, enum val_prettyprint,
82
                                   struct type **, int);
83
 
84
extern int cp_is_vtbl_ptr_type (struct type *);
85
 
86
extern int cp_is_vtbl_member (struct type *);
87
 
88
 
89
#endif /* !defined (C_LANG_H) */

powered by: WebSVN 2.1.0

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