154,155c154,155
< RemoteGDB::RemoteGDB(System *_system, ThreadContext *tc)
< : BaseRemoteGDB(_system, tc), regCache(this)
---
> RemoteGDB::RemoteGDB(System *_system, ThreadContext *tc, int _port)
> : BaseRemoteGDB(_system, tc, _port), regCache(this)
171c171
< return context->getProcessPtr()->pTable->lookup(va, entry);
---
> return context()->getProcessPtr()->pTable->lookup(va, entry);
208,209c208,210
< RemoteGDB::BaseGdbRegCache*
< RemoteGDB::gdbRegs() {
---
> BaseGdbRegCache*
> RemoteGDB::gdbRegs()
> {