Debugging Question:
Download Questions PDF

Which one of the following GDB command deletes any break-point at the next instruction to be executed in the selected stack frame?
a) clear
b) delete
c) disable
d) none of the mentioned

Answer:

a) clear

Download Linux Debugging Interview Questions And Answers PDF

Previous QuestionNext Question
The result of an expression can be assigned to an environment variable with the command:
a) assign
b) set
c) env
d) none of the mentioned
Which one of the following GDB command allows to move from one stack frame to another without printing the frame?
a) select-frame
b) frame
c) frame move
d) none of the mentioned