]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
gdb: add more skips to gdb-gdb.gdb
authorSimon Marchi <simon.marchi@polymtl.ca>
Thu, 2 Oct 2025 18:45:57 +0000 (14:45 -0400)
committerSimon Marchi <simon.marchi@polymtl.ca>
Thu, 2 Oct 2025 18:46:31 +0000 (14:46 -0400)
These are rather uninteresting constructors to step into.

Change-Id: Ic22eca60eb03b1f81e0d9f304417659a2d982356

gdb/gdb-gdb.gdb.in

index 34ce5f0d3bd30d4d60fbe0f1b88a767813117017..a2bb911b4f20fd9faedcd3c6b30c714dfefe538d 100644 (file)
@@ -39,4 +39,6 @@ Syntax: pdie die [depth]
 end
 
 # Trivial and uninteresting functions to skip.
+skip -rfu "^enum_flags<.*>::enum_flags"
+skip -rfu "^gdb::function_view<.*>::function_view"
 skip -rfu "^gdb::ref_ptr<.*>::get"