Files
binutils-gdb/gdb/python
Tom Tromey 138c7d2661 Fix register-setting response from DAP
Andry noticed that given a DAP setExpression request, where the
expression to set is a register, DAP will return the wrong value -- it
will return the old value, not the updated one.

This happens because gdb.Value.assign (which was recently added for
DAP) does not update the value.

In this patch, I chose to have the assign method update the Value
in-place.  It's also possible to have it return a new value, but this
didn't seem very useful to me.
2023-10-16 09:27:28 -06:00
..
2023-10-16 08:40:18 -06:00
2023-10-10 10:44:35 -04:00
2023-10-10 10:44:35 -04:00
2023-09-26 09:29:14 -06:00
2023-10-10 10:44:35 -04:00
2023-10-10 10:44:35 -04:00
2023-10-10 10:44:35 -04:00