Debugging Question:
Download Questions PDF

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

Linux Debugging Interview Question
Linux Debugging Interview Question

Answer:

a) select-frame

Download Linux Debugging Interview Questions And Answers PDF

Previous QuestionNext Question
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
The GDB text user interface uses the ____ library to show the source file.
a) curses
b) YUI
c) JUI
d) none of the mentioned