Linux Debugging Techniques

help Display help for gdb commands. jump Jump to an address and continue the execution there. list, l Lists the 10 lines. next, n Step to the next machine language instruction. print, p Print the value of an expression. run, r Run the current program from the start. set Change the value of a variable. ................
................