gdb: New set/show max-value-size command.
[deliverable/binutils-gdb.git] / gdb / NEWS
index 4312117486066c6b3591f0d6d017b149899786db..962eae4d0047fc25a4f5f8bf6ed21a46330e848b 100644 (file)
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -119,6 +119,12 @@ show ada print-signatures"
   Control whether parameter types and return types are displayed in overloads
   selection menus.  It is activaled (@code{on}) by default.
 
+set max-value-size
+show max-value-size
+  Controls the maximum size of memory, in bytes, that GDB will
+  allocate for value contents.  Prevents incorrect programs from
+  causing GDB to allocate overly large buffers.  Default is 64k.
+
 * The "disassemble" command accepts a new modifier: /s.
   It prints mixed source+disassembly like /m with two differences:
   - disassembled instructions are now printed in program order, and
This page took 0.023373 seconds and 4 git commands to generate.