aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorTom Tromey <tromey@adacore.com>2023-05-12 14:10:56 -0600
committerTom Tromey <tromey@adacore.com>2023-06-12 12:09:39 -0600
commited80156930339ee8e68a5341ec3d7f06fab6d02c (patch)
treebdd755fa885877422eba4b84b7c0b7fa9714d7cf /gdb/NEWS
parent510586589e74f2ff27f4c563daa395a22c68501c (diff)
downloadgdb-ed80156930339ee8e68a5341ec3d7f06fab6d02c.zip
gdb-ed80156930339ee8e68a5341ec3d7f06fab6d02c.tar.gz
gdb-ed80156930339ee8e68a5341ec3d7f06fab6d02c.tar.bz2
Add gdb.Value.assign method
This adds an 'assign' method to gdb.Value. This allows for assignment without requiring the use of parse_and_eval. Reviewed-By: Eli Zaretskii <eliz@gnu.org>
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index 649a3a9..937e5cd 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -220,6 +220,8 @@ info main
"unset_env". These can be used to modify the inferior's
environment before it is started.
+ ** gdb.Value now has the 'assign' method.
+
*** Changes in GDB 13
* MI version 1 is deprecated, and will be removed in GDB 14.