Lines Matching refs:gdb
109 BaseGdbRegCache(BaseRemoteGDB *g) : gdb(g)
115 BaseRemoteGDB *gdb;
156 BaseRemoteGDB *gdb;
159 SocketEvent(BaseRemoteGDB *gdb, int fd, int e) :
160 PollEvent(fd, e), gdb(gdb)
163 void process(int revent) { (gdb->*F)(revent); }
203 BaseRemoteGDB *gdb;
206 TrapEvent(BaseRemoteGDB *g) : gdb(g)
210 void process() { gdb->trap(_type); }