Debugging Question:
Download Questions PDF

The GDB command "info local"
a) displays the list of local variables
b) value of local values for the current stack frame
c) both (a) and (b)
d) none of the mentioned

Linux Debugging Interview Question
Linux Debugging Interview Question

Answer:

c) both (a) and (b)

Download Linux Debugging Interview Questions And Answers PDF

Previous QuestionNext Question
GDB command "frame" is used:
a) to change the stack frames
b) to check the stack frames only
c) it is not a valid command
d) none of the mentioned
If we have multiple source files, then during the debugging with GDB:
a) breakpoint can not be set
b) break point can be set by "break" command with a filename
c) break point can be set only to makefile
d) none of the mentioned