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


Eli Zaretskii wrote:
> > 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.

Ah, I misunderstood.  I've now changed this to \n\ to ensure the
line as printed is no longer than 80 characters; same for the
stop-on-load command.

Bye,
Ulrich

-- 
  Dr. Ulrich Weigand
  GNU Toolchain for Linux on System z and Cell BE
  Ulrich.Weigand@de.ibm.com


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