aboutsummaryrefslogtreecommitdiff
path: root/gcc/gdbinit.in
diff options
context:
space:
mode:
authorDavid Malcolm <dmalcolm@redhat.com>2014-08-29 20:20:17 +0000
committerDavid Malcolm <dmalcolm@gcc.gnu.org>2014-08-29 20:20:17 +0000
commit08216dfb85350e19d72571f3d0dbdcc377ab9500 (patch)
tree652cad211f35033f1f93d647793a902a6a889160 /gcc/gdbinit.in
parent606f9e78c690cf9f1a37d7939b0e279878a29cd7 (diff)
downloadgcc-08216dfb85350e19d72571f3d0dbdcc377ab9500.zip
gcc-08216dfb85350e19d72571f3d0dbdcc377ab9500.tar.gz
gcc-08216dfb85350e19d72571f3d0dbdcc377ab9500.tar.bz2
gdbinit.in: Skip various inline functions in rtl.h when stepping
gcc/ 2014-08-29 David Malcolm <dmalcolm@redhat.com> * gdbinit.in: Skip various inline functions in rtl.h when stepping. From-SVN: r214741
Diffstat (limited to 'gcc/gdbinit.in')
-rw-r--r--gcc/gdbinit.in20
1 files changed, 20 insertions, 0 deletions
diff --git a/gcc/gdbinit.in b/gcc/gdbinit.in
index 25c530a..2324688 100644
--- a/gcc/gdbinit.in
+++ b/gcc/gdbinit.in
@@ -234,4 +234,24 @@ set check type off
# These are used in accessor macros.
# Note that this is added at the end because older gdb versions
# do not understand the 'skip' command.
+# See https://sourceware.org/gdb/current/onlinedocs/gdb/Skipping-Over-Functions-and-Files.html
skip file tree.h
+
+# Likewise, skip various inline functions in rtl.h.
+skip rtx_expr_list::next
+skip rtx_expr_list::element
+skip rtx_insn_list::next
+skip rtx_insn_list::insn
+skip rtx_sequence::len
+skip rtx_sequence::element
+skip rtx_sequence::insn
+skip INSN_UID
+skip PREV_INSN
+skip SET_PREV_INSN
+skip NEXT_INSN
+skip SET_NEXT_INSN
+skip BLOCK_FOR_INSN
+skip PATTERN
+skip INSN_LOCATION
+skip INSN_HAS_LOCATION
+skip JUMP_LABEL_AS_INSN