Debugging 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

Linux Debugging Interview Question
Linux Debugging Interview Question

Answer:

b) set


Previous QuestionNext Question
In GDB hardware-dependent information about the floating point unit can be displayed by the command
a) info float
b) display float
c) show float
d) none of the mentioned
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