Debugging Question:
Download Questions PDF

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

Linux Debugging Interview Question
Linux Debugging Interview Question

Answer:

b) displays the current default base for numeric display

Download Linux Debugging Interview Questions And Answers PDF

Previous QuestionNext Question
The user can define a command for GDB with the command:
a) define
b) command
c) assign
d) none of the mentioned
The command "show commands" of GDB
a) displays the last 10 commands in the command history
b) displays all commands of the command history
c) displays all the commands available in GDB
d) none of the mentioned