Monday, January 13, 2014

After backtrace_symbols, how to get the line number from the address?

posts by Career2011 on 2013-09-12 14:26:21 Edit
A recent development with ios cocos2d-x.
When a program crashes obtained through the call stack backtrace and backtrace_symbols.
Results similar like that.

XXXAppNameXXX 0x00074015 _ZN8homePage9initTitleEv + 184
If this information by explicitly know this is homePage :: initTitle which row?
What tools?

No comments:

Post a Comment