|
From: Taehoon L. <ta...@ky...> - 2009-01-10 20:09:12
|
Hi
I need to store a instruction of path.
for example
int a= random();
if(a<0){
a=a/10;
}else {
a=a+10;
}
this program has two execution paths.
I need to store each path of program. and store possible value of variable.
I think similar listener is already implemented.
Can you tell me where is it?
--
------------------------------------------------------
Taehoon Lee
Ph.D candidate
Department of Computer Science
Kyonggi University
San94-6, Yiui-dong, Yongtong-gu, Suwon-si, 442-760, South Korea
TEL: +82-10-8932-2732
EMAIL: ta...@ky...
-------------------------------------------------------
|