gdb: add more skips to gdb-gdb.gdb

These are rather uninteresting constructors to step into.

Change-Id: Ic22eca60eb03b1f81e0d9f304417659a2d982356
This commit is contained in:
Simon Marchi
2025-10-02 14:45:57 -04:00
parent 1c760c0036
commit d9901bd303

View 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"