OSDN Git Service

gdb/
authorjkratoch <jkratoch>
Fri, 6 May 2011 14:12:16 +0000 (14:12 +0000)
committerjkratoch <jkratoch>
Fri, 6 May 2011 14:12:16 +0000 (14:12 +0000)
commit84d86576f15baa827d2795a41c8a9232e5cc28eb
treeda17cb86597c69b67718c96df4dffb6513511d15
parent0307f280daf067906c2838b874d16e8321fdfb4c
gdb/
* c-exp.y (qualified_name): Call destructor_name_p with $1.type.
(classify_inner_name): Call cp_lookup_nested_type with
yylval.tsym.type.
* cp-namespace.c (cp_lookup_nested_type): New variable
saved_parent_type.  Call CHECK_TYPEDEF for parent_type.  Call
type_name_no_tag_or_error with saved_parent_type.
* dwarf2read.c (load_partial_dies): Read in any children of
DW_TAG_typedef with complaint in such case.
* gdbtypes.c (type_name_no_tag_or_error): New function.
* gdbtypes.h (type_name_no_tag_or_error): New prototype.
* valops.c (destructor_name_p): New comment for parameter type.  Remove
type const.  Make dname and cp const.  Call type_name_no_tag_or_error.
* value.h (destructor_name_p): Remove type const.
gdb/ChangeLog
gdb/c-exp.y
gdb/cp-namespace.c
gdb/dwarf2read.c
gdb/gdbtypes.c
gdb/gdbtypes.h
gdb/valops.c
gdb/value.h