Without modifying the source code, how can i trace which functions are called and with what parameters, when some function(say func100 in the following example) is in
If you use dynamic modules you can get this info with the command ltrace. You can even specify the watched library with the -l flag