Do not annihilate redirections specified in the Program Arguments.
commit114dd73b9b5a4d9285acb4702810fb5426bb6b40
authorJohannes Sixt <johannes.sixt@telecom.at>
Sat, 11 Nov 2006 23:53:34 +0000 (12 00:53 +0100)
committerJohannes Sixt <johannes.sixt@telecom.at>
Sat, 11 Nov 2006 23:53:34 +0000 (12 00:53 +0100)
treed36718fad08de3f7ec5722780f8fa2ce9c47afd7
parent11ecd770cdb1eebe2d4c78ed385f5509df66e19c
Do not annihilate redirections specified in the Program Arguments.

Unless "Full terminal emulation" was chosen for a program, the redirections
that can be specified in the Program Arguments were overridden by internal
redirections to /dev/null. With this modification the internal redirections
are placed first on the arguments line so that the user's redirections
come later and, therefore, prevail.

Reported by Christian Helbling.
kdbg/gdbdriver.cpp