Hi,

I'm doing development on gdbproxy for Blackfin. I have a question on
the design of gdbproxy. For port of gdbproxy which can do restart,
gdbproxy will do reinitialization when the debug session is finished.
It needs several seconds to do that. During that period, gdbproxy does
not listen on the net port. This is not a problem for normal use.
However, when doing gcc regression testing through gdbproxy,
occasionally gdb cannot connect to gdbproxy if it happens to do the
connection while gdbproxy is doing the reinitialization.

So my question is what's the good for reinitialization? Will you like
the idea to not do the reinitialization when the debug session is
finished? Instead it's just waiting for new session.

Thanks,
Jie

Reply via email to