- Temporarily disable attaching to a stopped process (BZ 453688)
- To be reintroduced after a fix of the kernel BZ 454404.
This commit is contained in:
parent
4bbd3a23f8
commit
bc809fee48
8
gdb.spec
8
gdb.spec
@ -13,7 +13,7 @@ Version: 6.8
|
|||||||
|
|
||||||
# The release always contains a leading reserved number, start it at 1.
|
# The release always contains a leading reserved number, start it at 1.
|
||||||
# `upstream' is not a part of `name' to stay fully rpm dependencies compatible for the testing.
|
# `upstream' is not a part of `name' to stay fully rpm dependencies compatible for the testing.
|
||||||
Release: 19%{?_with_upstream:.upstream}%{?dist}
|
Release: 20%{?_with_upstream:.upstream}%{?dist}
|
||||||
|
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
Group: Development/Debuggers
|
Group: Development/Debuggers
|
||||||
@ -534,7 +534,7 @@ rm -f gdb/jv-exp.c gdb/m2-exp.c gdb/objc-exp.c gdb/p-exp.c
|
|||||||
%patch247 -p1
|
%patch247 -p1
|
||||||
%patch249 -p1
|
%patch249 -p1
|
||||||
%patch254 -p1
|
%patch254 -p1
|
||||||
%patch256 -p1
|
###%patch256 -p1
|
||||||
%patch258 -p1
|
%patch258 -p1
|
||||||
%patch260 -p1
|
%patch260 -p1
|
||||||
%patch261 -p1
|
%patch261 -p1
|
||||||
@ -843,6 +843,10 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 13 2008 Jan Kratochvil <jan.kratochvil@redhat.com> - 6.8-20
|
||||||
|
- Temporarily disable attaching to a stopped process (BZ 453688)
|
||||||
|
- To be reintroduced after a fix of the kernel BZ 454404.
|
||||||
|
|
||||||
* Mon Aug 4 2008 Jan Kratochvil <jan.kratochvil@redhat.com> - 6.8-19
|
* Mon Aug 4 2008 Jan Kratochvil <jan.kratochvil@redhat.com> - 6.8-19
|
||||||
- Fix `errno' printing on nonthreaded non-g3 inferiors (TLS minsym is absolute).
|
- Fix `errno' printing on nonthreaded non-g3 inferiors (TLS minsym is absolute).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user