Comment out the remote gdb object for SE mode.
authorGabe Black <gblack@eecs.umich.edu>
Mon, 9 Apr 2007 18:30:50 +0000 (18:30 +0000)
committerGabe Black <gblack@eecs.umich.edu>
Mon, 9 Apr 2007 18:30:50 +0000 (18:30 +0000)
--HG--
extra : convert_revision : a582684f3a2dd1d1d0d8b93a9e213d9108491535

src/sim/process.cc

index 2b283c9d1c461ea162fd1a097027511bddfe92ad..68239fa523016c450287251b358adbf193f87cef 100644 (file)
@@ -157,12 +157,12 @@ Process::registerThreadContext(ThreadContext *tc)
     int myIndex = threadContexts.size();
     threadContexts.push_back(tc);
 
-    RemoteGDB *rgdb = new RemoteGDB(system, tc);
-    GDBListener *gdbl = new GDBListener(rgdb, 7000 + myIndex);
-    gdbl->listen();
+//    RemoteGDB *rgdb = new RemoteGDB(system, tc);
+//    GDBListener *gdbl = new GDBListener(rgdb, 7000 + myIndex);
+//    gdbl->listen();
     //gdbl->accept();
 
-    remoteGDB.push_back(rgdb);
+//    remoteGDB.push_back(rgdb);
 
     // return CPU number to caller
     return myIndex;