gooブログはじめました!

写真付きで日記や趣味を書くならgooブログ

cscope使い方

2011-07-04 01:30:51 | cscope

cscope使い方

<form>

cscope使い方

<textarea readonly="readonly" cols="75" rows="8">1. # find base/ -name  '*[.c | .cpp| .java]' > cscope.index 2. # cscope -i  cscope.index 3. 起動後、以下メニューが表示されるので用途にあった使い方をする。 3. 起動後、以下メニューが表示されるので用途にあった使い方をする。 Find this C symbol:  標準c言語関数のシンボル情報(atoi,sprintf) Find this global definition:<br /> Find functions called by this function:  ここに入力した関数で呼ばれる関数 Find functions calling this function:     ここに入力した関数を使用している関数 Find this text string:    text検索 Change this text string: Find this egrep pattern:   egpreで検索 Find this file:   ここで入力したファイルを検索 Find files #including this file: [使い方] tab:上、下のmenuの切り替え :q  :  開いているファイルを閉じてcscopeのmainに戻る +  ; 次のページ -  : 前のページ </textarea>

</form>

コメントを投稿