Lines Matching refs:GetInterruptTimeout

1179   return m_gdb_comm.SendTraceSupported(GetInterruptTimeout());  in TraceSupported()
1183 return m_gdb_comm.SendTraceStop(request, GetInterruptTimeout()); in TraceStop()
1187 return m_gdb_comm.SendTraceStart(request, GetInterruptTimeout()); in TraceStart()
1192 return m_gdb_comm.SendTraceGetState(type, GetInterruptTimeout()); in TraceGetState()
1197 return m_gdb_comm.SendTraceGetBinaryData(request, GetInterruptTimeout()); in TraceGetBinaryData()
2363 caused_stop = m_gdb_comm.Interrupt(GetInterruptTimeout()); in DoHalt()
2544 GetInterruptTimeout()) == in DoReadMemory()
2701 GetInterruptTimeout()) == in FlashErase()
2731 GetInterruptTimeout()) == in FlashDone()
2792 GetInterruptTimeout()) == in DoWriteMemory()
2967 eBreakpointSoftware, true, addr, bp_op_size, GetInterruptTimeout()); in EnableBreakpointSite()
3007 eBreakpointHardware, true, addr, bp_op_size, GetInterruptTimeout()); in EnableBreakpointSite()
3072 GetInterruptTimeout())) in DisableBreakpointSite()
3079 GetInterruptTimeout())) in DisableBreakpointSite()
3135 GetInterruptTimeout()) == 0) { in EnableWatchpoint()
3181 GetInterruptTimeout()) == 0) { in DisableWatchpoint()
3206 if (!m_gdb_comm.SendAsyncSignal(signo, GetInterruptTimeout())) in DoSignal()
3531 GetInterruptTimeout(), response); in AsyncThread()
5077 packet_cstr, response, process->GetInterruptTimeout()); in DoExecute()
5128 packet.GetString(), response, process->GetInterruptTimeout(), in DoExecute()
5202 GetSoftwareBreakpointTrapOpcode(bp_site), GetInterruptTimeout()); in DidForkSwitchSoftwareBreakpoints()
5214 GetSoftwareBreakpointTrapOpcode(bp_site), GetInterruptTimeout()); in DidForkSwitchHardwareTraps()
5227 GetInterruptTimeout()); in DidForkSwitchHardwareTraps()