This is the mail archive of the gdb-patches@sourceware.org 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: [rfc] [18/18] Cell multi-arch: Automatically flush software-managed cache


> Date: Mon, 8 Sep 2008 13:47:36 +0200 (CEST)
> From: "Ulrich Weigand" <uweigand@de.ibm.com>
> Cc: gdb-patches@sourceware.org
> 
> > > +Use \"on\" to automatically flush the software-managed cache whenever SPE execution stops.\n\
> > 
> > This line is too long.
> 
> Both issues should be fixed in the patch below.

The second one is not, I think:

> +Use \"on\" to automatically flush the software-managed cache \

The trailing backslash escapes the following newline, so the line will
be still too long when displayed by GDB; you want \n\, I think.

Thanks.


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