263,267c263,264
< protected:
< class SingleStepEvent : public Event
< {
< protected:
< BaseRemoteGDB *gdb;
---
> void processSingleStepEvent();
> EventFunctionWrapper singleStepEvent;
269,277d265
< public:
< SingleStepEvent(BaseRemoteGDB *g) : gdb(g)
< {}
<
< void process();
< };
<
< SingleStepEvent singleStepEvent;
<