This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: RFA: PATCH to tell gdb to skip over is-a.h inlines
- From: Jason Merrill <jason at redhat dot com>
- To: gcc-patches List <gcc-patches at gcc dot gnu dot org>
- Date: Thu, 28 Apr 2016 15:04:09 -0400
- Subject: Re: RFA: PATCH to tell gdb to skip over is-a.h inlines
- Authentication-results: sourceware.org; auth=none
- References: <571E53C0 dot 7040904 at redhat dot com>
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.
Jason
commit 59d1faf71bda301f6ac608534d3a7208f99cb8a5
Author: Jason Merrill <jason@redhat.com>
Date: Mon Apr 25 21:45:33 2016 -0400
* gdbinit.in: Skip line-map.h.
diff --git a/gcc/gdbinit.in b/gcc/gdbinit.in
index d221130..041c716 100644
--- a/gcc/gdbinit.in
+++ b/gcc/gdbinit.in
@@ -249,6 +249,9 @@ skip file tree.h
# Also skip inline functions in is-a.h.
skip file is-a.h
+# And line-map.h.
+skip file line-map.h
+
# Likewise, skip various inline functions in rtl.h.
skip rtx_expr_list::next
skip rtx_expr_list::element