rpms/gdb/devel gdb-6.7-bz233852-attach-signalled-test.patch, 1.1, 1.2 gdb.spec, 1.275, 1.276

Jan Kratochvil (jkratoch) fedora-extras-commits at redhat.com
Sat Mar 29 15:31:25 UTC 2008


Author: jkratoch

Update of /cvs/pkgs/rpms/gdb/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23201

Modified Files:
	gdb-6.7-bz233852-attach-signalled-test.patch gdb.spec 
Log Message:
* Sat Mar 29 2008 Jan Kratochvil <jan.kratochvil at redhat.com> - 6.8-2
- Cosmetic fix of a testcase sanity breakpoint setting (part of BZ 233852).


gdb-6.7-bz233852-attach-signalled-test.patch:

Index: gdb-6.7-bz233852-attach-signalled-test.patch
===================================================================
RCS file: /cvs/pkgs/rpms/gdb/devel/gdb-6.7-bz233852-attach-signalled-test.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gdb-6.7-bz233852-attach-signalled-test.patch	10 Jan 2008 17:17:49 -0000	1.1
+++ gdb-6.7-bz233852-attach-signalled-test.patch	29 Mar 2008 15:31:15 -0000	1.2
@@ -3,6 +3,12 @@
 	* gdb.threads/attach-into-signal.c, gdb.threads/attach-into-signal.exp,
 	gdb.threads/attach-stopped.c, gdb.threads/attach-stopped.exp: New files.
 
+2008-03-29  Jan Kratochvil  <jan.kratochvil at redhat.com>
+
+	Bugreport by Petr Muller.
+	* gdb.threads/attach-stopped.exp: Fix the `Second sleep' breakpoint,
+	add there a comment.
+
 Formerly gdb-6.3-bz202705-attach-stop-20051011-race-fix-test.patch:
 	gdb.threads/attachstop-mt.exp, gdb.threads/attachstop-mt.c
 
@@ -321,7 +327,7 @@
 diff -u -X /home/short/.diffi.list -ruNp gdb-6.5-unpatched/gdb/testsuite/gdb.threads/attach-stopped.exp gdb-6.5/gdb/testsuite/gdb.threads/attach-stopped.exp
 --- gdb-6.5-unpatched/gdb/testsuite/gdb.threads/attach-stopped.exp	1970-01-01 01:00:00.000000000 +0100
 +++ gdb-6.5/gdb/testsuite/gdb.threads/attach-stopped.exp	2008-01-09 15:26:30.000000000 +0100
-@@ -0,0 +1,221 @@
+@@ -0,0 +1,222 @@
 +# Copyright 2005-2007
 +
 +# This program is free software; you can redistribute it and/or modify
@@ -467,7 +473,8 @@
 +    } else {
 +	gdb_test "bt" ".*sleep.*main.*" "$threadtype: attach2 to stopped bt"
 +    }
-+    gdb_breakpoint [gdb_get_line_number "$threadtype: Second sleep"]
++    # This breakpoint is there for old/non-x86 kernels not restarting syscalls.
++    gdb_breakpoint [gdb_get_line_number "Second sleep"]
 +    set test "$threadtype: attach2 continue"
 +    send_gdb "continue\n"
 +    gdb_expect {


Index: gdb.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gdb/devel/gdb.spec,v
retrieving revision 1.275
retrieving revision 1.276
diff -u -r1.275 -r1.276
--- gdb.spec	28 Mar 2008 09:32:36 -0000	1.275
+++ gdb.spec	29 Mar 2008 15:31:15 -0000	1.276
@@ -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: 1%{?_with_upstream:.upstream}%{?dist}
+Release: 1postcvs%{?_with_upstream:.upstream}%{?dist}
 
 License: GPL
 Group: Development/Debuggers
@@ -741,6 +741,9 @@
 %{_mandir}/*/gdbserver.1*
 
 %changelog
+* Sat Mar 29 2008 Jan Kratochvil <jan.kratochvil at redhat.com> - 6.8-1postcvs
+- Cosmetic fix of a testcase sanity breakpoint setting (part of BZ 233852).
+
 * Fri Mar 28 2008 Jan Kratochvil <jan.kratochvil at redhat.com> - 6.8-1
 - Upgrade to the latest upstream final release gdb-6.8.
 




More information about the fedora-extras-commits mailing list