GDB startup session with Eclipse
Hello, Eclispe send by GDB to my stub the following commands :
qSupported
Hc-1 (not even found in the GDB documentation)
qC
qOffsets
?
Which one is mandatory to reply to ? Currently, I'm only replying to qSupported. What is the purpose of 'qOffsets' and '?' commands ?
Thanks a lot.