diff mbox

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

Message ID 57225EA9.9000207@redhat.com
State New
Headers show

Commit Message

Jason Merrill April 28, 2016, 7:04 p.m. UTC
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

Comments

Jason Merrill Oct. 31, 2017, 5:14 p.m. UTC | #1
On Thu, Apr 28, 2016 at 3:04 PM, Jason Merrill <jason@redhat.com> wrote:
> 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.

And timevar.h.

Jason
commit b2476880463deb5da5547dfb50eafe4d1a38cf64
Author: Jason Merrill <jason@redhat.com>
Date:   Fri Oct 20 16:11:39 2017 -0400

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

diff --git a/gcc/gdbinit.in b/gcc/gdbinit.in
index be56b0ee25b..3e1279e5b2a 100644
--- a/gcc/gdbinit.in
+++ b/gcc/gdbinit.in
@@ -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
diff mbox

Patch

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