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

AbotX : How do you create a parallel crawler that stays on and can be added to at run time from new requests -

testing - Detect whether test has failed within fixture -

android - Create single AAR file from multiple modules using Gradle -