mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-05-31 18:20:12 +08:00
* varobj.c (varobj_update): Initialize children_changed.
This commit is contained in:
@ -1758,7 +1758,7 @@ VEC(varobj_update_result) *varobj_update (struct varobj **varp, int explicit)
|
||||
if (v->pretty_printer)
|
||||
{
|
||||
VEC (varobj_p) *changed = 0, *new = 0, *unchanged = 0;
|
||||
int i, children_changed;
|
||||
int i, children_changed = 0;
|
||||
|
||||
if (v->frozen)
|
||||
continue;
|
||||
|
Reference in New Issue
Block a user