Simplify varobj "change" logic
authorTom Tromey <tromey@adacore.com>
Thu, 26 May 2022 16:40:32 +0000 (10:40 -0600)
committerTom Tromey <tromey@adacore.com>
Mon, 6 Jun 2022 18:50:34 +0000 (12:50 -0600)
commita80f2680dbf07c713e3d58bc0906b7ed52f911e2
treea35514b4d13974a0d5508fb73ddaf2f7ceebe856
parentc2ebdf6a7def7cc4fda0b965554d259177b2fe26
Simplify varobj "change" logic

varobj used to store 'print_value' as a C string, where NULL was a
valid value, and so it had logic to handle this situation.  However,
at some point this was changed to be a std::string, and so the code
can be simplified in this spot.
gdb/varobj.c