Lines Matching refs:GetInterruptTimeout

1213   return m_gdb_comm.SendTraceSupported(GetInterruptTimeout());  in TraceSupported()
1217 return m_gdb_comm.SendTraceStop(request, GetInterruptTimeout()); in TraceStop()
1221 return m_gdb_comm.SendTraceStart(request, GetInterruptTimeout()); in TraceStart()
1226 return m_gdb_comm.SendTraceGetState(type, GetInterruptTimeout()); in TraceGetState()
1231 return m_gdb_comm.SendTraceGetBinaryData(request, GetInterruptTimeout()); in TraceGetBinaryData()
2417 caused_stop = m_gdb_comm.Interrupt(GetInterruptTimeout()); in DoHalt()
2570 GetInterruptTimeout()) == in DoDestroy()
2735 GetInterruptTimeout()) == in DoReadMemory()
2892 GetInterruptTimeout()) == in FlashErase()
2922 GetInterruptTimeout()) == in FlashDone()
2983 GetInterruptTimeout()) == in DoWriteMemory()
3159 eBreakpointSoftware, true, addr, bp_op_size, GetInterruptTimeout()); in EnableBreakpointSite()
3199 eBreakpointHardware, true, addr, bp_op_size, GetInterruptTimeout()); in EnableBreakpointSite()
3264 GetInterruptTimeout())) in DisableBreakpointSite()
3271 GetInterruptTimeout())) in DisableBreakpointSite()
3328 GetInterruptTimeout()) == 0) { in EnableWatchpoint()
3375 GetInterruptTimeout()) == 0) { in DisableWatchpoint()
3400 if (!m_gdb_comm.SendAsyncSignal(signo, GetInterruptTimeout())) in DoSignal()
3778 process->GetInterruptTimeout(), response)) { in AsyncThread()
3790 process->GetInterruptTimeout(), in AsyncThread()
5333 packet_cstr, response, process->GetInterruptTimeout()); in DoExecute()
5384 packet.GetString(), response, process->GetInterruptTimeout(), in DoExecute()