]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/NEWS
gdb/python: add gdb.host_charset function
authorAndrew Burgess <aburgess@redhat.com>
Wed, 12 Jan 2022 11:52:19 +0000 (11:52 +0000)
committerAndrew Burgess <aburgess@redhat.com>
Wed, 12 Jan 2022 16:00:07 +0000 (16:00 +0000)
commit61671e97927dcc1b302bd01fd59bc61c27972839
tree1078be11dae50585e6c5716377407c6a75c675da
parent51eebae32ab1b7bb454c90252edb877211f6fcb4
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.
gdb/NEWS
gdb/doc/python.texi
gdb/python/python.c
gdb/testsuite/gdb.python/py-charset.exp [new file with mode: 0644]