Commit e6e860a2 by Jason Merrill Committed by Jason Merrill

* gdbinit.in: Skip is-a.h.

From-SVN: r235415
parent d067e05f
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.
......
......@@ -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
......
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