Debugging Question:
Download Questions PDF

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

Linux Debugging Interview Question
Linux Debugging Interview Question

Answer:

a) info float

Download Linux Debugging Interview Questions And Answers PDF

Previous QuestionNext Question
In GDB, we can refer to machine register contents, in expressions, as variables with names starting with:
a) $
b) #
c) !
d) none of the mentioned
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