Change last_examine_value to value_ref_ptr
authorTom Tromey <tom@tromey.com>
Wed, 4 Apr 2018 00:03:32 +0000 (18:03 -0600)
committerTom Tromey <tom@tromey.com>
Fri, 6 Apr 2018 21:44:47 +0000 (15:44 -0600)
commit9b5587295bbc57e5e0453b659e24d7c2b504b894
tree7b0aa3fedbcbf91b5fed71ebfc6a629e59aa666c
parent850645cfe82f5854af90ce73f2056712e20fcea2
Change last_examine_value to value_ref_ptr

This patch removes some manual reference count manipulation by
changing last_examine_value to be a value_ref_ptr and then updating
the users.

gdb/ChangeLog
2018-04-06  Tom Tromey  <tom@tromey.com>

* printcmd.c (last_examine_address): Change type to
value_ref_ptr.
(do_examine, x_command): Update.
gdb/ChangeLog
gdb/printcmd.c