Jan Kratochvil
a5cb59e730
Disable unexpected GDB directories relocatability.
2012-01-11 23:35:43 +01:00
Jan Kratochvil
ec26424839
Fix BuildRequires for RHEL compatibility (BZ 701131).
2012-01-11 17:18:28 +01:00
Jan Kratochvil
2d09ea90fb
Provide %snap timestamp for: Provides: bundled(librarypackage)
...
Replace %define by %global.
Replace Java in Summary with Fortran (only GCC-compiled Java is supported).
Unbundle readline-6.2 with a workaround of skipped "ask" (BZ 701131).
Work around readline-6.2 incompatibility not asking for --more-- (BZ 701131).
2012-01-11 17:04:42 +01:00
Jan Kratochvil
7cb24ade9a
Mark %{_sysconfdir}/gdbinit as %config(noreplace).
...
Add appropriate: Provides: bundled(librarypackage).
Remove excessive explicit Requires: librarypackage.
2012-01-07 22:45:52 +01:00
Jan Kratochvil
2f2930eb78
Fix linking on non-x86* (such as s390*) after libgdb.a removal.
2012-01-05 14:44:59 +01:00
Jan Kratochvil
e6cdbfd018
Reinclude gdb-dlopen-stap-probe.patch (missing in Fedora glibc - BZ 752476).
2012-01-04 09:46:32 +01:00
Jan Kratochvil
191f4d2883
Fix SystemTap support regression on i686 (Sergio Durigan Junior).
2012-01-03 21:06:12 +01:00
Jan Kratochvil
254f0e90bc
Rebase to FSF GDB 7.4.50.20120103.
2012-01-03 16:00:12 +01:00
Jan Kratochvil
4862a154d1
No longer build bundled libstdc++ pretty printers on RHELs >= 7.
2011-11-28 14:29:49 +01:00
Sergio Durigan Junior
e349329c80
Backport fix for crash in cp_scan_for_anonymous_namespace
...
(Aleksandar Ristovski, BZ 750341).
2011-11-08 18:46:42 -02:00
Jan Kratochvil
52bb570800
Backport `info os processes' crash fix - for Eclipse (Pedro Alves, BZ 746294).
2011-10-14 22:13:26 +02:00
Jan Kratochvil
7218d159e3
Fix PIE testsuite run; new lib/future.exp hack and use -fPIC instead of -fPIE.
2011-10-11 17:11:36 +02:00
Jan Kratochvil
7649e489fb
[vla] Fix VLA arrays displayed in `bt full' (BZ 738482).
...
Fix DW_OP_GNU_implicit_pointer for DWARF32 v3+ on 64-bit arches.
Fix internal error on some optimized-out values.
2011-09-26 23:13:14 +02:00
Jan Kratochvil
c6934442a9
Python command/function auto-loading (Phil Muldoon, BZ 730976).
...
Work around PR libc/13097 "linux-vdso.so.1" warning message.
[TUI] Fix stepi on stripped code.
Add BuildRequires: systemtap-sdt-devel for archer-sergiodj-stap-patch-split.
2011-08-16 16:21:06 +02:00
Jan Kratochvil
922e4a0796
Fix dlopen of libpthread.so, patched glibc required (Gary Benson, BZ 669432).
2011-08-10 19:42:06 +02:00
Jan Kratochvil
b9aa4c4c7b
Improve GDB performance on inferior dlopen calls (Gary Benson, BZ 698001).
...
[python] Fix crash when pretty printer fails (Phil Muldoon, BZ 712715).
Fix crash on invalid C++ mangled names (BZ 729283).
2011-08-09 15:18:29 +02:00
Jan Kratochvil
ebad377b2d
Fix regression from VLA merge affecting -O0 -g watchpoints.
2011-07-29 22:55:31 +02:00
Jan Kratochvil
9a9da3171c
Include gcc -g3 .debug_macro implementation by Tom Tromey.
2011-07-29 18:59:36 +02:00
Jan Kratochvil
eceaa13e09
Rebase to FSF GDB 7.3.50.20110722.
...
Improve gcc-4.6 stdarg false prologue end workaround (GDB PR 12435 + GCC PR 47471).
2011-07-23 00:45:00 +02:00
Jan Kratochvil
3b55f7833b
Rebase to FSF GDB 7.3.50.20110722.
...
Improve gcc-4.6 stdarg false prologue end workaround (GDB PR 12435 + GCC PR 47471).
2011-07-23 00:41:56 +02:00
Jan Kratochvil
e6e9cf3987
Rebase to FSF GDB 7.2.90.20110703 (which is a 7.3 pre-release).
...
Adjust the `print errno' patch due to the DW_AT_linkage_name following again.
2011-07-03 17:22:23 +02:00
Jan Kratochvil
847a670287
Fix install-info for the gdb-doc subpackage (BZ 715228).
2011-06-24 12:20:35 +02:00
Jan Kratochvil
c8a4544144
Rebase to FSF GDB 7.2.90.20110525 (which is a 7.3 pre-release).
...
[stap] Fix double free (Sergio Durigan Junior).
2011-05-25 21:25:26 +02:00
Jan Kratochvil
4adfc8b85c
Search also for .<seqno> files in /usr/lib/debug/.build-id (BZ 641377).
2011-05-03 05:23:10 +02:00
Jan Kratochvil
7180591ac5
Bundle readline-6.2 with a workaround of skipped "ask" (BZ 701131).
...
Use --without-system-readline, disable Requires and BuildRequires of readline.
Drop gdb-6.5-readline-long-line-crash.patch and gdb-readline-6.0-signal.patch.
2011-05-02 16:17:50 +02:00
Jan Kratochvil
f314eb3eb5
Rebase to FSF GDB 7.2.90.20110429 (which is a 7.3 pre-release).
...
Fix -O2 -g breakpoints internal error + prologue skipping (BZ 612253).
Fix case insensitive symbols for Fortran by iFort (BZ 645773).
Fix physname-related CU expansion issue for C++ (PR 12708).
Fix Python access to inlined frames (BZ 694824).
2011-04-29 10:04:45 +02:00
Jan Kratochvil
09dd7775eb
Rebase to FSF GDB 7.2.90.20110411 (which is a 7.3 pre-release).
...
Include the proper fix for anonymous struct typedefs (Tom Tromey, BZ 672230).
2011-04-11 22:48:13 +02:00
Fabio M. Di Nitto
1cd4f3809f
- Cleanup spec file to add sparc|sparcv9|sparc64.
...
- Add sparc specific workarounds to toolchain badness:
- disable mmap in bdf/ via --without-mmap configure option.
- add patch to not build mmap support on sparc for gdb/.
- gdb code is NOT at fault, but we need a working gdb while we sort out
the toolchain and rebuild all packages. this workaround is NOT for upstream
Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
2011-03-30 14:08:36 +02:00
Jan Kratochvil
98c0c7adab
Fix occasional crash on `print errno' with no -pthread and no -g3 (BZ 690908).
2011-03-29 11:29:26 +02:00
Jan Kratochvil
46a1caf62e
Rebase to FSF GDB 7.2.50.20110328 (which is a 7.3 pre-release).
...
Bundle %{libstdcxxpython}.tar.bz2 unconditionally - for rebulds on RHELs.
2011-03-28 20:06:31 +02:00
Jan Kratochvil
5752ad02c2
Fix threading internal error on corrupted memory (BZ 677654).
...
Fix i386 rwatch+awatch before run (BZ 688788, on top of BZ 541866).
2011-03-20 22:23:58 +01:00
Jan Kratochvil
48cf710500
Rebase to FSF GDB 7.2.50.20110320 (which is a 7.3 pre-release).
...
Merge archer-sergiodj-stap, the SystemTap probes breakpoints feature.
[stap] Fix -O2 warnings.
Fix Ada support crash on uninitialized gdbarch.
2011-03-20 21:44:20 +01:00
Jan Kratochvil
d5159132e2
Rebase to FSF GDB 7.2.50.20110305 (which is a 7.3 pre-release).
2011-03-05 13:24:53 +01:00
Jan Kratochvil
9aa6e1de63
Include doc also in the PDF form; new BuildRequires: texinfo-tex.
2011-02-25 09:37:52 +01:00
Jan Kratochvil
833b1257d3
- Rebase to FSF GDB 7.2.50.20110222 (which is a 7.3 pre-release).
...
- Fix attach/core-load of {,un}prelinked i386 libs (bugreport by Michal Toman).
2011-02-23 00:35:53 +01:00
Jan Kratochvil
14982af20a
- Drop %{_datadir}/gdb/syscalls/* for unsupported arches.
2011-02-21 19:45:30 +01:00
Jan Kratochvil
3080c0e54f
- Rebase to FSF GDB 7.2.50.20110218 (which is a 7.3 pre-release).
...
- [vla] Fox Fortran vector slices for allocated arrays (for BZ 609782).
2011-02-18 11:25:34 +01:00
Jan Kratochvil
6b44006b8d
- Move the GFDL License to gdb-doc.
2011-02-15 16:26:53 +01:00
Jan Kratochvil
4d79cf2e34
Fix gdb-doc Group to be Documentation, also provide it as noarch.
2011-02-15 15:19:52 +01:00
Jan Kratochvil
6f7687c33f
- Drop non-user (gdbint) and obsolete (stabs) documentation.
...
- Install also HTML files besides the INFO file.
- Create new subpackage gdb-doc for both INFO and HTML files.
2011-02-15 00:39:22 +01:00
Jan Kratochvil
af2402c03d
- Rebase to FSF GDB 7.2.50.20110213 (which is a 7.3 pre-release).
...
- Fix occasionall unfound source lines (affecting at least glibc debugging).
- Fix const/volatile qualifiers of C++ types (PR c++/12328).
- Be backward compatible for --rebuild with <=fc14 librpm.so.1.
2011-02-13 20:09:54 +01:00
Dennis Gilmore
9f971d482a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
2011-02-08 17:25:49 -06:00
Jan Kratochvil
e266c66da6
- Fix regressions on C++ names resolving (PR 11734, PR 12273, Keith Seitz).
2011-02-06 23:48:08 +01:00
Jan Kratochvil
cb641a7fa4
- Rebase to FSF GDB 7.2.50.20110206 (which is a 7.3 pre-release).
2011-02-06 22:46:57 +01:00
Jan Kratochvil
c00fd45a3e
- Fix Python new-backtrace command (BZ 672235, Phil Muldoon).
2011-01-27 11:55:59 +01:00
Jan Kratochvil
16c47e7f0c
- Temporary fix of F15 gcc-4.6 child DIEs of DW_TAG_typedef (BZ 672230).
...
- Workaround gcc-4.6 stdarg false prologue end (GDB PR 12435 + GCC PR 47471).
2011-01-26 15:41:26 +01:00
Jan Kratochvil
ea07d44ec2
- Rebase to FSF GDB 7.2.50.20110125 (which is a 7.3 pre-release).
...
- Fix discontiguous address ranges in .gdb_index - v3->v4 (BZ 672281).
- Fix DWARF-3+ DW_AT_accessibility default assumption for F15 gcc-4.6.
2011-01-25 22:59:16 +01:00
Jan Kratochvil
8973456f5a
- Rebase to FSF GDB 7.2.50.20110125 (which is a 7.3 pre-release).
...
- Fix discontiguous address ranges in .gdb_index - v3->v4 (BZ 672281).
- Fix DWARF-3+ DW_AT_accessibility default assumption for F15 gcc-4.6.
2011-01-25 22:51:27 +01:00
Jan Kratochvil
f4677c421e
- Use librpm.so.2 for rpm-4.9.0 in Fedora 15.
2011-01-20 17:05:53 +01:00
Jan Kratochvil
6b3e65b584
- Use %{?dist} for sanity checking tools compliance (suggested by Petr Muller).
2011-01-17 19:16:23 +01:00