diff mbox

RFA: PATCH to tell gdb to skip over is-a.h inlines

Message ID 571E53C0.7040904@redhat.com
State New
Headers show

Commit Message

Jason Merrill April 25, 2016, 5:28 p.m. UTC
There doesn't seem to be any need to step through the is-a inline 
functions.  OK for trunk?

Comments

Jeff Law April 25, 2016, 5:30 p.m. UTC | #1
On 04/25/2016 11:28 AM, Jason Merrill wrote:
> There doesn't seem to be any need to step through the is-a inline
> functions.  OK for trunk?
Yes, please :-)
jeff
diff mbox

Patch

commit 1b74375b17e37ab7c5f96944148ff5a6bff3f8bc
Author: Jason Merrill <jason@redhat.com>
Date:   Wed Apr 20 10:21:02 2016 -0400

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

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