This is the mail archive of the gdb@sourceware.cygnus.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]

New stream - gdb_stdlog/gdb_stddebug?


Hello,

At present GDB has two output streams:

	gdb_stdout
	gdb_stderr

I'd like to propose the addition of a third stream:

	gdb_stdlog OR gdb_stddebug

that would be used by any debug/log messages.

At present debug information is somewhat arbitrarily sent to either the
stdout or the stderr stream.  The intention here is to rationalize this
so that it is clear where any (non output) messages should go.

Anyone see any problems with this?  Any better names?

	Andrew

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