Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!sample.eng.ohio-state.edu!purdue!haven.umd.edu!udel!rochester!pt.cs.cmu.edu!a.gp.cs.cmu.edu!eak From: eak@a.gp.cs.cmu.edu (Eric Kades) Newsgroups: comp.lang.c Subject: Call Graph Constructor for c Message-ID: <13566@pt.cs.cmu.edu> Date: 21 Jun 91 14:21:47 GMT Reply-To: eak@a.gp.cs.cmu.edu (Eric Kades) Organization: Carnegie-Mellon University, CS/RI Lines: 4 I'm porting a moderately large c program (~ 30,000 lines of code) from one windowing manager to another. I could really use a tool that, in one form or another, constructs the call graph between functions from c source code. I'd be greatful for any pointers to such a program.