diff options
author | Roland Pesch <pesch@cygnus> | 1991-10-09 00:28:39 +0000 |
---|---|---|
committer | Roland Pesch <pesch@cygnus> | 1991-10-09 00:28:39 +0000 |
commit | f2857bd9037fa3d4d660ede32fbfca2298ab1add (patch) | |
tree | 7a2545c4adb2621439dff736fcf20f8690fdf678 /gdb | |
parent | c338a2fdf290f4549f03f49d155b4f702364eb7b (diff) | |
download | gdb-f2857bd9037fa3d4d660ede32fbfca2298ab1add.zip gdb-f2857bd9037fa3d4d660ede32fbfca2298ab1add.tar.gz gdb-f2857bd9037fa3d4d660ede32fbfca2298ab1add.tar.bz2 |
(ORIG: date: 1991/09/21 02:55:37; author: pesch; state: Exp; lines: +4 -2)
add missing index entries for set/show print sevenbit-strings.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/doc/gdb.texinfo | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 4c4e1e2..8c382e8 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -3671,6 +3671,7 @@ This is the default format. Show which format _GDBN__ will use to print structures. @item set print sevenbit-strings on +@kindex set print sevenbit-strings Print using only seven-bit characters; if this option is set, _GDBN__ will display any eight-bit characters (in strings or character values) using the notation @code{\}@var{nnn}. For example, @kbd{M-a} is @@ -3681,6 +3682,7 @@ Print using either seven-bit or eight-bit characters, as required. This is the default. @item show print sevenbit-strings +@kindex show print sevenbit-strings Show whether or not _GDBN__ will print only seven-bit characters. @item set print union on |