Debugging Question:
Download Questions PDF

Which one of the following is not true about GDB?
a) quit command is used to exit the GDB
b) kill command is used to stop execution in GDB
c) if the execution is stopped by kill command then it can not be started again
d) none of the mentioned

Linux Debugging Interview Question
Linux Debugging Interview Question

Answer:

c) if the execution is stopped by kill command then it can not be started again

Download Linux Debugging Interview Questions And Answers PDF

Previous QuestionNext Question
We can list all the break-point in GDB by the command:
a) info break
b) break all
c) both (a) and (b)
d) none of the mentioned
While debugging with GDB:
a) variables can be print
b) variables can be modify
c) both (a) and (b)
d) none of the mentioned