Revert unexpected rename in previous patch
authorSimon Marchi <simon.marchi@ericsson.com>
Thu, 23 Nov 2017 16:05:22 +0000 (11:05 -0500)
committerSimon Marchi <simon.marchi@ericsson.com>
Thu, 23 Nov 2017 16:05:22 +0000 (11:05 -0500)
commitbd046f64a193405f2fef2d5120fab4be25feaa8b
tree808f18ba8d4b12bc2410f3afeecfe66ad0990aa9
parent4c37490d92c0168e5192ce109a791c4b3fec9f8e
Revert unexpected rename in previous patch

While working on the previous patch, I renamed variables whose type I
changed to let the compiler help me find their usages, but I forgot to
rename one back to its original name.  This patch fixes it.

gdb/ChangeLog:

* varobj.c (struct varobj_dynamic) <children_requested_>: Rename
back to...
<children_requested>: ... this.
(varobj_get_num_children, varobj_update): Adjust.
gdb/ChangeLog
gdb/varobj.c
This page took 0.027363 seconds and 4 git commands to generate.