drgn
last updated: Oct 20, 2023
https://github.com/osandov/drgn
drgn (pronounced "dragon") is a debugger with an emphasis on programmability. drgn exposes the types and variables in a program for easy, expressive scripting in Python. For example, you can debug the Linux kernel:
C only for the moment, looks neat though