Commit Graph

478 Commits

Author SHA1 Message Date
Jan Kratochvil aeb6a62df2 - Fix false warning: non-absolute filename: <the main exec. file> (BZ 640648). 2010-10-06 22:44:56 +02:00
Jan Kratochvil 8e50e08ea7 - New Conflicts: elfutils < 0.149 due to the .gdb_index .debug support. 2010-09-30 16:36:06 +02:00
Jan Kratochvil a161ab2c00 - [ifunc] Fix crash on deleting watchpoint of an autovariable (BZ 637770). 2010-09-29 01:48:21 +02:00
Jan Kratochvil c45f9b5276 - Revert the -O0 switch formerly to workaround GCC BZ 634757 (cmove bug).
- Remove no longer used BuildRequires: libstdc++.
- Remove commented out python libstdc++ .spec code.
2010-09-27 17:18:24 +02:00
Jan Kratochvil e811d669fc - Fixup %{_datadir}/gdb/python/gdb timestamps for multilib conflicts. 2010-09-26 00:07:27 +02:00
Jan Kratochvil 20ca7f0fe4 - Fix .gdb_index for big-endian hosts (Tom Tromey). 2010-09-25 19:06:27 +02:00
Jan Kratochvil a0db7fa0a1 - Fix lost siginfo_t in linux-nat (BZ 592031). 2010-09-25 16:00:11 +02:00
Jan Kratochvil 6431dd6312 - Fix infinite loop crash on self-referencing class (BZ 627432). 2010-09-25 15:15:33 +02:00
Jan Kratochvil e542160e6c - gcore/-Wl,-z,relro: Always write out all the pages until kernel gets a fix. 2010-09-23 23:41:50 +02:00
Jan Kratochvil 584a39808a - Fix gcore writer for -Wl,-z,relro (PR corefiles/11804). 2010-09-23 00:01:41 +02:00
Jan Kratochvil 5eaef129d9 - Enable python by default even in Brew and on all the arches (BZ 609157). 2010-09-22 11:57:21 +02:00
Jan Kratochvil 74d8b422e5 - python: load *-gdb.py for shlibs during attach (BZ 634660).
- Fix double free crash during overload resolution (PR 12028, Sami Wagiaalla).
2010-09-22 11:19:50 +02:00
Jan Kratochvil 630696c0f6 - Fix python gdb.solib_address (BZ 634108, fix by Phil Muldoon).
- Temporarily build with -O0 to workaround GCC BZ 634757 (cmove bug).
2010-09-18 15:53:53 +02:00
Jan Kratochvil 49707ab865 - Fix Ada regression when any .gdb_index library is present. 2010-09-15 00:02:43 +02:00
Jan Kratochvil 7b8c13a3ff - Fix symbol lookup misses methods of current class (BZ 631158, Sami Wagiaalla).
- Fix python gdb.execute-to_string redirection (BZ 627506, with Paul Bolle).
2010-09-11 21:06:37 +02:00
Jan Kratochvil 941489ae9f - Do not crash on broken separate debuginfo due to old elfutils (BZ 631575). 2010-09-08 21:53:11 +02:00
Jan Kratochvil a7131289b9 Fix mistaken author for gdb-7.2-1.fc14 . 2010-09-04 23:33:27 +02:00
Dennis Gilmore f6b4d6946b libinproctrace doesnt exist on sparc arches 2010-09-04 16:23:10 -05:00
Jan Kratochvil fd71495700 - Formal update to the final FSF GDB release. 2010-09-03 10:10:00 +02:00
Jan Kratochvil 562d933af5 - Formal update to the final FSF GDB release. 2010-09-03 10:09:21 +02:00
Dan Horák 66fd671afb - libinproctrace doesn't exist on s390(x) 2010-08-24 20:21:12 +02:00
Jan Kratochvil d7181112aa - Fix crash on MI variable calling inferior function (BZ 610986). 2010-08-19 11:01:51 +02:00
Jan Kratochvil e36d664785 * Tue Aug 10 2010 Jan Kratochvil <jan.kratochvil@redhat.com> - 7.1.90.20100806-10.fc14
- Fix /usr/bin/gdb-add-index missing -nx for gdb.
- New option --with profile (disabled by default - missing workload, BZ 615603).
2010-08-10 01:39:48 +02:00
Jan Kratochvil a8ba821c57 * Sat Aug 7 2010 Jan Kratochvil <jan.kratochvil@redhat.com> - 7.1.90.20100806-9.fc14
- Fix python gdb.execute to_string pagination (BZ 620930).
2010-08-07 17:34:15 +02:00
Jan Kratochvil dbdd4476b8 * Fri Aug 6 2010 Jan Kratochvil <jan.kratochvil@redhat.com> - 7.1.90.20100806-8.fc14
- Out of memory is just an error, not fatal (uninitialized VLS vars, BZ 568248).
2010-08-06 18:57:00 +02:00
Jan Kratochvil fc20e6331a * Fri Aug 6 2010 Jan Kratochvil <jan.kratochvil@redhat.com> - 7.1.90.20100806-7.fc14
- Fix gcore from very small terminal windows (BZ 555076).
- Fix false `filesystem' debuginfo rpm request (BZ 599598).
2010-08-06 18:40:59 +02:00
Fedora Release Engineering 5abe5add8a dist-git conversion 2010-07-28 15:15:58 +00:00
Mamoru Tasaka 924e99b419 - Rebuild against python 2.7 2010-07-28 07:06:49 +00:00
Jan Kratochvil 44969d3e6c - Fix /usr/bin/gdb-add-index $d -> $dir typo. 2010-07-22 11:28:58 +00:00
Jan Kratochvil 20f9f675af - Import archer-tromey-python.
- Import archer-tromey-optional-psymtab (as present in FSF GDB post-7.2).
- Provide /usr/bin/gdb-add-index for rpm-build (Tom Tromey).
2010-07-22 10:49:58 +00:00
dmalcolm 4d3bc055ec - Rebuilt for
https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
2010-07-22 05:22:00 +00:00
Jan Kratochvil f13fc54bce - Fix prelinked executables with sepdebug and copy relocations (BZ 614659). 2010-07-21 21:50:13 +00:00
Jan Kratochvil dd46ae6cd0 - Rebase to FSF GDB 7.1.90.20100721 (which is 7.2 pre-release). 2010-07-21 21:30:20 +00:00
Jan Kratochvil 1c901a1d76 - Disable temporarily Python files before the new rebase is done (BZ
613710).
2010-07-13 06:51:09 +00:00
Jan Kratochvil bc0aadfac7 Described issues are all known now. 2010-07-11 18:10:40 +00:00
Jan Kratochvil ee681d3b2f - Rebuild for Fedora 14. 2010-07-11 18:06:33 +00:00
Jan Kratochvil c874340ae4 - Fix i386+x86_64 rwatch+awatch before run, regression against 6.8 (BZ
541866).
2010-02-08 21:00:12 +00:00
Jan Kratochvil 3b3433b0b0 - Rediff gdb-6.8-bz254229-gcore-prpsinfo.patch for older patch(1)
compatibility.
2010-02-03 06:36:20 +00:00
Jan Kratochvil aee5861550 - archer-jankratochvil-fedora13 commit:
59c35a31f0981a0f0b884b32c91ae6325b2126cd
- Fortran: Fix regression on setting breakpoint at toplevel symbols (BZ
    559291; David Moore, Intel).
2010-02-03 06:05:13 +00:00
Jan Kratochvil 8b7a3e1875 - archer-jankratochvil-fedora13 commit:
5a573e8b26a2f0a6947d4c0249e43e5456610860
- Remove ExcludeArch on ia64 as it is now fixed up.
2010-02-01 00:41:35 +00:00
Jan Kratochvil a04bc95fa3 - Fix failed gdb_assert due to the PIE patchset (BZ 559414). 2010-01-31 01:57:45 +00:00
Jan Kratochvil 45f79714b9 - Upgrade to the FSF GDB snapshot: 7.0.50.20100128
- archer-jankratochvil-fedora13 commit:
    39c5a8b75fad3acd7204903db5dee025055a4594
- Fix a regression on "AAA::ALPHA" test due to a merge from FSF GDB.
- Fix a regression of previous release due to false identification as core
    file.
- Move ifunc .patch into the GIT-managed archer-jankratochvil-fedora13
    branch.
- Update gdb.pie/corefile.exp from 2007-01-26 FSF GDB commit by Andreas
    Schwab.
2010-01-28 22:26:15 +00:00
Jan Kratochvil b469073e48 - Enable loading a core file just as a single argument to /usr/bin/gdb. 2010-01-25 17:13:16 +00:00
Jan Kratochvil 7abf5f4318 - testsuite: Fix gdb.arch/i386-bp_permanent.exp regression 2010-01-24 04:38:20 +00:00
Jan Kratochvil 755bb6f90b - Update gdb.arch/powerpc-power7.exp for current binutils HEAD. 2010-01-24 03:56:31 +00:00
Jan Kratochvil 9291de59d7 - Disable addon (finish) due to inline-cmds.exp: up from outer_inline2
assert.
- Fix gdb.arch/powerpc-power7.exp compatibility.
2010-01-23 00:00:24 +00:00
Jan Kratochvil e9671f2471 - Disable break-by-name on inlined functions due to a regression on
parameters of inlined functions falsely <optimized out> (BZ 556975
    Comment 8).
2010-01-22 11:06:51 +00:00
Jan Kratochvil c5a9fdc6a7 - Adjust BuildRequires for RHELs, add ExcludeArch on ia64.
- Disable one PIE-introduced assertion on RHELs.
2010-01-22 01:26:39 +00:00
Jan Kratochvil 39d52ac1d6 - Revert FSF GDB gdbserver tracepoints as incomplete now. 2010-01-21 19:53:41 +00:00
Jan Kratochvil 5542e358c5 - archer-jankratochvil-fedora13 commit:
21e418c04290aa5d2e75543d31fe3fe5d70d6d41
- [expr-cumulative] Fix "break expr if (cond)" regression.
2010-01-21 18:25:34 +00:00