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
Post a Comment