From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eli Zaretskii To: Daniel Berlin Cc: gdb@sources.redhat.com Subject: Re: Cast to a struct in expressions Date: Sat, 28 Apr 2001 23:47:00 -0000 Message-id: References: X-SW-Source: 2001-04/msg00213.html On Sat, 28 Apr 2001, Daniel Berlin wrote: > I have to modify that part of the docs since it says stabs is good for C++ > (which hasn't been true for about 4 years now) anyway Well, it only says ``for best results [...] use -gstabs'', so it's not an absolute. Stabs are certainly better than, say, COFF debug info for debugging C++. And if GCC is used, stabs are available on more platforms than dwarf2. So I think the manual language isn't totally wrong. Btw, if stabs aren't the best type of debug info available in GDB 5.0 for debugging C++ code, what is?