is not called with any other logic except to program, ltrace displays only calls in program library And no inter-library calls.
I want to filter these results by selecting the library from which calls are made. The -l
option, but inter-library calls are also shown. Adding -e 'my_program
does not make any difference. In states of
ltrace
it says that inter-library calls are removed by linking to the program - symbolic
.
Is there any way to get rid of inter-library calls without re-compiling the program?
Thanks
No comments:
Post a Comment