mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-18 21:34:13 +08:00
gdb/parser-defs.h: (struct objc_class_str): New structure
for parsing ObjC classes.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2002-11-18 Adam Fedor <fedor@gnu.org>
|
||||||
|
|
||||||
|
* gdb/parser-defs.h: (struct objc_class_str): New structure
|
||||||
|
for parsing ObjC classes.
|
||||||
|
|
||||||
2002-11-18 Andrew Cagney <ac131313@redhat.com>
|
2002-11-18 Andrew Cagney <ac131313@redhat.com>
|
||||||
|
|
||||||
* stack.c (frame_relative_level): Copy function from here ...
|
* stack.c (frame_relative_level): Copy function from here ...
|
||||||
|
@ -79,6 +79,14 @@ struct symtoken
|
|||||||
int is_a_field_of_this;
|
int is_a_field_of_this;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
struct objc_class_str
|
||||||
|
{
|
||||||
|
struct stoken stoken;
|
||||||
|
struct type *type;
|
||||||
|
int class;
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
/* For parsing of complicated types.
|
/* For parsing of complicated types.
|
||||||
An array should be preceded in the list by the size of the array. */
|
An array should be preceded in the list by the size of the array. */
|
||||||
enum type_pieces
|
enum type_pieces
|
||||||
|
Reference in New Issue
Block a user