diff options
author | Jason Merrill <jason@redhat.com> | 2016-04-25 13:44:15 -0400 |
---|---|---|
committer | Jason Merrill <jason@gcc.gnu.org> | 2016-04-25 13:44:15 -0400 |
commit | e6e860a2c98b25731642126619adf35d4e1fd97c (patch) | |
tree | cc84d0dbfcef169381423a295aa8300686fe50e7 /gcc | |
parent | d067e05f0e9a765e9ce60938aac1a1c99701cc33 (diff) | |
download | gcc-e6e860a2c98b25731642126619adf35d4e1fd97c.zip gcc-e6e860a2c98b25731642126619adf35d4e1fd97c.tar.gz gcc-e6e860a2c98b25731642126619adf35d4e1fd97c.tar.bz2 |
* gdbinit.in: Skip is-a.h.
From-SVN: r235415
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 2 | ||||
-rw-r--r-- | gcc/gdbinit.in | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 954238c..b7d8875 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. diff --git a/gcc/gdbinit.in b/gcc/gdbinit.in index af7d51a..d221130 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 |