Debugging Question:
Download Questions PDF

Which one of the following is not true about the GDB?
a) info register is used to see that what is in the processor registers
b) processor registers can not be accessed by GDB
c) first 32 bits of the variable can not be examined
d) none of the mentioned

Linux Debugging Interview Question
Linux Debugging Interview Question

Answer:

c) first 32 bits of the variable can not be examined

Download Linux Debugging Interview Questions And Answers PDF

Previous QuestionNext Question
Which GDB command is used to examine the memory?
a) x
b) y
c) z
d) none of the mentioned
Assemble code of the program can be displayed in GDB by the command:
a) disassemble
b) assemble
c) assembly
d) none of the mentioned