in reply to Re: pattern matching c-style function definitions :o(
in thread pattern matching c-style function definitions :o(
Thanks for the help everyone.
What I basically need is to collect a list of all arguments and local variables in each function, which I'm then matching against known sizes from the map file to automatically calculate the worst case stack depth, after extract the call charts with cflow. Fairly ambitious for my limited perl knowhow, but the above will get me a step closer.