mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-01 20:12:01 +08:00
Turn value_copy into a method
This turns value_copy into a method of value. Much of this was written by script. Approved-By: Simon Marchi <simon.marchi@efficios.com>
This commit is contained in:
@ -663,7 +663,7 @@ gdbpy_get_varobj_pretty_printer (struct value *value)
|
||||
{
|
||||
try
|
||||
{
|
||||
value = value_copy (value);
|
||||
value = value->copy ();
|
||||
}
|
||||
catch (const gdb_exception &except)
|
||||
{
|
||||
|
Reference in New Issue
Block a user