+Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
+
+ * gdb.texinfo: Add `set print max-symbolic-offset' doc.
+
Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
* stabs.texinfo: Fix for array types to mention lower bounds.
@item set print array
@itemx set print array on
@kindex set print array
-@value{GDBN} will pretty print arrays. This format is more convenient to read,
+@value{GDBN} will pretty-print arrays. This format is more convenient to read,
but uses more space. The default is off.
@item set print array off
@smallexample
$1 = @{it = Tree, form = @{...@}@}
@end smallexample
+
+@item set print max-symbolic-offset @var{maxoff}
+@kindex set print max-symbolic-offset
+Tell @value{GDBN} to only display the symbolic form of an address if the
+offset between the closest earlier symbol and the address is less than
+@var{maxoff}. The default is 0, which means to always print the
+symbolic form of an address, if any symbol precedes it.
+
+@item show print max-symbolic-offset
+@kindex show print max-symbolic-offset
+Ask how large the maximum offset is that @value{GDBN} will print in a
+symbolic address.
+
@end table
@noindent