This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Add missing backslash in frame.c


On Tue, Aug 12, 2003 at 03:32:39PM -0400, Andrew Cagney wrote:
> >Index: frame.c
> >===================================================================
> >RCS file: /cvs/src/src/gdb/frame.c,v
> >retrieving revision 1.135
> >diff -u -p -r1.135 frame.c
> >--- frame.c 9 Aug 2003 15:10:08 -0000 1.135
> >+++ frame.c 10 Aug 2003 14:54:37 -0000
> >@@ -2424,7 +2424,7 @@ of the stack trace.",
> >   add_setshow_uinteger_cmd ("limit", class_obscure,
> > 			    &backtrace_limit, "\
> > Set an upper bound on the number of backtrace levels.\n\
> >-No more than the specified number of frames can be displayed or 
> >examined.\n
> >+No more than the specified number of frames can be displayed or 
> >examined.\n\
> > Zero is unlimited.", "\
> 
> Thanks.  I recently tried to get the ARI to check for this 
> (unsuccessfully it appears).
> 
> Anyone know of a GCC option that reports this?

No - but in newer GCC's it is either a mandatory warning (3.2?) or a
fatal error (3.3).

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]