From: Jason Merrill Date: Mon, 25 Apr 2016 17:44:15 +0000 (-0400) Subject: * gdbinit.in: Skip is-a.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e6e860a2c98b25731642126619adf35d4e1fd97c;p=gcc.git * gdbinit.in: Skip is-a.h. From-SVN: r235415 --- 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