Emacs Tip Tip Tip
cscope ¶cscope¸¦ »ç¿ëÇÏ¿© emacs¿¡¼ ¼Ò½º ºê¶ó¿ì¡À» ÇÒ ¶§ assemply ÆÄÀÏÀ» ±âº»ÀûÀ¸·Î indexingÇÏÁö ¾Ê´Â´Ù.
ƯÈ÷, kernel ¼Ò½º¸¦ µÚÁú¶§ assemply file ±îÁö ½Éº¼ °Ë»öÀÌ ¾ÈµÇ¹Ç·Î ¾î·Á¿òÀÌ Á¾Á¾ ÀÖ´Ù. ¾Æ·¡ ÆÄÀÏÀ» ¼öÁ¤Çϸé emacs¿¡¼ indexingÇÒ¶§ assembly file±îÁö Ãß°¡ÇÏ¿© output fileÀ» ¸¸µé¾î ÁØ´Ù. 140 lineÀÇ chsSly ÀÌ´Ù. - cscope versionÀº 15.6 ÀÌ´Ù -
/usr/bin/cscope-index
139 ) | \ 140 egrep -i '\.([chsSly](xx|pp)*|cc|hh)$' | \ 141 sed -e '/\/CVS\//d' -e '/\/RCS\//d' -e 's/^\.\///' | \ 142 sort > $LIST_FILE 143 144 if [ "X$VERBOSE" != "X" ] 145 then 146 echo "Creating list of files to index ... done" 147 fi ÇÁ·Î±×·¡¹Ö ¶
|
Of all forms of caution, caution in love is the most fatal. |