[Introspector-developers] new cvs idea
Status: Beta
Brought to you by:
mdupont
|
From: James M. D. <mdu...@ya...> - 2002-12-04 08:09:45
|
Dear hackers,
here is a new idea,
I have linked the c files from the gcc into the introspector source
tree via
ln -s GCCpath/gcc/tree-dump.c introspectorpath/c_files/tree-dump.c
then I have checked the changes to that file directly into our cvs:
/cvsroot/introspector/introspector/c_files/tree-dump.c
I found the spot that outputs the strings:
added a todo:
case STRING_CST:
// TODO, replace with a string literal!
intrspctr_add_statement_typed_string(
di,
di->pgccfield_string,
di->pcurrent_strings,
TREE_STRING_POINTER (t)
);
dump_int (di, "lngt", TREE_STRING_LENGTH (t));
break;
mike
=====
James Michael DuPont
http://introspector.sourceforge.net/
__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com
|