mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-25 08:47:28 +00:00
2010-12-31 Michael Snyder <msnyder@vmware.com>
* charset.c: Comment cleanup and long line wrapping. * charset.h: Ditto. * c-lang.c: Ditto. * c-lang.h: Ditto. * coff-pe-read.c: Ditto. * coff-pe-read.h: Ditto. * coffread.c: Ditto. * command.h: Ditto. * complaints.c: Ditto. * complaints.h: Ditto. * completer.c: Ditto. * completer.h: Ditto. * corefile.c: Ditto. * corelow.c: Ditto. * core-regset.c: Ditto. * cp-abi.c: Ditto. * cp-abi.h: Ditto. * cp-namespace.c: Ditto. * cp-support.c: Ditto. * cp-support.h: Ditto. * cp-valprint.c: Ditto. * cp-typeprint.c: Ditto. * c-valprint.c: Ditto.
This commit is contained in:
28
gdb/c-lang.h
28
gdb/c-lang.h
@@ -64,12 +64,15 @@ extern void c_error (char *);
|
||||
extern int c_parse_escape (char **, struct obstack *);
|
||||
|
||||
/* Defined in c-typeprint.c */
|
||||
extern void c_print_type (struct type *, const char *, struct ui_file *, int,
|
||||
int);
|
||||
extern void c_print_type (struct type *, const char *,
|
||||
struct ui_file *, int, int);
|
||||
|
||||
extern void c_print_typedef (struct type *, struct symbol *, struct ui_file *);
|
||||
extern void c_print_typedef (struct type *,
|
||||
struct symbol *,
|
||||
struct ui_file *);
|
||||
|
||||
extern int c_val_print (struct type *, const gdb_byte *, int, CORE_ADDR,
|
||||
extern int c_val_print (struct type *, const gdb_byte *,
|
||||
int, CORE_ADDR,
|
||||
struct ui_file *, int,
|
||||
const struct value *,
|
||||
const struct value_print_options *);
|
||||
@@ -80,14 +83,18 @@ extern int c_value_print (struct value *, struct ui_file *,
|
||||
/* These are in c-lang.c: */
|
||||
|
||||
extern struct value *evaluate_subexp_c (struct type *expect_type,
|
||||
struct expression *exp, int *pos,
|
||||
enum noside noside);
|
||||
struct expression *exp,
|
||||
int *pos,
|
||||
enum noside noside);
|
||||
|
||||
extern void c_printchar (int, struct type *, struct ui_file *);
|
||||
|
||||
extern void c_printstr (struct ui_file * stream, struct type *elttype,
|
||||
const gdb_byte *string, unsigned int length,
|
||||
const char *user_encoding, int force_ellipses,
|
||||
extern void c_printstr (struct ui_file * stream,
|
||||
struct type *elttype,
|
||||
const gdb_byte *string,
|
||||
unsigned int length,
|
||||
const char *user_encoding,
|
||||
int force_ellipses,
|
||||
const struct value_print_options *options);
|
||||
|
||||
extern void c_language_arch_info (struct gdbarch *gdbarch,
|
||||
@@ -102,7 +109,8 @@ extern const struct op_print c_op_print_tab[];
|
||||
|
||||
/* These are in c-typeprint.c: */
|
||||
|
||||
extern void c_type_print_base (struct type *, struct ui_file *, int, int);
|
||||
extern void c_type_print_base (struct type *, struct ui_file *,
|
||||
int, int);
|
||||
|
||||
/* These are in cp-valprint.c */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user