"backtrace full/no-filters/hide" completer
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / options.exp
index 17573460b4d4480370f54066a64da1f977785aaf..5a35074054ee0a259c7762a06848e09a10937f81 100644 (file)
@@ -256,6 +256,17 @@ proc_with_prefix test-backtrace {} {
        "-raw-frame-arguments"
     }
 
+    # Test that we complete the qualifiers, if there's any.
+    test_gdb_complete_unique \
+       "backtrace ful" \
+       "backtrace full"
+    test_gdb_complete_unique \
+       "backtrace hid" \
+       "backtrace hide"
+    test_gdb_complete_unique \
+       "backtrace no-fil" \
+       "backtrace no-filters"
+
     global binfile
     clean_restart $binfile
 
This page took 0.038022 seconds and 4 git commands to generate.