mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 13:56:22 +08:00
2007-08-28 Michael Snyder <msnyder@access-company.com>
* mi/mi-cmd-var.c (mi_print_value_p): No longer necessary to check for null before calling check_typedef.
This commit is contained in:
@ -1,5 +1,8 @@
|
|||||||
2007-08-28 Michael Snyder <msnyder@access-company.com>
|
2007-08-28 Michael Snyder <msnyder@access-company.com>
|
||||||
|
|
||||||
|
* mi/mi-cmd-var.c (mi_print_value_p): No longer necessary to
|
||||||
|
check for null before calling check_typedef.
|
||||||
|
|
||||||
* NEWS: Mention Coverity bug fixes.
|
* NEWS: Mention Coverity bug fixes.
|
||||||
|
|
||||||
2007-08-27 Markus Deuling <deuling@de.ibm.com>
|
2007-08-27 Markus Deuling <deuling@de.ibm.com>
|
||||||
|
@ -325,7 +325,6 @@ Must be: 0 or \"%s\", 1 or \"%s\", 2 or \"%s\""),
|
|||||||
static int
|
static int
|
||||||
mi_print_value_p (struct type *type, enum print_values print_values)
|
mi_print_value_p (struct type *type, enum print_values print_values)
|
||||||
{
|
{
|
||||||
if (type != NULL)
|
|
||||||
type = check_typedef (type);
|
type = check_typedef (type);
|
||||||
|
|
||||||
if (print_values == PRINT_NO_VALUES)
|
if (print_values == PRINT_NO_VALUES)
|
||||||
|
Reference in New Issue
Block a user