Search
6 results for “osandov”
-
@osandov the #Fedora #drgn updates are released as well (F39 is in beta freeze so get it from updates-testing): https://bodhi.fedoraproject.org/updates/?search=0.0.24&packages=python-drgn
#Debian update should hit unstable tomorrow:
https://tracker.debian.org/pkg/drgn
#Ubuntu users can use my kernel-utilities #PPA :
https://launchpad.net/~michel-slm/+archive/ubuntu/kernel-utils -
I just released drgn 0.0.23! There are lots of new helpers, new examples in the contrib directory, updates for Linux 6.3, 6.4, and Python 3.12, and full s390x support. See the release highlights: https://drgn.readthedocs.io/en/latest/release_highlights/0.0.23.html and full release notes: https://github.com/osandov/drgn/releases/tag/v0.0.23.
#drgn #linux #kernel #debugging -
#drgn 0.0.22 is out now! @brenns10 contributed my favorite new feature: a method for listing all of the local variables in a stack frame. There are also new helpers for slab and XArrays, plus partial s390x support. See https://drgn.readthedocs.io/en/latest/release_highlights/0.0.22.html for the rest of the highlights and https://github.com/osandov/drgn/releases/tag/v0.0.22 for the full release notes! Have fun #linux #kernel #debugging!
-
I just merged #drgn support for stack traces on s390x from Sven Schnelle: https://github.com/osandov/drgn/pull/214. It's really cool seeing drgn ported to architectures that I would've never run into in my day-to-day work.
-
Debuginfod project update 2024 by Aaron Merey
https://developers.redhat.com/articles/2025/01/14/debuginfod-project-update-2024
- Metrics and scale of debuginfod servers #prometheus
- New tools and features in debuginfod #elfutils
- IMA verification support
- Addressing kernel VDSO extraction bottlenecks @osandov
- Lazy debug info downloading in #Valgrind and #GDB -
Who's still using Python 3.6? I really want to drop 3.6 support for drgn (https://github.com/actions/setup-python/issues/544 is the latest reason), but I suspect that wouldn't be nice for those using enterprise Linux distros... Cc @brenns10 #python #drgn