Add max-completions parameter, and implement tab-completion limiting.
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.linespec / ls-errs.exp
index 322598eddf8c02bfe768952af0574be33ff79d5e..019312c97233a8be3351ddebab632fba36fe1552 100644 (file)
@@ -26,6 +26,9 @@ if {[prepare_for_testing $testfile $exefile $srcfile \
 # Turn off the pending breakpoint queries.
 gdb_test_no_output "set breakpoint pending off"
 
+# Turn off completion limiting
+gdb_test_no_output "set max-completions unlimited"
+
 # We intentionally do not use gdb_breakpoint for these tests.
 
 # Break at 'linespec' and expect the message in ::error_messages indexed by
This page took 0.026411 seconds and 4 git commands to generate.