I added a symbolic breakpoint on objc_release which has one parameter, when Xcode breaks on it, how could I print the parameter?
some say register read could print registers, values of r0 r1 are the first and second parameter, is it true?
I added a symbolic breakpoint on objc_release which has one parameter, when Xcode breaks on it, how could I print the parameter?
some say register read could print registers, values of r0 r1 are the first and second parameter, is it true?