Commit e1d74c91 by Jason Merrill Committed by Jason Merrill

* gdbinit.in: Skip over inlines from timevar.h.

From-SVN: r254273
parent 12d0e3aa
2017-10-31 Jason Merrill <jason@redhat.com>
* gdbinit.in: Skip over inlines from timevar.h.
2017-10-31 Martin Liska <mliska@suse.cz>
* doc/gcov.texi: Document new option.
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment