* gdbinit.in: Skip is-a.h.
authorJason Merrill <jason@redhat.com>
Mon, 25 Apr 2016 17:44:15 +0000 (13:44 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Mon, 25 Apr 2016 17:44:15 +0000 (13:44 -0400)
From-SVN: r235415

gcc/ChangeLog
gcc/gdbinit.in

index 954238cd80aa9764636526fa4d4c0118e2a968b2..b7d887581faaae4af2056a02db17f4b2c47e0ff5 100644 (file)
@@ -1,5 +1,7 @@
 2016-04-25  Jason Merrill  <jason@redhat.com>
 
+       * gdbinit.in: Skip is-a.h.
+
        * attribs.c (register_scoped_attributes): Fix logic.
        * attribs.h: Declare register_scoped_attributes.
 
index af7d51ae98acdc05ac178451c4a0fbf1c4d89386..d2211304afe93e170b02e2b625409f5b0209ed6b 100644 (file)
@@ -246,6 +246,9 @@ set check type off
 # See https://sourceware.org/gdb/current/onlinedocs/gdb/Skipping-Over-Functions-and-Files.html
 skip file tree.h
 
+# Also skip inline functions in is-a.h.
+skip file is-a.h
+
 # Likewise, skip various inline functions in rtl.h.
 skip rtx_expr_list::next
 skip rtx_expr_list::element