Lines Matching refs:GetInterruptTimeout

1215   return m_gdb_comm.SendTraceSupported(GetInterruptTimeout());  in TraceSupported()
1219 return m_gdb_comm.SendTraceStop(request, GetInterruptTimeout()); in TraceStop()
1223 return m_gdb_comm.SendTraceStart(request, GetInterruptTimeout()); in TraceStart()
1228 return m_gdb_comm.SendTraceGetState(type, GetInterruptTimeout()); in TraceGetState()
1233 return m_gdb_comm.SendTraceGetBinaryData(request, GetInterruptTimeout()); in TraceGetBinaryData()
2419 caused_stop = m_gdb_comm.Interrupt(GetInterruptTimeout()); in DoHalt()
2574 GetInterruptTimeout()) == in DoDestroy()
2739 GetInterruptTimeout()) == in DoReadMemory()
2896 GetInterruptTimeout()) == in FlashErase()
2926 GetInterruptTimeout()) == in FlashDone()
2987 GetInterruptTimeout()) == in DoWriteMemory()
3163 eBreakpointSoftware, true, addr, bp_op_size, GetInterruptTimeout()); in EnableBreakpointSite()
3203 eBreakpointHardware, true, addr, bp_op_size, GetInterruptTimeout()); in EnableBreakpointSite()
3268 GetInterruptTimeout())) in DisableBreakpointSite()
3275 GetInterruptTimeout())) in DisableBreakpointSite()
3332 GetInterruptTimeout()) == 0) { in EnableWatchpoint()
3379 GetInterruptTimeout()) == 0) { in DisableWatchpoint()
3404 if (!m_gdb_comm.SendAsyncSignal(signo, GetInterruptTimeout())) in DoSignal()
3782 process->GetInterruptTimeout(), response)) { in AsyncThread()
3794 process->GetInterruptTimeout(), in AsyncThread()
5337 packet_cstr, response, process->GetInterruptTimeout()); in DoExecute()
5388 packet.GetString(), response, process->GetInterruptTimeout(), in DoExecute()