From: Nick Roberts Date: Tue, 24 Oct 2006 20:23:56 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d149de7bca9e0bc15066fc7df6ff08251e6e9b16;p=binutils-gdb.git *** empty log message *** --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 1b5eaa66481..bd5e67d1434 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -2295,6 +2295,7 @@ 2006-03-27 Nick Roberts + PR mi/1429 * varobj.c (c_name_of_child, c_value_of_child): Allow non-zero offsets for languages like Fortran. diff --git a/gdb/ChangeLog-2004 b/gdb/ChangeLog-2004 index 04eafd886e2..0481c1dfb14 100644 --- a/gdb/ChangeLog-2004 +++ b/gdb/ChangeLog-2004 @@ -14085,6 +14085,7 @@ type and value for simple data types and just the name and type for complex ones, if required. + PR mi/1438 * mi/mi-cmd-var.c (mi_cmd_var_list_children): Print the values of the children, if required.