Debugging Question:
Download Questions PDF

The user can define a command for GDB with the command:
a) define
b) command
c) assign
d) none of the mentioned

Linux Debugging Interview Question
Linux Debugging Interview Question

Answer:

a) define

Download Linux Debugging Interview Questions And Answers PDF

Previous QuestionNext Question
By default the GDB automatically executes the command from its:
a) init files
b) start files
c) begin files
d) none of the mentioned
The GDB command "show output-radix"
a) sets the default base for numeric display
b) displays the current default base for numeric display
c) both (a) and (b)
d) none of the mentioned