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: RFC: "set logging"


On Sat, Jun 28, 2003 at 12:34:02PM -0400, Daniel Jacobowitz wrote:
> On Mon, Jun 23, 2003 at 05:48:22PM -0400, Daniel Jacobowitz wrote:
> > On Sun, Jun 22, 2003 at 04:53:22PM -0400, Daniel Jacobowitz wrote:
> > > As discussed earlier:
> > >   set logging on [FILE]
> > >   set logging off
> > >   set logging overwrite [I changed the default to append]
> > >   set logging redirect
> > >   set logging file
> > >   show logging
> > > 
> > > I decided that one-off command logging was really a different class of thing
> > > from this patch, which is straight output logging, not really script-useful
> > > redirection.  So that's gone.
> > > 
> > > Is this OK?  Any comments?  Docs OK?
> > 
> > Here's an update, based on feedback.  Barring comments I'll commit it
> > in a couple of days to mainline, and next week to the branch.
> 
> Feedback was positive, so it's in.  I'll put it on the branch next week
> unless someone finds a problem.

Done; with this bit on HEAD to match reality.

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer

2003-07-02  Daniel Jacobowitz  <drow@mvista.com>

	* NEWS: Move "set logging" entry into GDB 6.0 section.

Index: NEWS
===================================================================
RCS file: /cvs/src/src/gdb/NEWS,v
retrieving revision 1.112
diff -u -p -r1.112 NEWS
--- NEWS	28 Jun 2003 16:19:05 -0000	1.112
+++ NEWS	2 Jul 2003 20:48:45 -0000
@@ -3,12 +3,12 @@
 
 *** Changes since GDB 6.0:
 
+*** Changes in GDB 6.0:
+
 * GDB supports logging output to a file
 
 There are two new commands, "set logging" and "show logging", which can be
 used to capture GDB's output to a file.
-
-*** Changes in GDB 6.0:
 
 * The meaning of "detach" has changed for gdbserver
 


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