Stephen Brennan

Results 63 issues of Stephen Brennan

Hi Omar, I've been reworking my _very_ work-in-progress branch for BTF & kallsyms, and I sketched out my approach in #176. This pull request implements step 1 - kallsyms parsing...

For external kernel modules, it seems that percpu variables have their indices starting from zero. When they are loaded, the percpu memory is allocated, and the symbol addresses are adjusted...

When working with folks new to drgn, I've noticed that there are some pain points on the way Objects work, and the default behavior of drgn's CLI doesn't do them...

enhancement

I know you mentioned in #134 that listing variables in a stack frame would be something that is made part of the Scopes API (#123). That makes sense, but given...

Last updated: 2025-01-07 ### Overview This issue tracks the use of non-DWARF formats for debuginfo. Namely: CTF for types, ORC (without a debuginfo file) for stack unwinding, BTF for types...

I wanted to use namedqueries as my main startup mode. I hadn't used namedqueries before and wanted some easy management tools for them. So this adds the following commands: *...

Hello, While using the manylinux images, I started getting errors like this during `autoreconf -fiv`: ``` configure.ac:1: error: possibly undefined macro: dnl If this token and others are legitimate, please...

Now that #241 is no longer a draft, I'm putting the next branch that builds upon it here for easy review. Unfortunately I can't set the base branch to be...

This implements a pluggable Symbol Finder API, to complement the Object and Type finding APIs. There is also a Python binding. I think it's a bit easier to review this...

This is another stab at the idea of commands in drgn. Rather than using IPython like the first PR I shared, this one is based on the stdlib only. It...

test-all-python-versions