Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1215 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()
2419 caused_stop = m_gdb_comm.Interrupt(GetInterruptTimeout()); in DoHalt()
2739 GetInterruptTimeout()) == in DoReadMemory()
2896 GetInterruptTimeout()) == in FlashErase()
3404 if (!m_gdb_comm.SendAsyncSignal(signo, GetInterruptTimeout())) in DoSignal()
3782 process->GetInterruptTimeout(), response)) { in AsyncThread()
3794 process->GetInterruptTimeout(), in AsyncThread()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h98 std::chrono::seconds GetInterruptTimeout() const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp301 std::chrono::seconds ProcessProperties::GetInterruptTimeout() const { in GetInterruptTimeout() function in ProcessProperties
3096 WaitForProcessToStop(GetInterruptTimeout(), &event_sp, true, in Halt()
3128 StateType state = WaitForProcessToStop(GetInterruptTimeout(), in StopForDestroyOrDetach()