On Thu, Apr 28, 2016 at 3:04 PM, Jason Merrill <ja...@redhat.com> wrote: > On 04/25/2016 01:28 PM, Jason Merrill wrote: >> >> There doesn't seem to be any need to step through the is-a inline >> functions. OK for trunk? > > Likewise line-map.h.
And timevar.h. Jason
commit b2476880463deb5da5547dfb50eafe4d1a38cf64 Author: Jason Merrill <ja...@redhat.com> Date: Fri Oct 20 16:11:39 2017 -0400 * gdbinit.in: Skip over inlines from timevar.h. 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