rpms/gdb/devel gdb-6.3-gstack-20050411.patch, 1.4, 1.5 gdb-6.3-gstack-without-path-20060414.patch, 1.2, 1.3 gdb.spec, 1.345, 1.346

Jan Kratochvil jkratoch at fedoraproject.org
Mon Apr 27 15:22:01 UTC 2009


Author: jkratoch

Update of /cvs/pkgs/rpms/gdb/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31783

Modified Files:
	gdb-6.3-gstack-20050411.patch 
	gdb-6.3-gstack-without-path-20060414.patch gdb.spec 
Log Message:
* Mon Apr 27 2009 Jan Kratochvil <jan.kratochvil at redhat.com> - 6.8.50.20090302-22
- Fix pstack/gstack cutting very long lines (BZ 497849).


gdb-6.3-gstack-20050411.patch:

Index: gdb-6.3-gstack-20050411.patch
===================================================================
RCS file: /cvs/pkgs/rpms/gdb/devel/gdb-6.3-gstack-20050411.patch,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gdb-6.3-gstack-20050411.patch	2 Mar 2009 00:11:34 -0000	1.4
+++ gdb-6.3-gstack-20050411.patch	27 Apr 2009 15:22:01 -0000	1.5
@@ -67,7 +67,7 @@
 ===================================================================
 --- /dev/null	1970-01-01 00:00:00.000000000 +0000
 +++ gdb-6.8.50.20090226/gdb/gstack.sh	2009-02-26 22:10:05.000000000 +0100
-@@ -0,0 +1,45 @@
+@@ -0,0 +1,48 @@
 +#!/bin/sh
 +
 +if test $# -ne 1; then
@@ -107,6 +107,9 @@
 +
 +# Run GDB, strip out unwanted noise.
 +$GDB --quiet $readnever -nx /proc/$1/exe $1 <<EOF 2>&1 | 
++set width 0
++set height 0
++set pagination no
 +$backtrace
 +EOF
 +sed -n \

gdb-6.3-gstack-without-path-20060414.patch:

Index: gdb-6.3-gstack-without-path-20060414.patch
===================================================================
RCS file: /cvs/pkgs/rpms/gdb/devel/gdb-6.3-gstack-without-path-20060414.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gdb-6.3-gstack-without-path-20060414.patch	27 May 2006 07:34:28 -0000	1.2
+++ gdb-6.3-gstack-without-path-20060414.patch	27 Apr 2009 15:22:01 -0000	1.3
@@ -24,7 +24,7 @@
  if $GDB -nx --quiet --batch --readnever > /dev/null 2>&1; then
      readnever=--readnever
 @@ -39,7 +39,7 @@ fi
- $GDB --quiet $readnever -nx /proc/$1/exe $1 <<EOF 2>&1 | 
+ set pagination no
  $backtrace
  EOF
 -sed -n \


Index: gdb.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gdb/devel/gdb.spec,v
retrieving revision 1.345
retrieving revision 1.346
diff -u -r1.345 -r1.346
--- gdb.spec	19 Apr 2009 14:36:39 -0000	1.345
+++ gdb.spec	27 Apr 2009 15:22:01 -0000	1.346
@@ -13,7 +13,7 @@
 
 # The release always contains a leading reserved number, start it at 1.
 # `upstream' is not a part of `name' to stay fully rpm dependencies compatible for the testing.
-Release: 21%{?_with_upstream:.upstream}%{?dist}
+Release: 22%{?_with_upstream:.upstream}%{?dist}
 
 License: GPLv3+
 Group: Development/Debuggers
@@ -861,6 +861,9 @@
 %endif
 
 %changelog
+* Mon Apr 27 2009 Jan Kratochvil <jan.kratochvil at redhat.com> - 6.8.50.20090302-22
+- Fix pstack/gstack cutting very long lines (BZ 497849).
+
 * Sun Apr 19 2009 Jan Kratochvil <jan.kratochvil at redhat.com> - 6.8.50.20090302-21
 - New test for parsing elf64-i386 files for kdump PAE vmcore dumps (BZ 457187).
 




More information about the fedora-extras-commits mailing list