From cc1e50b13366d00f1e065985dac63a56055e3e08 Mon Sep 17 00:00:00 2001 From: jason Date: Mon, 25 Apr 2016 17:44:15 +0000 Subject: [PATCH] * gdbinit.in: Skip is-a.h. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@235415 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 2 ++ gcc/gdbinit.in | 3 +++ 2 files changed, 5 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 954238cd80aa..b7d887581faa 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 af7d51ae98ac..d2211304afe9 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.47.3