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

How to start daemon on android by adb -

testing - Detect whether test has failed within fixture -

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