Generate more tags in gdb/testsuite/Makefile
[deliverable/binutils-gdb.git] / gdb / testsuite / Makefile.in
index e7be686406ba2e5278e1e63738e33c745d64f07c..ece7e252c5165e4e148d1011bc8520294d9a6bf1 100644 (file)
@@ -348,7 +348,9 @@ config.status: configure
 
 TAGS: force
        find $(srcdir) -name '*.exp' -print | \
-           etags --regex='/proc[ \t]+\([^ \t]+\)/\1/' -
+           etags \
+               --regex='/\(proc\|proc_with_prefix\|gdb_caching_proc\)[ \t]+\([^ \t]+\)/\2/' \
+               -
 
 # Build the expect wrapper script that preloads the read1.so library.
 expect-read1:
This page took 0.024868 seconds and 4 git commands to generate.