summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-debug/gdb: add 16.1Sam James2025-01-182-0/+355
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-debug/gdb: add mirrors to EGIT_REPO_URISam James2024-12-011-1/+5
| | | | | | | | | sourceware was down earlier, so add some mirrors. sourcehut is an official mirror (albeit an experiment IIRC) by sourceware and x86-binutils is run by H.J. Lu. Signed-off-by: Sam James <sam@gentoo.org>
* dev-debug/gdb: drop 14.2-r1, 15.1, 15.1-r100, 15.2Sam James2024-11-305-1279/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-debug/gdb: support for AMD GPU debugging via USE=rocmSv. Lockal2024-11-303-1/+355
| | | | | | | | | | | | | | | This adds ability to debug AMD GPU code with recently added `dev-libs/rocdbgapi` library. This feature was introduced in GDB 13 and documented at: * https://sourceware.org/gdb/current/onlinedocs/gdb.html/AMD-GPU.html * https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=18b4d0736bc570c6d2e3e5f6ebc2ad4617d93847 As described in binutils-gdb commit message, this feature requires `--enable-targets=all`, and if no `--with-amd-dbgapi=yes/no` specified, it tries to probe for library and enable if found (which is undesirable for Gentoo), therefore it is better to set this flag explicitly. Signed-off-by: Sv. Lockal <lockalsash@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/37324 Signed-off-by: Sam James <sam@gentoo.org>
* dev-debug/gdb: add config checks for ptraceSam James2024-11-232-2/+30
| | | | | | See https://forums.gentoo.org/viewtopic-p-8846891.html. Signed-off-by: Sam James <sam@gentoo.org>
* dev-debug/gdb: Stabilize 15.2-r100 x86, #942834Sam James2024-11-191-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-debug/gdb: Stabilize 15.2-r100 sparc, #942834Sam James2024-11-191-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-debug/gdb: Stabilize 15.2-r100 hppa, #942834Sam James2024-11-191-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-debug/gdb: Stabilize 15.2 hppa, #941497Sam James2024-11-131-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-debug/gdb: Stabilize 15.2-r100 arm64, #942834Arthur Zamarin2024-11-091-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-debug/gdb: Stabilize 15.2-r100 ppc, #942834Sam James2024-11-081-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-debug/gdb: Stabilize 15.2-r100 ppc64, #942834Sam James2024-11-081-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-debug/gdb: Stabilize 15.2-r100 arm, #942834Sam James2024-11-081-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-debug/gdb: Stabilize 15.2-r100 amd64, #942834Sam James2024-11-081-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-debug/gdb: drop 14.2Andreas K. Hüttel2024-10-271-322/+0
| | | | | Bug: https://bugs.gentoo.org/871543 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* dev-debug/gdb: Stabilize 15.2 arm64, #941497Arthur Zamarin2024-10-181-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-debug/gdb: Stabilize 15.2 arm, #941497Arthur Zamarin2024-10-181-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-debug/gdb: Stabilize 15.2 sparc, #941497Arthur Zamarin2024-10-151-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-debug/gdb: Stabilize 15.2 x86, #941497Sam James2024-10-141-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-debug/gdb: Stabilize 15.2 amd64, #941497Sam James2024-10-141-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-debug/gdb: Stabilize 15.2 ppc64, #941497Sam James2024-10-141-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-debug/gdb: Stabilize 15.2 ppc, #941497Sam James2024-10-141-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-debug/gdb: Stabilize 14.2-r1 hppa, #936192Sam James2024-10-141-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-debug/gdb: enable py3.13Sam James2024-10-033-3/+3
| | | | | | The necessary commits are in >=15.1. Signed-off-by: Sam James <sam@gentoo.org>
* dev-debug/gdb: add 15.2-r100Sam James2024-09-291-0/+325
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-debug/gdb: add 15.2Sam James2024-09-292-0/+315
| | | | | | | Copied from 15.1 as I'd like to stable this one soon, as it fixes some regressions from 14. Signed-off-by: Sam James <sam@gentoo.org>
* dev-debug/gdb: update live to use new guile mechanismAlfred Wingate2024-09-181-3/+14
| | | | | Signed-off-by: Alfred Wingate <parona@protonmail.com> Signed-off-by: Arsen Arsenović <arsen@gentoo.org>
* dev-debug/gdb: switch to new guile mechanismAlfred Wingate2024-09-181-0/+325
| | | | | Signed-off-by: Alfred Wingate <parona@protonmail.com> Signed-off-by: Arsen Arsenović <arsen@gentoo.org>
* */*: unkeyword ~ia64Arthur Zamarin2024-09-124-4/+4
| | | | | | | | Change was created by running the following command:: ekeyword ^ia64 */*/*.ebuild Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-build/gdb-15.1: drop Solaris build-hackFabian Groffen2024-07-211-8/+0
| | | | | | We'll disable the culprint (Python) instead. Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* dev-debug/gdb: Stabilize 14.2-r1 sparc, #936192Sam James2024-07-171-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-debug/gdb: Stabilize 14.2-r1 ppc, #936192Sam James2024-07-171-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-debug/gdb: Stabilize 14.2-r1 ppc64, #936192Sam James2024-07-171-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-debug/gdb: Stabilize 14.2-r1 x86, #936192Sam James2024-07-171-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-debug/gdb: Stabilize 14.2-r1 amd64, #936192Sam James2024-07-171-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-debug/gdb: Stabilize 14.2-r1 arm64, #936192Sam James2024-07-171-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-debug/gdb: Stabilize 14.2-r1 arm, #936192Sam James2024-07-171-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-debug/gdb: add 15.1, drop 15.0.91Sam James2024-07-082-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-debug/gdb: add 15.0.91 (unkeyworded)Sam James2024-06-022-0/+323
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-debug/gdb: remove unused patchesMichael Mair-Keimberger2024-05-253-270/+0
| | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* dev-debug/gdb: move c99 patch to devspaceSam James2024-05-223-768/+4
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-debug/gdb: fix modern C issuesGabi Falk2024-05-222-0/+1088
| | | | | | | | Closes: https://bugs.gentoo.org/871543 Closes: https://bugs.gentoo.org/919121 Signed-off-by: Gabi Falk <gabifalk@gmx.com> Closes: https://github.com/gentoo/gentoo/pull/36726 Signed-off-by: Sam James <sam@gentoo.org>
* dev-debug/gdb: drop 13.2-r2, 14.1-r1Sam James2024-05-184-767/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-debug/gdb: stable 14.2 for hppa, bug #930688Rolf Eike Beer2024-05-111-1/+1
| | | | | Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sam James <sam@gentoo.org>
* dev-debug/gdb: Stabilize 14.2 x86, #930688Sam James2024-04-261-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-debug/gdb: Stabilize 14.2 amd64, #930688Sam James2024-04-261-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-debug/gdb: Stabilize 14.2 ppc64, #930688Sam James2024-04-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-debug/gdb: Stabilize 14.2 ppc, #930688Sam James2024-04-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-debug/gdb: Stabilize 14.2 arm64, #930688Sam James2024-04-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-debug/gdb: Stabilize 14.2 sparc, #930688Sam James2024-04-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>