Hi,

Suppose I have a class B in namespace A, it has several overloaded
member function doit.

I'm wondering how to find all the lines where there is a statement
that calls one particular overloaded doit member function? Is it
possible to do so from g++ command line? Or I have to modify g++ to
make it be able to do so?

Thanks,
Peng

Reply via email to