Possible Duplicate:
How to find out who called a method?
I have multiple classes and multiple methods calling a method on a singleton class. I want to know which method is calling, without passing a flag. I am already passing self to child I know which class is calling using [classObj class];
But I could not figure out how to identify which method is calling it.