summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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/lldb: Add 20.0.0_pre20240924 snapshotMichał Górny2024-09-242-0/+111
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-debug/lldb: Remove oldMichał Górny2024-09-244-334/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-debug/drgn: pass --build and --target too for completenessSam James2024-09-211-0/+2
| | | | | Bug: https://bugs.gentoo.org/939942 Signed-off-by: Sam James <sam@gentoo.org>
* dev-debug/drgn: fix cross emergingOmar Sandoval2024-09-211-0/+1
| | | | | | | | Pass --host to configure. Closes: https://bugs.gentoo.org/939942 Signed-off-by: Omar Sandoval <osandov@osandov.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-debug/lldb: Add 19.1.0 (final)Michał Górny2024-09-182-0/+113
| | | | Signed-off-by: Michał Górny <mgorny@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>
* dev-debug/strace: add USE=verify-sigGabi Falk2024-09-188-21/+83
| | | | | | Signed-off-by: Gabi Falk <gabifalk@gmx.com> Closes: https://github.com/gentoo/gentoo/pull/36245 Signed-off-by: Sam James <sam@gentoo.org>
* dev-debug/strace: add 6.11Sam James2024-09-182-0/+110
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-debug/gef: Stabilize 2024.06 amd64, #936604Sam James2024-09-171-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-debug/lldb: Add 20.0.0_pre20240917 snapshotMichał Górny2024-09-172-0/+111
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-debug/bpftrace: Stabilize 0.21.2-r1 amd64, #939734Jakov Smolić2024-09-171-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* dev-debug/bpftrace: put proxy-maint as lastYixun Lan2024-09-161-4/+4
| | | | | | | Individual maintainers always go first, and proxy-maint should be list as last one. Signed-off-by: Yixun Lan <dlan@gentoo.org>
* */*: unkeyword ~ia64Arthur Zamarin2024-09-1218-18/+18
| | | | | | | | Change was created by running the following command:: ekeyword ^ia64 */*/*.ebuild Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-debug/dtrace: fix metadata tagSam James2024-09-121-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-debug/systemtap: update HOMEPAGE to include upstream wikiSam James2024-09-122-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-debug/systemtap: Stabilize 5.1-r1 amd64, #939495Sam James2024-09-121-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-debug/dtrace: don't wrap einfo line so hardSam James2024-09-122-8/+4
| | | | | | | I have a tendency to do this when something is indented as it's not then obvious what the limit is. Oops. Signed-off-by: Sam James <sam@gentoo.org>
* dev-debug/dtrace: tidy up more TODOsSam James2024-09-122-2/+6
| | | | | | | Some of the TODOs were really upstream bugs we're waiting for resolution on, not something we need to take action on at this time. Signed-off-by: Sam James <sam@gentoo.org>
* dev-debug/dtrace: consolidate comparison commentsSam James2024-09-122-4/+4
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-debug/dtrace: drop obsolete binutils-libs commentSam James2024-09-122-8/+0
| | | | | | | | | | I've asked dilfridge to update binutils-2.42 when he gets a chance for one libctf patch we don't have yet but IIRC that patch doesn't actually affect DTrace, just it came up in libabigail discussions. Let's drop the comment as it's not really relevant now. Signed-off-by: Sam James <sam@gentoo.org>
* dev-debug/dtrace: add upstream bug link re mandirSam James2024-09-122-0/+2
| | | | | Bug: https://github.com/oracle/dtrace-utils/issues/106 Signed-off-by: Sam James <sam@gentoo.org>
* dev-debug/dtrace: suppress harmless execstack warning for BPF objectSam James2024-09-122-0/+12
| | | | | Bug: https://bugs.gentoo.org/938221 Signed-off-by: Sam James <sam@gentoo.org>
* dev-debug/dtrace: rework pkg_postinstSam James2024-09-122-14/+70
| | | | | | | | | | | | For first installs, we enable the service and start it. This is unusual, but the behaviour without dtprobed running is untested/unsupported. It's not a network service, it has no configuration, reads a single device node, and does all parsing within a seccomp jail. It also leads to hard-to-diagnose issues because USDT probes won't be registered and an application might have already started up which needs to be traced. Signed-off-by: Sam James <sam@gentoo.org>
* dev-debug/systemtap: update USE=install-tests -> USE=test-install in commentSam James2024-09-123-3/+3
| | | | | | | | | | Following discussion with mgorny and us agreeing to use test-install for Python. dev-debug/dtrace was updated in 063c07a77f3d3b04649bf1e00bc90b1fcd316d1a. Bug: https://bugs.gentoo.org/531648 Signed-off-by: Sam James <sam@gentoo.org>
* dev-debug/dtrace: rename USE=install-tests -> USE=test-installSam James2024-09-123-11/+11
| | | | | | | | Following discussion with mgorny and us agreeing to use test-install for Python. Bug: https://bugs.gentoo.org/531648 Signed-off-by: Sam James <sam@gentoo.org>
* dev-debug/scap-driver: Stabilize 0.17.3 amd64, #939461Arthur Zamarin2024-09-111-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-debug/sysdig: Stabilize 0.38.1-r1 amd64, #939461Arthur Zamarin2024-09-111-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-debug/dtrace: Stabilize 2.0.1.1-r2 amd64, #939447Sam James2024-09-111-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-debug/dtrace: build with -j1 for nowSam James2024-09-102-4/+6
| | | | | Bug: https://github.com/oracle/dtrace-utils/issues/82 Signed-off-by: Sam James <sam@gentoo.org>
* dev-debug/lldb: Add 20.0.0_pre20240910 snapshotMichał Górny2024-09-102-0/+111
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-debug/lldb: Remove oldMichał Górny2024-09-103-223/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-debug/pwndbg: drop 20230717-r1Mario Haustein2024-09-093-138/+0
| | | | | | Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> Closes: https://github.com/gentoo/gentoo/pull/38538 Signed-off-by: Sam James <sam@gentoo.org>
* dev-debug/pwndbg: sync liveMario Haustein2024-09-091-1/+1
| | | | | Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> Signed-off-by: Sam James <sam@gentoo.org>
* dev-debug/pwndbg: add 20240829Mario Haustein2024-09-092-0/+80
| | | | | Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> Signed-off-by: Sam James <sam@gentoo.org>
* dev-debug/kdbg: drop 3.0.1-r1Andreas Sturmlechner2024-09-094-107/+0
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-debug/lldb: Add 19.1.0_rc4Michał Górny2024-09-032-0/+112
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-debug/lldb: Add 20.0.0_pre20240830 snapshotMichał Górny2024-08-312-0/+111
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-debug/gprofng-gui: add 9999Sam James2024-08-312-3/+47
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-debug/valgrind: Stabilize 3.23.0_p3 amd64, #938727Sam James2024-08-311-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-debug/gprofng-gui: update LICENSESam James2024-08-311-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-debug/gprofng-gui: use mirror://gnuSam James2024-08-311-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-debug/gprofng-gui: update maintainers, add remote-idSam James2024-08-311-1/+5
| | | | | | The java@ bit was inherited from before when it called java directly. Signed-off-by: Sam James <sam@gentoo.org>
* dev-debug/gprofng-gui: fixup binutils depSam James2024-08-311-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-debug/gprofng-gui: move from dev-util/Sam James2024-08-313-0/+34
| | | | | | | | | | Note that it was never merged so no pkgmove. [sam: Adding the bug as I figure anyone interested in gprofng may be interested in this too.] Bug: https://bugs.gentoo.org/865113 Signed-off-by: Sam James <sam@gentoo.org>
* dev-debug/dtrace: update dev-debug/systemtap blockerSam James2024-08-302-2/+2
| | | | | | | We can now be coinstalled with dev-debug/systemtap if it has USE=-dtrace-symlink. Bug: https://bugs.gentoo.org/938302 Signed-off-by: Sam James <sam@gentoo.org>
* dev-debug/systemtap: fix bashism comment in 5.1Sam James2024-08-301-1/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-debug/systemtap: conditionally install /usr/bin/dtraceSam James2024-08-303-1/+172
| | | | | | | | | | | | | | | | | systemtap provides a 'dtrace' script at /usr/bin/dtrace which obviously clashes with dev-debug/dtrace. The reasons for this are complicated, but this 'dtrace' is only used by some packages for userspace probes. The plan, for now, is: * to modify packages to look for stap-dtrace instead; * users can set USE=dtrace-symlink to get systemtap to install /usr/bin/dtrace again to build applications locally or as a workaround for unported applications/scripts; * contact systemtap upstream about renaming it and providing a symlink conditionally as we are, and providing a pkgconfig var for getting the name Bug: https://bugs.gentoo.org/938302 Signed-off-by: Sam James <sam@gentoo.org>