From e6e860a2c98b25731642126619adf35d4e1fd97c Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Mon, 25 Apr 2016 13:44:15 -0400 Subject: [PATCH] * gdbinit.in: Skip is-a.h. From-SVN: r235415 --- gcc/ChangeLog | 2 ++ gcc/gdbinit.in | 3 +++ 2 files changed, 5 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 954238cd80a..b7d887581fa 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,7 @@ 2016-04-25 Jason Merrill + * gdbinit.in: Skip is-a.h. + * attribs.c (register_scoped_attributes): Fix logic. * attribs.h: Declare register_scoped_attributes. diff --git a/gcc/gdbinit.in b/gcc/gdbinit.in index af7d51ae98a..d2211304afe 100644 --- a/gcc/gdbinit.in +++ b/gcc/gdbinit.in @@ -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 -- 2.30.2