We can now iterate the tree structure of the DIEs, access attribute values and parse some very basic DWARF expressions.
- Print current source location, if available - Add a breakpoint at a source location - "sl" command - step to the next line in source
functrace traces the function calls a program makes. It's like strace, but for userspace. It works by using Debugging functionality to insert breakpoints at call&ret instructions.