diff options
author | Andrew Burgess <aburgess@redhat.com> | 2022-01-12 11:52:19 +0000 |
---|---|---|
committer | Andrew Burgess <aburgess@redhat.com> | 2022-01-12 16:00:07 +0000 |
commit | 61671e97927dcc1b302bd01fd59bc61c27972839 (patch) | |
tree | 1078be11dae50585e6c5716377407c6a75c675da /gdb/NEWS | |
parent | 51eebae32ab1b7bb454c90252edb877211f6fcb4 (diff) | |
download | gdb-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |