Add max-completions parameter, and implement tab-completion limiting.
[deliverable/binutils-gdb.git] / gdb / NEWS
index cba21b6645dd09e83943b71d42ad4c3d3c00cad4..f19577a3a6d0ea9ff1015255eafbd965580afa2d 100644 (file)
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -26,6 +26,13 @@ maint flush-symbol-cache
 
 * New options
 
+set max-completions
+show max-completions
+  Set the maximum number of candidates to be considered during
+  completion.  The default value is 200.  This limit allows GDB
+  to avoid generating large completion lists, the computation of
+  which can cause the debugger to become temporarily unresponsive.
+
 maint set symbol-cache-size
 maint show symbol-cache-size
   Control the size of the symbol cache.
This page took 0.023652 seconds and 4 git commands to generate.