home.social

Search

6 results for “osandov”

  1. 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: drgn.readthedocs.io/en/latest/ and full release notes: github.com/osandov/drgn/releas.

  2. 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 drgn.readthedocs.io/en/latest/ for the rest of the highlights and github.com/osandov/drgn/releas for the full release notes! Have fun !

  3. I just merged support for stack traces on s390x from Sven Schnelle: github.com/osandov/drgn/pull/2. It's really cool seeing drgn ported to architectures that I would've never run into in my day-to-day work.

  4. Debuginfod project update 2024 by Aaron Merey

    developers.redhat.com/articles

    - 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

  5. Who's still using Python 3.6? I really want to drop 3.6 support for drgn (github.com/actions/setup-pytho is the latest reason), but I suspect that wouldn't be nice for those using enterprise Linux distros... Cc @brenns10