| commit | a80f2680dbf07c713e3d58bc0906b7ed52f911e2 | [log] [tgz] |
|---|---|---|
| author | Tom Tromey <tromey@adacore.com> | Thu May 26 10:40:32 2022 -0600 |
| committer | Tom Tromey <tromey@adacore.com> | Mon Jun 06 12:50:34 2022 -0600 |
| tree | a35514b4d13974a0d5508fb73ddaf2f7ceebe856 | |
| parent | c2ebdf6a7def7cc4fda0b965554d259177b2fe26 [diff] |
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.