Dear all, I have a binary file what i compile it with -g.So i need to perform a set of action in my computer and see behavior of my file, This mean , i need to see functions of run when i perform those set of actions, So i need to tell to gdb : Please print source of which peace of program that running. How i do it? Yours, Mohsen