GCC plugin cospy

瀏覽次數:1 次
跳到第一則未讀訊息

Thinker K.F. Li

未讀,
2010年9月8日 上午10:26:392010/9/8
收件者:hacking...@googlegroups.com
Hi All,

這幾天試了一下 GCC plugin,試著寫一個類似 CSS 的功能,但是針對 code 的
call path 加上特定行為,而不是視覺的 style。目前已經能特過 plugin 讀出
source code 裡面的 function name, arguments 還有被 function 呼叫的其它
function 的列表。 source code 可於下面 URL 取得 (hg):

http://hg.assembla.com/cospy

請案裝新版的 GCC (支援 plugin),並在 src/ 目錄下執行

GCC=/path/to/your/gcc make test

如果有錯誤,請檢查一下,看是否要加上 CFLAGS,如

CFLAGS=-I/usr/local/include GCC=/path/to/your/gcc make test

執行後會印出下列畫面
----------------------------------------
Initialize plugin cospy
value:3:test.c
a:int
main:8:test.c
call printf
call value
argc:int
argv:const char**
----------------------------------------
這是用 gcc plugin parse test.c 的結果。

為什麼要為 GCC 加上類似 CSS 的功能呢? 為的是要提供 aspect programming
的功能,讓程式碼更為簡潔。如有興趣,歡迎星期四和我討論。
回覆所有人
回覆作者
轉寄
0 則新訊息