This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Merge C++ conversion into trunk (6/6 - gdb tree macro support)
- From: Andreas Schwab <schwab at linux-m68k dot org>
- To: Diego Novillo <dnovillo at google dot com>
- Cc: gcc-patches at gcc dot gnu dot org, Lawrence Crowl <crowl at google dot com>, Richard Guenther <rguenther at suse dot de>, Richard Henderson <rth at redhat dot com>
- Date: Mon, 27 Aug 2012 18:35:20 +0200
- Subject: Re: Merge C++ conversion into trunk (6/6 - gdb tree macro support)
- References: <20120812201732.GA15153@google.com> <m2pq6vkfmv.fsf@igel.home> <50284C6C.4080101@google.com>
Diego Novillo <dnovillo@google.com> writes:
> +# Skip all inline functions in tree.h.
> +# These are used in accessor macros.
> +# Note that this is added at the end because older gdb versions
> +# do not understand the 'skip' command.
> +skip "tree.h"
(gdb) skip "tree.h"
No function found named "tree.h".
Committed as obvious.
Andreas.
* gdbinit.in: Fix syntax of skip command.
diff --git a/gcc/gdbinit.in b/gcc/gdbinit.in
index 79ffc09..0ddb91b 100644
--- a/gcc/gdbinit.in
+++ b/gcc/gdbinit.in
@@ -1,5 +1,5 @@
# Copyright (C) 2001, 2002, 2003, 2004, 2006,
-# 2008, 2010 Free Software Foundation, Inc.
+# 2008, 2010, 2012 Free Software Foundation, Inc.
#
# This file is part of GCC.
#
@@ -208,4 +208,4 @@ b abort
# These are used in accessor macros.
# Note that this is added at the end because older gdb versions
# do not understand the 'skip' command.
-skip "tree.h"
+skip file tree.h
--
1.7.12
--
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."