I've just used dehydra for the first time to locate all the global variables in a C code base.
Unfortunately I had to use the g++ compiler and fix a lot of C to C++ conversion issues. I tried using gcc_dehydra.so from gcc, but ran into unknown symbol: global_namespace. There has to be a top-level compile unit tree that could be used in gcc in place of global_namespace. If anyone has pointers or suggestions on getting dehydra to work with GCC, I'm interested. Meanwhile, I'll keep digging. Kevin _______________________________________________ Dev-static-analysis mailing list [email protected] https://lists.mozilla.org/listinfo/dev-static-analysis
