From: Simon Marchi Date: Thu, 2 Oct 2025 18:45:57 +0000 (-0400) Subject: gdb: add more skips to gdb-gdb.gdb X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d9901bd303497c42d7d579ceee985ba4390a9554;p=thirdparty%2Fbinutils-gdb.git gdb: add more skips to gdb-gdb.gdb These are rather uninteresting constructors to step into. Change-Id: Ic22eca60eb03b1f81e0d9f304417659a2d982356 --- diff --git a/gdb/gdb-gdb.gdb.in b/gdb/gdb-gdb.gdb.in index 34ce5f0d3bd..a2bb911b4f2 100644 --- a/gdb/gdb-gdb.gdb.in +++ b/gdb/gdb-gdb.gdb.in @@ -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"