From b16c9237e6f4b582b2102f3273ce9e529174ad74 Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Mon, 27 Sep 2004 23:09:09 +0000 Subject: [PATCH] - Add threaded watchpoint support for x86, x86-64, and ia64. --- gdb.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/gdb.spec b/gdb.spec index 2f607f6..6ad86d0 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}.31 +Release: 1.%{cvsdate}.32 License: GPL Group: Development/Debuggers Source: ftp://sources.redhat.com/pub/gdb/snapshots/current/gdb+dejagnu-20040607.tar.bz2 @@ -82,6 +82,8 @@ Patch71: gdb-6.1post-java-infcall-aug2004.patch Patch72: gdb-6.1post-unload-aug2004.patch # Fix stepping in threads Patch73: gdb-6.1post-thread-step-sep2004.patch +# Add threaded watchpoint support +Patch74: gdb-6.1post-threaded-watchpoints-sep2004.patch # Fix panic when stepping an solib call Patch80: gdb-6.1post-infcall-step-jul2004.patch @@ -144,6 +146,7 @@ printing their data. %patch71 -p1 %patch72 -p1 %patch73 -p1 +%patch74 -p1 %patch80 -p1 # Change the version that gets printed at GDB startup, so it is RedHat @@ -320,6 +323,9 @@ fi # don't include the files in include, they are part of binutils %changelog +* Mon Sep 27 2004 Jeff Johnston 1.200400607.32 +- Add threaded watchpoint support for x86, x86-64, and ia64. + * Mon Sep 27 2004 Andrew Cagney 1.200400607.31 - Instead of deleting bigcore.exp, use runtest --ignore.