Debugging Question:

Which GDB command reloads the debugging information?
a) file
b) reload
c) debug
d) none of the mentioned

Linux Debugging Interview Question
Linux Debugging Interview Question

Answer:

a) file


Previous QuestionNext Question
The "step" command of GDB:
a) executes the current line of the program
b) stops the next statement to be executed
c) both (a) and (b)
d) none of the mentioned
GDB can be used:
a) to find out the memory leakages
b) to get the result of a particular expression in a program
c) to find the reason of segementation fault
d) all of the mentioned