Home
last modified time | relevance | path

Searched refs:GetInterruptTimeout (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1179 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()
2363 caused_stop = m_gdb_comm.Interrupt(GetInterruptTimeout()); in DoHalt()
2544 GetInterruptTimeout()) == in DoReadMemory()
2701 GetInterruptTimeout()) == in FlashErase()
3206 if (!m_gdb_comm.SendAsyncSignal(signo, GetInterruptTimeout())) in DoSignal()
3531 GetInterruptTimeout(), response); in AsyncThread()
5077 packet_cstr, response, process->GetInterruptTimeout()); in DoExecute()
[all …]
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DProcess.h98 std::chrono::seconds GetInterruptTimeout() const;
/llvm-project-15.0.7/lldb/source/Target/
H A DProcess.cpp315 std::chrono::seconds ProcessProperties::GetInterruptTimeout() const { in GetInterruptTimeout() function in ProcessProperties
3125 WaitForProcessToStop(GetInterruptTimeout(), &event_sp, true, in Halt()
3157 StateType state = WaitForProcessToStop(GetInterruptTimeout(), in StopForDestroyOrDetach()