From: David Carlton <carlton@kealia.com>
To: Andrew Cagney <cagney@gnu.org>
Cc: gdb-patches@sources.redhat.com, Eli Zaretskii <eliz@gnu.org>
Subject: Re: GDB 6.1 "frozen"
Date: Thu, 25 Mar 2004 23:50:00 -0000 [thread overview]
Message-ID: <yf2hdwc7afz.fsf@hawaii.kealia.com> (raw)
In-Reply-To: <406361B3.5060308@gnu.org> (Andrew Cagney's message of "Thu, 25 Mar 2004 17:48:19 -0500")
On Thu, 25 Mar 2004 17:48:19 -0500, Andrew Cagney <cagney@gnu.org> said:
> I've got:
> - TUI doco (which should go in tomorrow)
> - this GNU/Novell PPC 64 build problem
> but I think that will be resolved in the next 24 hours.
I thought we still had disagreements over PROBLEMS: at the very least,
we should apply the following patch or some variant thereof.
David Carlton
carlton@kealia.com
2004-03-25 David Carlton <carlton@kealia.com>
* PROBLEMS: Refer to gdb/1588 instead of gdb/826.
Index: PROBLEMS
===================================================================
RCS file: /cvs/src/src/gdb/PROBLEMS,v
retrieving revision 1.23.2.3
diff -u -p -r1.23.2.3 PROBLEMS
--- PROBLEMS 25 Mar 2004 21:20:26 -0000 1.23.2.3
+++ PROBLEMS 25 Mar 2004 23:48:41 -0000
@@ -15,11 +15,6 @@ the abortion is displayed only after the
*** C++ support
-gdb/826: variables in C++ namespaces have to be enclosed in quotes
-
-When referring to a variable in C++ code that is inside a
-namespace, you have to put it inside single quotes.
-
gdb/931: GDB could be more generous when reading types C++ templates on input
When the user types a template, GDB frequently requires the type to be
@@ -43,6 +38,18 @@ type is "foobar__Fi.0:Local".
This applies only to classes where the class type is defined inside a
function, not to variables defined with types that are defined somewhere
outside any function (which most types are).
+
+gdb/1588: names of c++ nested types in casts must be enclosed in quotes
+
+You must type
+ (gdb) print ('Foo::Bar') x
+or
+ (gdb) print ('Foo::Bar' *) y
+instead of
+ (gdb) print (Foo::Bar) x
+or
+ (gdb) print (Foo::Bar *) y
+respectively.
gdb/1091: Constructor breakpoints ignored
gdb/1193: g++ 3.3 creates multiple constructors: gdb 5.3 can't set breakpoints
next prev parent reply other threads:[~2004-03-25 23:50 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-03-25 22:48 Andrew Cagney
2004-03-25 23:50 ` David Carlton [this message]
2004-03-26 0:14 ` Andrew Cagney
2004-03-26 9:55 ` Eli Zaretskii
2004-03-26 14:17 ` Andrew Cagney
2004-03-26 17:53 ` Eli Zaretskii
2004-03-26 17:00 ` David Carlton
2004-03-26 17:32 ` Eli Zaretskii
2004-03-26 17:58 ` David Carlton
2004-03-26 18:39 ` Eli Zaretskii
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=yf2hdwc7afz.fsf@hawaii.kealia.com \
--to=carlton@kealia.com \
--cc=cagney@gnu.org \
--cc=eliz@gnu.org \
--cc=gdb-patches@sources.redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox