- Expose $base, $allocate constructors and $delete, $base destructors for
breakpoints.
This commit is contained in:
parent
610a7a6892
commit
19015dd87c
9
gdb.spec
9
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}.47
|
||||
Release: 1.%{cvsdate}.48
|
||||
License: GPL
|
||||
Group: Development/Debuggers
|
||||
Source: ftp://sources.redhat.com/pub/gdb/snapshots/current/gdb+dejagnu-20040607.tar.bz2
|
||||
@ -101,6 +101,8 @@ Patch76: gdb-6.1post-s390-watchpoints-oct2004.patch
|
||||
Patch77: gdb-6.1post-lwp-cache-oct2004.patch
|
||||
# Fix for allowing macros to continue after backtrace errors
|
||||
Patch78: gdb-6.1post-backtrace-nov2004.patch
|
||||
# Fix to expose multiple constructors to end-user
|
||||
Patch79: gdb-6.1post-constructor-nov2004.patch
|
||||
|
||||
# Fix panic when stepping an solib call
|
||||
Patch80: gdb-6.1post-infcall-step-jul2004.patch
|
||||
@ -176,6 +178,7 @@ printing their data.
|
||||
%patch76 -p1
|
||||
%patch77 -p1
|
||||
%patch78 -p1
|
||||
%patch79 -p1
|
||||
%patch80 -p1
|
||||
|
||||
# Change the version that gets printed at GDB startup, so it is RedHat
|
||||
@ -353,6 +356,10 @@ fi
|
||||
# don't include the files in include, they are part of binutils
|
||||
|
||||
%changelog
|
||||
* Tue Nov 09 2004 Jeff Johnston <jjohnstn@redhat.com> 1.200400607.48
|
||||
- Expose $base, $allocate constructors and $delete, $base destructors
|
||||
for breakpoints.
|
||||
|
||||
* Tue Nov 09 2004 Andrew Cagney <cagney@redhat.com> 1.200400607.47
|
||||
- Enable PPC CFI.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user