|
From: Philippe W. <phi...@sk...> - 2011-03-24 21:13:21
|
I understood the macro VG_ is needed to avoid name clashes between the Valgrind symbols and the symbols of the program being run under Valgrind. However, I did not succeed create a name clash between the guest program symbols and Valgrind symbols. Moreover, nm on a valgrind tool (e.g. memcheck) gives a lot of globally visible text symbols (T) which do not start with the vgPlain prefix. => is using this macro (still?) needed ? (and how do we create a name clash then ?) Thanks |