From 8f3542a1fe9b9658c28dfce1269464eb7e31462b Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Sat, 2 Oct 2004 00:25:14 +0000 Subject: [PATCH] - Fix S/390 watchpoint support to work better under threading. --- gdb.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/gdb.spec b/gdb.spec index 9cce3f3..e6297c3 100644 --- a/gdb.spec +++ b/gdb.spec @@ -6,7 +6,7 @@ Summary: A GNU source-level debugger for C, C++ and other languages. Name: gdb # Daily snapshot of gdb taken from FSF mainline cvs, after the 6.1 branchpoint. Version: 6.1post -Release: 1.%{cvsdate}.34 +Release: 1.%{cvsdate}.35 License: GPL Group: Development/Debuggers Source: ftp://sources.redhat.com/pub/gdb/snapshots/current/gdb+dejagnu-20040607.tar.bz2 @@ -87,6 +87,8 @@ Patch73: gdb-6.1post-thread-step-sep2004.patch Patch74: gdb-6.1post-threaded-watchpoints-sep2004.patch # Fix for thread_db_get_lwp Patch75: gdb-6.1post-thread-get-lwp-oct2004.patch +# Fix for S/390 watchpoints under threads. +Patch76: gdb-6.1post-s390-watchpoints-oct2004.patch # Fix panic when stepping an solib call Patch80: gdb-6.1post-infcall-step-jul2004.patch @@ -152,6 +154,7 @@ printing their data. %patch73 -p1 %patch74 -p1 %patch75 -p1 +%patch76 -p1 %patch80 -p1 # Change the version that gets printed at GDB startup, so it is RedHat @@ -328,6 +331,9 @@ fi # don't include the files in include, they are part of binutils %changelog +* Fri Oct 01 2004 Jeff Johnston 1.200400607.35 +- Fix S/390 watchpoint support to work better under threading. + * Fri Oct 01 2004 Jeff Johnston 1.200400607.34 - Fix thread_db_get_lwp to handle 2nd format ptids.