21⟩ Which GDB command prints the value of a variable in hex. a) print/x b) print/h c) print/e d) none of the mentioned
a) print/x
“Linux Debugging frequently Asked Questions by expert members with experience in Debugging. These questions and answers will help you strengthen your technical skills, prepare for the new job test and quickly revise the concepts”
a) print/x
a) watch
b) backtrace
a) delete
c) both (a) and (b)
a) file
d) all of the mentioned
a) b main
c) both (a) and (b)
a) info break
c) if the execution is stopped by kill command then it can not be started again
c) both (a) and (b)
a) to change the stack frames
c) both (a) and (b)
b) break point can be set by "break" command with a filename
c) both (a) and (b)
a) ignore
a) x
c) first 32 bits of the variable can not be examined
a) disassemble