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 <ja...@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

Reply via email to