From: Jason Merrill Date: Tue, 31 Oct 2017 17:13:46 +0000 (-0400) Subject: * gdbinit.in: Skip over inlines from timevar.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e1d74c91314bc27646898cf3928940d5fc64d0ae;p=gcc.git * gdbinit.in: Skip over inlines from timevar.h. From-SVN: r254273 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c396b106f05..3ed1c09e6f4 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2017-10-31 Jason Merrill + + * gdbinit.in: Skip over inlines from timevar.h. + 2017-10-31 Martin Liska * doc/gcov.texi: Document new option. diff --git a/gcc/gdbinit.in b/gcc/gdbinit.in index be56b0ee25b..3e1279e5b2a 100644 --- a/gcc/gdbinit.in +++ b/gcc/gdbinit.in @@ -252,6 +252,9 @@ skip file is-a.h # And line-map.h. skip file line-map.h +# And timevar.h. +skip file timevar.h + # Likewise, skip various inline functions in rtl.h. skip rtx_expr_list::next skip rtx_expr_list::element