2005-01-28 Andrew Cagney <cagney@gnu.org>
* objc-lang.h (c_val_print, c_value_print): Delete declarations.
This commit is contained in:
parent
9519ccd50a
commit
bbb4b9dbf5
2 changed files with 3 additions and 8 deletions
|
@ -1,5 +1,7 @@
|
|||
2005-01-28 Andrew Cagney <cagney@gnu.org>
|
||||
|
||||
* objc-lang.h (c_val_print, c_value_print): Delete declarations.
|
||||
|
||||
* cp-valprint.c (cp_print_class_method)
|
||||
(cp_print_class_member): Make buffer a const bfd_byte.
|
||||
* c-lang.h (cp_print_class_member, cp_print_class_method): Ditto.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/* Objective-C language support definitions for GDB, the GNU debugger.
|
||||
|
||||
Copyright 1992 Free Software Foundation, Inc.
|
||||
Copyright 1992, 2005 Free Software Foundation, Inc.
|
||||
|
||||
Contributed by Apple Computer, Inc.
|
||||
|
||||
|
@ -31,13 +31,6 @@ extern int objc_parse (void); /* Defined in c-exp.y */
|
|||
|
||||
extern void objc_error (char *); /* Defined in c-exp.y */
|
||||
|
||||
extern int c_val_print (struct type *, char *, int,
|
||||
CORE_ADDR, struct ui_file *, int,
|
||||
int, int, enum val_prettyprint);
|
||||
|
||||
extern int c_value_print (struct value *, struct ui_file *,
|
||||
int, enum val_prettyprint);
|
||||
|
||||
extern CORE_ADDR lookup_objc_class (char *classname);
|
||||
extern CORE_ADDR lookup_child_selector (char *methodname);
|
||||
|
||||
|
|
Loading…
Reference in a new issue