my program is written in c and compiled and linked with gcc. In normal way; i execute it by giving an argument after writing executable.
./my_executable abc.dat
and it works.
i need to execute it in gdb debugger. how will i give this abc.dat argument to the gdb debugger? could u plz give a little sample?
thanx