37a38
> #include "arch/remote_gdb.hh"
156a158,164
> RemoteGDB *rgdb = new RemoteGDB(system, tc);
> GDBListener *gdbl = new GDBListener(rgdb, 7000 + myIndex);
> gdbl->listen();
> //gdbl->accept();
>
> remoteGDB.push_back(rgdb);
>
443,447d450
< if (objFile->isDynamic())
< fatal("Object file is a dynamic executable however only static "
< "executables are supported!\n Please recompile your "
< "executable as a static binary and try again.\n");
<