← Back to team overview

gnusim8085-devel team mailing list archive

[Bug 579365] Re: automated callgraph creation

 

I think it would be possible to implement it like this:

1) add new tab
2) register a listener callback for all invocations of all "call" instructions
3) always store the IP for each insn
4) note down all register/stack access until a  "ret" instruction is found

-- 
automated callgraph creation
https://bugs.launchpad.net/bugs/579365
You received this bug notification because you are a member of
GNUSim8085 developers, which is subscribed to gnusim8085.

Status in gnusim8085: New

Bug description:
It would be a very useful feature if there was a way to have a callgraph created automatically, especially when working with unfamiliar assembly source code, this could help understand the source code structure.