Hi ! Stalled on dehydra cygwin port and started to analyze what kind of things I need to do to make gcc <-> to microsoft visual studio .dll call link working. (gcc compiled under cygwin, dll compiled under native $m compiler) I was expecting a lot of problems, but I was bit suprised how easily I've managed to compile whole tree system into visual studio. I by myself was expecting at least some problems with gcc extensions, like __attribute__ and so on..
cp_walk_tree_without_duplicates & statement_walker looks like working, and debug information on "tree":s also looks like it's working. Will start to analyze dehydra plugin in all depth. Debugging gcc works in same manner as with ddd - you need to debug cc1plus.exe from visual debugger. DECL_SAVED_TREE, BIND_EXPR_BODY, cp_walk_tree_without_duplicates - help can be found by scanning through gcc source codes ? What for is used location_of function ? _______________________________________________ dev-static-analysis mailing list [email protected] https://lists.mozilla.org/listinfo/dev-static-analysis
