131c131
< #include "cpu/exec_context.hh"
---
> #include "cpu/thread_context.hh"
255c255
< RemoteGDB::RemoteGDB(System *_system, ExecContext *c)
---
> RemoteGDB::RemoteGDB(System *_system, ThreadContext *c)
707c707
< RemoteGDB::HardBreakpoint::process(ExecContext *xc)
---
> RemoteGDB::HardBreakpoint::process(ThreadContext *tc)
711c711
< if (xc == gdb->context)
---
> if (tc == gdb->context)