rpms/gdb/devel gdb-6.3-pie-20050110.patch, 1.8, 1.9 gdb-6.6-multifork-debugreg.patch, 1.5, 1.6 gdb.spec, 1.290, 1.291

Jan Kratochvil (jkratoch) fedora-extras-commits at redhat.com
Sun Jun 1 13:15:09 UTC 2008


Author: jkratoch

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

Modified Files:
	gdb-6.3-pie-20050110.patch gdb-6.6-multifork-debugreg.patch 
	gdb.spec 
Log Message:
* Sun Jun  1 2008 Jan Kratochvil <jan.kratochvil at redhat.com> - 6.8-10
- Fix crash on a watchpoint update on an inferior stop.
- Fix the s390x part of the hardware watchpoints after a fork.


gdb-6.3-pie-20050110.patch:

Index: gdb-6.3-pie-20050110.patch
===================================================================
RCS file: /cvs/pkgs/rpms/gdb/devel/gdb-6.3-pie-20050110.patch,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- gdb-6.3-pie-20050110.patch	22 Apr 2008 22:13:56 -0000	1.8
+++ gdb-6.3-pie-20050110.patch	1 Jun 2008 13:14:20 -0000	1.9
@@ -18,6 +18,10 @@
 
 	Port to gdb-6.7.50.20080227.
 
+2008-06-01  Jan Kratochvil  <jan.kratochvil at redhat.com>
+
+	Fix crash on a watchpoint update on an inferior stop.
+
 Index: gdb-6.8/gdb/dwarf2read.c
 ===================================================================
 --- gdb-6.8.orig/gdb/dwarf2read.c	2008-04-19 21:38:32.000000000 +0200
@@ -1023,15 +1027,6 @@
 ===================================================================
 --- gdb-6.8.orig/gdb/breakpoint.c	2008-04-19 21:38:33.000000000 +0200
 +++ gdb-6.8/gdb/breakpoint.c	2008-04-19 21:38:33.000000000 +0200
-@@ -973,7 +973,7 @@ update_watchpoint (struct breakpoint *b,
- 	}
- 
-       /* Look at each value on the value chain.  */
--      for (v = val_chain; v; v = next)
-+      for (v = val_chain; v; v = value_next (v))
- 	{
- 	  /* If it's a memory location, and GDB actually needed
- 	     its contents to evaluate the expression, then we
 @@ -3946,7 +3946,8 @@ describe_other_breakpoints (CORE_ADDR pc
  	      printf_filtered (" (thread %d)", b->thread);
  	    printf_filtered ("%s%s ",

gdb-6.6-multifork-debugreg.patch:

Index: gdb-6.6-multifork-debugreg.patch
===================================================================
RCS file: /cvs/pkgs/rpms/gdb/devel/gdb-6.6-multifork-debugreg.patch,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gdb-6.6-multifork-debugreg.patch	30 Mar 2008 22:15:14 -0000	1.5
+++ gdb-6.6-multifork-debugreg.patch	1 Jun 2008 13:14:20 -0000	1.6
@@ -23,6 +23,11 @@
 	* gdb.threads/watchpoint-fork-forkoff.c (forkoff): New delay after the
 	parent/child messages to fix a race.
 
+2008-05-28  Jan Kratochvil  <jan.kratochvil at redhat.com>
+
+	* s390-nat.c (s390_fix_watch_points): Fix its compilation failure
+	- rename it to S390_FIX_WATCH_POINTS_LIST.
+
 Index: gdb-6.7.50.20080227/gdb/amd64-linux-nat.c
 ===================================================================
 --- gdb-6.7.50.20080227.orig/gdb/amd64-linux-nat.c	2008-03-01 10:38:02.000000000 +0100
@@ -565,7 +570,7 @@
  
  static void
 -s390_fix_watch_points (ptid_t ptid)
-+s390_fix_watch_points (int tid, struct watch_area *area_list)
++s390_fix_watch_points_list (int tid, struct watch_area *area_list)
  {
 -  int tid;
 -


Index: gdb.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gdb/devel/gdb.spec,v
retrieving revision 1.290
retrieving revision 1.291
diff -u -r1.290 -r1.291
--- gdb.spec	22 May 2008 20:37:43 -0000	1.290
+++ gdb.spec	1 Jun 2008 13:14:20 -0000	1.291
@@ -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: 9%{?_with_upstream:.upstream}%{?dist}
+Release: 10%{?_with_upstream:.upstream}%{?dist}
 
 License: GPLv3+
 Group: Development/Debuggers
@@ -785,6 +785,10 @@
 %endif
 
 %changelog
+* Sun Jun  1 2008 Jan Kratochvil <jan.kratochvil at redhat.com> - 6.8-10
+- Fix crash on a watchpoint update on an inferior stop.
+- Fix the s390x part of the hardware watchpoints after a fork.
+
 * Thu May 22 2008 Jan Kratochvil <jan.kratochvil at redhat.com> - 6.8-9
 - Fix memory trashing on binaries from GNAT/Ada (workaround GCC PR 35998).
 




More information about the fedora-extras-commits mailing list