- Fix thread_db_get_lwp to handle 2nd format ptids.
This commit is contained in:
parent
d3bc91a750
commit
6540973d54
8
gdb.spec
8
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}.33
|
||||
Release: 1.%{cvsdate}.34
|
||||
License: GPL
|
||||
Group: Development/Debuggers
|
||||
Source: ftp://sources.redhat.com/pub/gdb/snapshots/current/gdb+dejagnu-20040607.tar.bz2
|
||||
@ -85,6 +85,8 @@ Patch72: gdb-6.1post-unload-aug2004.patch
|
||||
Patch73: gdb-6.1post-thread-step-sep2004.patch
|
||||
# Add threaded watchpoint support
|
||||
Patch74: gdb-6.1post-threaded-watchpoints-sep2004.patch
|
||||
# Fix for thread_db_get_lwp
|
||||
Patch75: gdb-6.1post-thread-get-lwp-oct2004.patch
|
||||
|
||||
# Fix panic when stepping an solib call
|
||||
Patch80: gdb-6.1post-infcall-step-jul2004.patch
|
||||
@ -149,6 +151,7 @@ printing their data.
|
||||
%patch72 -p1
|
||||
%patch73 -p1
|
||||
%patch74 -p1
|
||||
%patch75 -p1
|
||||
%patch80 -p1
|
||||
|
||||
# Change the version that gets printed at GDB startup, so it is RedHat
|
||||
@ -325,6 +328,9 @@ fi
|
||||
# don't include the files in include, they are part of binutils
|
||||
|
||||
%changelog
|
||||
* Fri Oct 01 2004 Jeff Johnston <jjohnstn@redhat.com> 1.200400607.34
|
||||
- Fix thread_db_get_lwp to handle 2nd format ptids.
|
||||
|
||||
* Mon Sep 27 2004 Andrew Cagney <cagney@redhat.com> 1.200400607.33
|
||||
- Don't unwind past a zero PC (when normal frames).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user