147c147
< : BaseRemoteGDB(_system, c, NumGDBRegs * sizeof(uint64_t)), nextBkpt(0)
---
> : BaseRemoteGDB(_system, c, NumGDBRegs * sizeof(uint64_t))
244,257d243
<
< void
< RemoteGDB::clearSingleStep()
< {
< if (nextBkpt)
< clearTempBreakpoint(nextBkpt);
< }
<
< void
< RemoteGDB::setSingleStep()
< {
< nextBkpt = context->pcState().npc();
< setTempBreakpoint(nextBkpt);
< }