public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* RFA: PATCH to tell gdb to skip over is-a.h inlines
@ 2016-04-25 17:28 Jason Merrill
  2016-04-25 17:30 ` Jeff Law
  2016-04-28 19:04 ` Jason Merrill
  0 siblings, 2 replies; 4+ messages in thread
From: Jason Merrill @ 2016-04-25 17:28 UTC (permalink / raw)
  To: gcc-patches List, Jakub Jelinek

[-- Attachment #1: Type: text/plain, Size: 93 bytes --]

There doesn't seem to be any need to step through the is-a inline 
functions.  OK for trunk?

[-- Attachment #2: skip-is-a.diff --]
[-- Type: text/x-patch, Size: 603 bytes --]

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-10-31 17:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-25 17:28 RFA: PATCH to tell gdb to skip over is-a.h inlines Jason Merrill
2016-04-25 17:30 ` Jeff Law
2016-04-28 19:04 ` Jason Merrill
2017-10-31 17:22   ` Jason Merrill

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).