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

Re: The debuggee's output


> Date: Tue, 22 Aug 2000 12:30:32 +0200
> From: Pierre Muller <muller@cerbere.u-strasbg.fr>
> 
> GDB does nothing with debuggee's output.
> 
>   On basic system as Dos this will for instance result in a mixing of GDB
> output and the debuggee output on screen.

That's not entirely accurate.  The DOS port of GDB has special code to
separate debuggee's output from its own (and the same for input).  So
output of GDB and of the debuggee is no more mixed on screen on DOS
than it is on Unix.

>   On other system, you can define another screen output for the debuggee,
> which avoid this mess.
> (see "set tty" command on linux or 
> "set new-console" on cygwin win32)

You can redirect the debugge's output on DOS as well, although not
with these commands.

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