This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: RTTI type improvement for


Checked in.

Thank you for help, guys!
Anton

-------- Original message --------
xgsa>  2012-01-06  Anton Gorenkov<xgsa@yandex.ru>
xgsa>      * c-valprint.c (c_value_print): Use value_rtti_indirect_type
xgsa>      instead of value_rtti_target_type.
xgsa>      * eval.c (evaluate_subexp_standard): Use value_rtti_indirect_type
xgsa>      instead of value_rtti_target_type.
xgsa>      * typeprint.c (whatis_exp): Use value_rtti_indirect_type instead of
xgsa>      value_rtti_target_type.
xgsa>      * valops.c (value_ind): Extract function readjust_indirect_value_type.
xgsa>      (value_rtti_target_type): Rename to ...
xgsa>      (value_rtti_indirect_type): ... here and make it indirect.  Update
xgsa>      function comment.
xgsa>      * value.c (readjust_indirect_value_type): New function.
xgsa>      (coerce_ref): Support for enclosing type setting for references
xgsa>      with readjust_indirect_value_type.
xgsa>      * value.h (readjust_value_type): New declaration.
xgsa>      (value_rtti_target_type): Rename to ...
xgsa>      (value_rtti_indirect_type): ... here.

This is ok, thanks.

Contact me off-list for write-after-approval instructions if you
don't have that already set up.

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]