Debugging Question:
Download Questions PDF

Which GDB command produces a stack trace of the function calls that lead to a segmentation fault?
a) trace
b) backtrace
c) forwardtrace
d) none of the mentioned

Linux Debugging Interview Question
Linux Debugging Interview Question

Answer:

b) backtrace

Download Linux Debugging Interview Questions And Answers PDF

Previous QuestionNext Question
Which GDB command interrupts the program whenever the value of a variable is modified and prints the value old and new values of the variable?
a) watch
b) show
c) trace
d) none of the mentioned
The specific break point can be deleted by _____ command in GDB.
a) delete
b) del
c) remove
d) none of the mentioned