Lines Matching refs:GetInterruptTimeout
1141 return m_gdb_comm.SendTraceSupported(GetInterruptTimeout()); in TraceSupported()
1145 return m_gdb_comm.SendTraceStop(request, GetInterruptTimeout()); in TraceStop()
1149 return m_gdb_comm.SendTraceStart(request, GetInterruptTimeout()); in TraceStart()
1154 return m_gdb_comm.SendTraceGetState(type, GetInterruptTimeout()); in TraceGetState()
1159 return m_gdb_comm.SendTraceGetBinaryData(request, GetInterruptTimeout()); in TraceGetBinaryData()
2382 caused_stop = m_gdb_comm.Interrupt(GetInterruptTimeout()); in DoHalt()
2385 caused_stop = m_gdb_comm.Interrupt(GetInterruptTimeout()); in DoHalt()
2566 GetInterruptTimeout()) == in DoReadMemory()
2723 GetInterruptTimeout()) == in FlashErase()
2753 GetInterruptTimeout()) == in FlashDone()
2814 GetInterruptTimeout()) == in DoWriteMemory()
2985 eBreakpointSoftware, true, addr, bp_op_size, GetInterruptTimeout()); in EnableBreakpointSite()
3025 eBreakpointHardware, true, addr, bp_op_size, GetInterruptTimeout()); in EnableBreakpointSite()
3090 GetInterruptTimeout())) in DisableBreakpointSite()
3097 GetInterruptTimeout())) in DisableBreakpointSite()
3205 GetInterruptTimeout())) { in EnableWatchpoint()
3230 GetInterruptTimeout()); in EnableWatchpoint()
3277 GetInterruptTimeout())) { in DisableWatchpoint()
3306 if (!m_gdb_comm.SendAsyncSignal(signo, GetInterruptTimeout())) in DoSignal()
3627 GetInterruptTimeout(), response); in AsyncThread()
5408 packet_cstr, response, process->GetInterruptTimeout()); in DoExecute()
5458 packet.GetString(), response, process->GetInterruptTimeout(), in DoExecute()
5531 GetSoftwareBreakpointTrapOpcode(bp_site), GetInterruptTimeout()); in DidForkSwitchSoftwareBreakpoints()
5543 GetSoftwareBreakpointTrapOpcode(bp_site), GetInterruptTimeout()); in DidForkSwitchHardwareTraps()
5553 GetInterruptTimeout()); in DidForkSwitchHardwareTraps()