-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Labels
Description
Display the disassembled instructions for each function, and annotate with information from the DWARF. Desired information:
- variables associated with operands of instructions
- file/line, and inlined function if applicable
Optimization is going to make this hard to display in a sensible manner, but I'm hopeful at least some useful information is possible.
This probably requires HTML output to be usable (see #4).