]> git.pld-linux.org Git - packages/gdb.git/blame - gdb-bz555076-gcore-small-height.patch
- updated (performance fixes).
[packages/gdb.git] / gdb-bz555076-gcore-small-height.patch
CommitLineData
51a5ef0f
PS
1--- a/gdb/gdb_gcore.sh
2+++ b/gdb/gdb_gcore.sh
3@@ -64,6 +64,9 @@ for pid in $*
4 do
5 # Write gdb script for pid $pid.
6 cat >>$tmpfile <<EOF
7+set pagination off
8+set width 0
9+set height 0
10 attach $pid
11 gcore $name.$pid
12 detach
This page took 0.577008 seconds and 4 git commands to generate.