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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gdb-7.1/] [gdb/] [jv-lang.h] - Blame information for rev 853

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

Line No. Rev Author Line
1 227 jeremybenn
/* Java language support definitions for GDB, the GNU debugger.
2
 
3
   Copyright (C) 1997, 1998, 1999, 2000, 2005, 2007, 2008, 2009, 2010
4
   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
#ifndef JV_LANG_H
22
#define JV_LANG_H
23
 
24
struct value;
25
 
26
extern int java_parse (void);   /* Defined in jv-exp.y */
27
 
28
extern void java_error (char *);        /* Defined in jv-exp.y */
29
 
30
struct builtin_java_type
31
{
32
  struct type *builtin_int;
33
  struct type *builtin_byte;
34
  struct type *builtin_short;
35
  struct type *builtin_long;
36
  struct type *builtin_boolean;
37
  struct type *builtin_char;
38
  struct type *builtin_float;
39
  struct type *builtin_double;
40
  struct type *builtin_void;
41
};
42
 
43
extern const struct builtin_java_type *builtin_java_type (struct gdbarch *);
44
 
45
extern int java_val_print (struct type *, const gdb_byte *, int, CORE_ADDR,
46
                           struct ui_file *, int,
47
                           const struct value_print_options *);
48
 
49
extern int java_value_print (struct value *, struct ui_file *,
50
                             const struct value_print_options *);
51
 
52
extern struct value *java_class_from_object (struct value *);
53
 
54
extern struct type *type_from_class (struct gdbarch *, struct value *);
55
 
56
extern struct type *java_primitive_type (struct gdbarch *, int signature);
57
 
58
extern struct type *java_primitive_type_from_name (struct gdbarch *,
59
                                                   char *, int);
60
 
61
extern struct type *java_array_type (struct type *, int);
62
 
63
extern struct type *get_java_object_type (void);
64
extern int get_java_object_header_size (struct gdbarch *);
65
 
66
extern struct type *java_lookup_class (char *);
67
 
68
extern int is_object_type (struct type *);
69
 
70
/* Defined in jv-typeprint.c */
71
extern void java_print_type (struct type *, char *, struct ui_file *, int,
72
                             int);
73
 
74
extern char *java_demangle_type_signature (char *);
75
 
76
#endif

powered by: WebSVN 2.1.0

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