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


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?

Andrew



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