c++ - Shared library debug/Traps Modes while C/Cpp Development/Running -


say have application uses 2 shared libraries liba.so , libb.so.

application calls liba.so { user library } call libb.so { should called liba.so}. make changes liba compared application or libb.so? there way can trap calls libb stack traces liba , application?

in short want trap calls in chained shared libraries? note libb not system calls, strace not of help.


Comments

Popular posts from this blog

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -