]> git.pld-linux.org Git - packages/gdb.git/blobdiff - gdb-6.6-bz229517-gcore-without-terminal.patch
- up to 7.3.1
[packages/gdb.git] / gdb-6.6-bz229517-gcore-without-terminal.patch
index 686bb9d5caaa05492eab52927b6b62f2b630b341..c2d01806e6d1351e8137e2286ac1c6d943d1420a 100644 (file)
@@ -7,19 +7,6 @@
        * gdb.base/gcorebg.exp, gdb.base/gcorebg.c: New files.
 
 
---- gdb-6.6-orig/gdb/gdb_gcore.sh      2005-12-17 17:33:59.000000000 -0500
-+++ gdb-6.6/gdb/gdb_gcore.sh   2007-04-22 05:42:50.000000000 -0400
-@@ -71,7 +71,9 @@
- quit
- EOF
--      gdb -x $tmpfile -batch
-+      # `</dev/null' to avoid touching interactive terminal if it is
-+      # available but not accessible (SIGTTIN risk)
-+      gdb -x $tmpfile -batch </dev/null
-       if [ -r $name.$pid ] ; then 
-           rc=0
 --- /dev/null  1 Jan 1970 00:00:00 -0000
 +++ ./gdb/testsuite/gdb.base/gcorebg.c 25 Feb 2007 12:21:20 -0000
 @@ -0,0 +1,43 @@
This page took 0.050989 seconds and 4 git commands to generate.