]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
gdb/gdb-gdb.gdb.in: skip gdb::ref_ptr<.*>::get
authorSimon Marchi <simon.marchi@efficios.com>
Mon, 25 Aug 2025 17:02:12 +0000 (13:02 -0400)
committerSimon Marchi <simon.marchi@efficios.com>
Thu, 28 Aug 2025 17:36:30 +0000 (13:36 -0400)
I think it's uninteresting to step into gdb::ref_ptr::get, so add a skip
entry for it.  I am adding just one to get the party started, but there
are certainly more like this that we could skip.

Change-Id: Ib074535c96a62137de63bbe58ff168a1e913688f
Approved-By: Tom Tromey <tom@tromey.com>
gdb/gdb-gdb.gdb.in

index d5d533a0a2e070103f2fb38221fe1ddfbb47dd03..34ce5f0d3bd30d4d60fbe0f1b88a767813117017 100644 (file)
@@ -37,3 +37,6 @@ document pdie
 Pretty print a DWARF DIE.
 Syntax: pdie die [depth]
 end
+
+# Trivial and uninteresting functions to skip.
+skip -rfu "^gdb::ref_ptr<.*>::get"