]> git.pld-linux.org Git - packages/gdb.git/blob - gdb-bz555076-gcore-small-height.patch
- updated (performance fixes).
[packages/gdb.git] / gdb-bz555076-gcore-small-height.patch
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.03133 seconds and 3 git commands to generate.