How to generate statecharts from C code



Hello,
I have to maintain and debug a big program in C language. I'd like to
generate some statecharts from the source code.

Can I find a freeware to reverse C files to UML / statecharts ?

Thanks for help
Bernard

.



Relevant Pages

  • Re: How to generate statecharts from C code
    ... > I have to maintain and debug a big program in C language. ... > generate some statecharts from the source code. ... > Can I find a freeware to reverse C files to UML / statecharts? ...
    (comp.object)
  • Re: debug
    ... The pdb itself contains a DB that links the source code to through the ... intermediate language to the JITed assembly that's being executed. ... You can't debug without it. ... > i had read somewhere once that it is possible to debug with a pdb file. ...
    (microsoft.public.dotnet.languages.csharp)