Debugging Question:
Download Questions PDF

The specific break point can be deleted by _____ command in GDB.
a) delete
b) del
c) remove
d) none of the mentioned

Linux Debugging Interview Question
Linux Debugging Interview Question

Answer:

a) delete

Download Linux Debugging Interview Questions And Answers PDF

Previous QuestionNext Question
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
The "step" command of GDB:
a) executes the current line of the program
b) stops the next statement to be executed
c) both (a) and (b)
d) none of the mentioned