gdb
[deliverable/binutils-gdb.git] / gdb / doc / gdb.texinfo
index 6ea3a60e00f8c3652cf9019a97f1903310fc7c5a..41b11b63ec78f2e4086a20eebbf109f05ef3e8d9 100644 (file)
@@ -19634,6 +19634,21 @@ Flush @value{GDBN}'s paginated standard output stream.  Flushing
 function.
 @end defun
 
+@findex gdb.target_charset
+@defun target_charset
+Return the name of the current target character set (@pxref{Character
+Sets}).  This differs from @code{gdb.parameter('target-charset')} in
+that @samp{auto} is never returned.
+@end defun
+
+@findex gdb.target_wide_charset
+@defun target_wide_charset
+Return the name of the current target wide character set
+(@pxref{Character Sets}).  This differs from
+@code{gdb.parameter('target-wide-charset')} in that @samp{auto} is
+never returned.
+@end defun
+
 @node Exception Handling
 @subsubsection Exception Handling
 @cindex python exceptions
This page took 0.046607 seconds and 4 git commands to generate.