119,132d118
< class SingleStepEvent : public Event
< {
< protected:
< RemoteGDB *gdb;
<
< public:
< SingleStepEvent(RemoteGDB *g) : gdb(g)
< {}
<
< void process();
< };
<
< SingleStepEvent singleStepEvent;
<
136,138d121
< void clearSingleStep();
< void setSingleStep();
<