- Do not invalidate cached thread info when resuming threads.

- Bump up release number.
This commit is contained in:
Jeff Johnston 2004-10-07 18:53:18 +00:00
parent 8f3542a1fe
commit 25863f46c4
1 changed files with 8 additions and 1 deletions

View File

@ -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}.35
Release: 1.%{cvsdate}.38
License: GPL
Group: Development/Debuggers
Source: ftp://sources.redhat.com/pub/gdb/snapshots/current/gdb+dejagnu-20040607.tar.bz2
@ -89,6 +89,8 @@ Patch74: gdb-6.1post-threaded-watchpoints-sep2004.patch
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 for caching thread lwps for linux
Patch77: gdb-6.1post-lwp-cache-oct2004.patch
# Fix panic when stepping an solib call
Patch80: gdb-6.1post-infcall-step-jul2004.patch
@ -155,6 +157,7 @@ printing their data.
%patch74 -p1
%patch75 -p1
%patch76 -p1
%patch77 -p1
%patch80 -p1
# Change the version that gets printed at GDB startup, so it is RedHat
@ -331,6 +334,10 @@ fi
# don't include the files in include, they are part of binutils
%changelog
* Thu Oct 07 2004 Jeff Johnston <jjohnstn@redhat.com> 1.200400607.38
- Do not invalidate cached thread info when resuming threads.
- Bump up release number.
* Fri Oct 01 2004 Jeff Johnston <jjohnstn@redhat.com> 1.200400607.35
- Fix S/390 watchpoint support to work better under threading.