Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 0866304a832837ba85e0e19a586fa40c > files > 97

gdb-7.2-16.fc14.src.rpm

--- a/gdb/gdb_gcore.sh
+++ b/gdb/gdb_gcore.sh
@@ -64,6 +64,9 @@ for pid in $*
 do
 	# Write gdb script for pid $pid.  
 	cat >>$tmpfile <<EOF
+set pagination off
+set width 0
+set height 0
 attach $pid
 gcore $name.$pid
 detach