Debugging Question:
Download Questions PDF

The GDB text user interface uses the ____ library to show the source file.
a) curses
b) YUI
c) JUI
d) none of the mentioned

Linux Debugging Interview Question
Linux Debugging Interview Question

Answer:

a) curses

Download Linux Debugging Interview Questions And Answers PDF

Previous QuestionNext Question
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
By default the GDB automatically executes the command from its:
a) init files
b) start files
c) begin files
d) none of the mentioned