mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-18 00:32:30 +08:00
2016-03-29 Don Breazeal <donb@codesourcery.com>
* gdb/value.c (value_actual_type): Fix formatting issue.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2016-03-29 Don Breazeal <donb@codesourcery.com>
|
||||||
|
|
||||||
|
* gdb/value.c (value_actual_type): Fix formatting issue.
|
||||||
|
|
||||||
2016-03-24 Yao Qi <yao.qi@linaro.org>
|
2016-03-24 Yao Qi <yao.qi@linaro.org>
|
||||||
|
|
||||||
* gdb.reverse/break-reverse.exp: Add quotation mark in the
|
* gdb.reverse/break-reverse.exp: Add quotation mark in the
|
||||||
|
@ -1203,7 +1203,7 @@ value_actual_type (struct value *value, int resolve_simple_types,
|
|||||||
/* If result's target type is TYPE_CODE_STRUCT, proceed to
|
/* If result's target type is TYPE_CODE_STRUCT, proceed to
|
||||||
fetch its rtti type. */
|
fetch its rtti type. */
|
||||||
if ((TYPE_CODE (result) == TYPE_CODE_PTR
|
if ((TYPE_CODE (result) == TYPE_CODE_PTR
|
||||||
|| TYPE_CODE (result) == TYPE_CODE_REF)
|
|| TYPE_CODE (result) == TYPE_CODE_REF)
|
||||||
&& TYPE_CODE (check_typedef (TYPE_TARGET_TYPE (result)))
|
&& TYPE_CODE (check_typedef (TYPE_TARGET_TYPE (result)))
|
||||||
== TYPE_CODE_STRUCT)
|
== TYPE_CODE_STRUCT)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user