Book a Demo

Author Topic: call graphs?  (Read 2915 times)

ted

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
call graphs?
« on: April 28, 2011, 08:29:35 am »
I'm doing some reverse engineering from source code. I really like the UML diagrams for the data structures that get generated, but I'd really like to be able to generate a call graph. Is that capability in the product? If not, it seems like it would be a really easy feature to add.

Thanks,

Ted

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: call graphs?
« Reply #1 on: April 28, 2011, 04:49:24 pm »
You can generate sequence diagrams from running code, maybe that helps?

Geert

ted

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: call graphs?
« Reply #2 on: April 29, 2011, 09:23:22 am »
Right but my code runs on linux, not Windows. So I guess the answer is no. I can use doxygen for this, but I was hoping to have one tool to rule them all :-)

Thanks,

Ted