Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [patch/rfc] mention C++ support in NEWS
@ 2004-02-11 18:15 David Carlton
  2004-02-11 19:31 ` Eli Zaretskii
  0 siblings, 1 reply; 13+ messages in thread
From: David Carlton @ 2004-02-11 18:15 UTC (permalink / raw)
  To: gdb-patches; +Cc: Daniel Jacobowitz

I'm pretty much done merging in my C++ changes (I'll post another
message with more details in a sec), so it seems like it's time to
mention it in NEWS.  Any suggested improvements to the wording in the
following patch?

David Carlton
carlton@kealia.com

2004-02-11  David Carlton  <carlton@kealia.com>

	* NEWS: Mention C++ nested types and namespaces.

Index: NEWS
===================================================================
RCS file: /cvs/src/src/gdb/NEWS,v
retrieving revision 1.135
diff -u -p -r1.135 NEWS
--- NEWS	5 Feb 2004 19:56:33 -0000	1.135
+++ NEWS	11 Feb 2004 18:10:42 -0000
@@ -36,6 +36,13 @@ GDB support for location expressions has
 arguments and frame bases.  Older versions of GDB could crash when they
 encountered these.
 
+* C++ nested types and namespaces
+
+GDB's support for nested types and namespaces in C++ has been
+improved.  We recommend that you use the DWARF 2 debugging format to
+get the full benefit from this; this is the default for recent
+versions of GCC on most platforms.
+
 * New native configurations
 
 NetBSD/amd64					x86_64-*-netbsd*


^ permalink raw reply	[flat|nested] 13+ messages in thread
* Re: [patch/rfc] mention C++ support in NEWS
@ 2004-03-17  1:29 Michael Elizabeth Chastain
  2004-03-19  0:09 ` Michael Elizabeth Chastain
  0 siblings, 1 reply; 13+ messages in thread
From: Michael Elizabeth Chastain @ 2004-03-17  1:29 UTC (permalink / raw)
  To: carlton, eliz; +Cc: drow, gdb-patches

That's a good point.  How about:

  GDB's support for nested types and namespaces in C++ has been
  improved, especially if you use the DWARF 2 debugging format.  (This
  is the default for recent versions of GCC on most platforms.)
  Specifically, if you have a class "Inner" defined within a class or
  namespace "Outer", then GDB realizes that the class's name is
  "Outer::Inner", not simply "Inner".  This should greatly reduce the
  frequency of complaints about not finding RTTI symbols.  In
  addition, if you are stopped at inside of a function defined within
  a namespace, GDB modifies its name lookup accordingly.

My two cents: looks okay to me.

Michael C


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2004-03-17 17:39 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-02-11 18:15 [patch/rfc] mention C++ support in NEWS David Carlton
2004-02-11 19:31 ` Eli Zaretskii
2004-02-16 19:44   ` Daniel Jacobowitz
2004-03-19  0:09   ` David Carlton
2004-03-17  0:29     ` David Carlton
2004-03-19  0:09     ` Eli Zaretskii
2004-03-17  6:11       ` Eli Zaretskii
2004-03-17 17:32       ` Daniel Jacobowitz
2004-03-19  0:09         ` Daniel Jacobowitz
2004-03-19  0:09         ` David Carlton
2004-03-17 17:39           ` David Carlton
2004-03-17  1:29 Michael Elizabeth Chastain
2004-03-19  0:09 ` Michael Elizabeth Chastain

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox