개발/정적 분석
-
정적 분석개발/정적 분석 2009. 7. 20. 00:55
cflow ctags $ ctags * or $ ctags -R --languages={C|C++|} or $ find . -name '*.[chCH]' -print | ctags -L- cscope find ./ -name '*.[chCHsSxX]' > cscope.files -b -d 끝낼 때는 ^D 참조 사이트: http://www.gnu.org/software/cflow/manual/cflow.html http://www.joinc.co.kr/modules/moniwiki/wiki.php/article/ctags http://kltp.kldp.org/stories.php?story=05/02/17/4242887 http://irdeal.tistory.com/tag/cscope http://jjjr..
-
indent개발/정적 분석 2009. 7. 18. 19:12
여기에서 'indent-2.2.10-bin.zip'을 다운받아 압축을 풀고 해당 위치에 복사한다. Indent 사용은 $ indent -st -kr slithy_toves.c > slithy_toves.out 참조 사이트: http://torch.cs.dal.ca/~johnston/unix/indent.html http://terzeron.net/wp/?p=402 http://wiki.kldp.org/wiki.php/LinuxdocSgml/C-C++Beautifier-HOWTO