Hello, I like to trace every 'call instruction' in a executable. How do I obtain this with gdb or are there other tools to obtain that? Like tracepoint every call instruction and gather eip and 'jump to' address? Thomas