Re: GDB has problems with getting commands piped to STDIN
- From: John Reiser <jreiser@xxxxxxxxxxxx>
- Date: Sun, 22 Apr 2007 11:43:59 -0700
I'm trying to pipe commands to gdb ...
gdb is unreasonable unless stdin is a tty or pty.
A plain pipe does not work well, as you discovered.
If the gdb commandline arguments -x and/or -batch
are not sufficient, then probably you must use a pty.
--
.
- Follow-Ups:
- Re: GDB has problems with getting commands piped to STDIN
- From: Andrei Voropaev
- Re: GDB has problems with getting commands piped to STDIN
- References:
- GDB has problems with getting commands piped to STDIN
- From: Alessio
- GDB has problems with getting commands piped to STDIN
- Prev by Date: GDB has problems with getting commands piped to STDIN
- Next by Date: which framework
- Previous by thread: GDB has problems with getting commands piped to STDIN
- Next by thread: Re: GDB has problems with getting commands piped to STDIN
- Index(es):
Relevant Pages
|
|