This commit is contained in:
parent
e9584446ba
commit
b1d1244d3c
26
expand-line-sal-maybe.diff
Normal file
26
expand-line-sal-maybe.diff
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
Index: gdb/breakpoint.c
|
||||||
|
===================================================================
|
||||||
|
RCS file: /cvs/src/src/gdb/breakpoint.c,v
|
||||||
|
retrieving revision 1.325
|
||||||
|
diff -u -a -p -u -p -a -r1.325 gdb/breakpoint.c
|
||||||
|
--- gdb/breakpoint.c 10 Jun 2008 09:29:15 -0000 1.325
|
||||||
|
+++ gdb/breakpoint.c 22 Jun 2008 23:51:37 -0000
|
||||||
|
@@ -5211,18 +5211,6 @@ expand_line_sal_maybe (struct symtab_and
|
||||||
|
return expanded;
|
||||||
|
}
|
||||||
|
|
||||||
|
- if (original_pc)
|
||||||
|
- {
|
||||||
|
- found = 0;
|
||||||
|
- for (i = 0; i < expanded.nelts; ++i)
|
||||||
|
- if (expanded.sals[i].pc == original_pc)
|
||||||
|
- {
|
||||||
|
- found = 1;
|
||||||
|
- break;
|
||||||
|
- }
|
||||||
|
- gdb_assert (found);
|
||||||
|
- }
|
||||||
|
-
|
||||||
|
return expanded;
|
||||||
|
}
|
||||||
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:842b1776aaa3d28c1fde81ca032bb4fc24327415b3043ecb8588c44e5c03d330
|
|
||||||
size 15390228
|
|
3
gdb-6.8.50.20080708-cvs.tar.bz2
Normal file
3
gdb-6.8.50.20080708-cvs.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:628687f41bef0db66322e4415c17b42a909a57d806f79b4d4ac04dbe5677b125
|
||||||
|
size 15391120
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 7 13:42:05 CEST 2008 - schwab@suse.de
|
||||||
|
|
||||||
|
- Update to head of trunk.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jun 18 16:47:02 CEST 2008 - schwab@suse.de
|
Wed Jun 18 16:47:02 CEST 2008 - schwab@suse.de
|
||||||
|
|
||||||
|
14
gdb.spec
14
gdb.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gdb (Version 6.8.50.20080618)
|
# spec file for package gdb (Version 6.8.50.20080708)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
@ -29,7 +29,7 @@ Group: Development/Tools/Debuggers
|
|||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
PreReq: %{install_info_prereq}
|
PreReq: %{install_info_prereq}
|
||||||
Summary: The GNU Debugger
|
Summary: The GNU Debugger
|
||||||
Version: 6.8.50.20080618
|
Version: 6.8.50.20080708
|
||||||
Release: 1
|
Release: 1
|
||||||
%define sss -cvs
|
%define sss -cvs
|
||||||
Source: gdb-%{version}%{sss}.tar.bz2
|
Source: gdb-%{version}%{sss}.tar.bz2
|
||||||
@ -42,6 +42,7 @@ Patch6: sect-index-text.diff
|
|||||||
Patch7: pie-relocate.diff
|
Patch7: pie-relocate.diff
|
||||||
Patch8: find-separate-debug-file.diff
|
Patch8: find-separate-debug-file.diff
|
||||||
Patch9: fix-gdb-backtrace.diff
|
Patch9: fix-gdb-backtrace.diff
|
||||||
|
Patch10: expand-line-sal-maybe.diff
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -110,9 +111,9 @@ Authors:
|
|||||||
%patch7
|
%patch7
|
||||||
%patch8
|
%patch8
|
||||||
%patch9
|
%patch9
|
||||||
|
%patch10
|
||||||
|
|
||||||
%build
|
%build
|
||||||
CFLAGS="$RPM_OPT_FLAGS" \
|
|
||||||
./configure --prefix=%{_prefix} --libdir=%{_libdir} --infodir=%{_infodir} \
|
./configure --prefix=%{_prefix} --libdir=%{_libdir} --infodir=%{_infodir} \
|
||||||
--mandir=%{_mandir} --with-system-readline \
|
--mandir=%{_mandir} --with-system-readline \
|
||||||
%ifarch ia64
|
%ifarch ia64
|
||||||
@ -122,12 +123,13 @@ CFLAGS="$RPM_OPT_FLAGS" \
|
|||||||
%endif
|
%endif
|
||||||
--with-separate-debug-dir=%{_prefix}/lib/debug \
|
--with-separate-debug-dir=%{_prefix}/lib/debug \
|
||||||
--enable-64-bit-bfd --disable-werror \
|
--enable-64-bit-bfd --disable-werror \
|
||||||
--build=%{_target_cpu}-suse-linux
|
--build=%{_target_cpu}-suse-linux \
|
||||||
|
CFLAGS="$RPM_OPT_FLAGS"
|
||||||
make %{?jobs:-j%jobs}
|
make %{?jobs:-j%jobs}
|
||||||
make info
|
make info
|
||||||
|
|
||||||
%check
|
%check
|
||||||
ulimit -c unlimited
|
ulimit -c $(ulimit -Hc)
|
||||||
TERM=dumb \
|
TERM=dumb \
|
||||||
make -k check || :
|
make -k check || :
|
||||||
|
|
||||||
@ -171,6 +173,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 07 2008 schwab@suse.de
|
||||||
|
- Update to head of trunk.
|
||||||
* Wed Jun 18 2008 schwab@suse.de
|
* Wed Jun 18 2008 schwab@suse.de
|
||||||
- Update to head of trunk.
|
- Update to head of trunk.
|
||||||
* Fri May 23 2008 matz@suse.de
|
* Fri May 23 2008 matz@suse.de
|
||||||
|
Loading…
x
Reference in New Issue
Block a user