diff options
author | Vladimir Prus <vladimir@codesourcery.com> | 2007-08-31 18:41:50 +0000 |
---|---|---|
committer | Vladimir Prus <vladimir@codesourcery.com> | 2007-08-31 18:41:50 +0000 |
commit | bccc275a135787a5ea86a6492f387dbbe4dd2080 (patch) | |
tree | eb1455ebacbe9a6ab2e9238984cf138385f38852 /gdb/ChangeLog | |
parent | f469d32bb9cb3e0bf4033c0c25a3701a303e7e14 (diff) | |
download | gdb-bccc275a135787a5ea86a6492f387dbbe4dd2080.zip gdb-bccc275a135787a5ea86a6492f387dbbe4dd2080.tar.gz gdb-bccc275a135787a5ea86a6492f387dbbe4dd2080.tar.bz2 |
* mi/mi-cmd-var.c (print_varobj): If a varobj
type is NULL, don't try to print it.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index b45ccf4..182df0c 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2007-08-31 Vladimir Prus <vladimir@codesourcery.com> + + * mi/mi-cmd-var.c (print_varobj): If a varobj + type is NULL, don't try to print it. + 2007-08-30 Alan Modra <amodra@bigpond.net.au> * ppc-linux-nat.c (right_fill_reg): Delete. |