* breakpoint.c (condition_completer): New function.
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / condbreak.exp
index fb82e561e780b87547321ba676379bdd4a5e6486..4d0b4ba45e744c40be201912e4946d3ca9689518 100644 (file)
@@ -261,3 +261,8 @@ gdb_test_multiple "continue" $test {
        xfail $test
     }
 }
+
+gdb_test "complete cond 1" "cond 1"
+gdb_test "set variable \$var = 1"
+gdb_test "complete cond \$v" "cond \\\$var"
+gdb_test "complete cond 1 values\[0\].a" "cond 1 values.0..a_field"
This page took 0.025817 seconds and 4 git commands to generate.