Tuesday, October 23, 2012

Debug by some analysis statical tools

-lclint or splint: analyze coding without compile or running to find logic coding.
-ctag: list all function that we used in program
-cflow: list all called hierarchy of function

No comments:

Post a Comment