aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorAndrew Burgess <aburgess@redhat.com>2022-01-12 11:52:19 +0000
committerAndrew Burgess <aburgess@redhat.com>2022-01-12 16:00:07 +0000
commit61671e97927dcc1b302bd01fd59bc61c27972839 (patch)
tree1078be11dae50585e6c5716377407c6a75c675da /gdb/NEWS
parent51eebae32ab1b7bb454c90252edb877211f6fcb4 (diff)
downloadgdb-61671e97927dcc1b302bd01fd59bc61c27972839.zip
gdb-61671e97927dcc1b302bd01fd59bc61c27972839.tar.gz
gdb-61671e97927dcc1b302bd01fd59bc61c27972839.tar.bz2
gdb/python: add gdb.host_charset function
We already have gdb.target_charset and gdb.target_wide_charset. This commit adds gdb.host_charset along the same lines.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index c1f3056..8c13cef 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -143,6 +143,9 @@ show debug lin-lwp
is equivalent to the existing 'maint packet' CLI command; it
allows a user specified packet to be sent to the remote target.
+ ** New function gdb.host_charset(), returns a string, which is the
+ name of the current host charset.
+
* New features in the GDB remote stub, GDBserver
** GDBserver is now supported on OpenRISC GNU/Linux.