Please forgive me if this was a biginners question....
I have an application named mainfile.c and this file imports imported.c.
Lets say if imported.c has a function named "import" and my mainfile.c is calling this function, and I want to set a break point to the 5th line of this "import" function when executing my mainfile program, does anyone know what the command i'd type in gdb to do this?
I have an application named mainfile.c and this file imports imported.c.
Lets say if imported.c has a function named "import" and my mainfile.c is calling this function, and I want to set a break point to the 5th line of this "import" function when executing my mainfile program, does anyone know what the command i'd type in gdb to do this?