]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/testsuite/gdb.base/skip1.c
Extend "skip" command to support -file, -gfile, -function, -rfunction.
[thirdparty/binutils-gdb.git] / gdb / testsuite / gdb.base / skip1.c
index 9a06e6211a3b49aff462751062a6c4061e2c9f28..7d94332330e46d47df19f59e0489d4cc42cf5369 100644 (file)
@@ -26,3 +26,14 @@ baz (int a)
 {
   return a + 1;
 }
+
+static void
+test_skip (void)
+{
+}
+
+void
+skip1_test_skip_file_and_function (void)
+{
+  test_skip ();
+}