Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1141 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()
2382 caused_stop = m_gdb_comm.Interrupt(GetInterruptTimeout()); in DoHalt()
2385 caused_stop = m_gdb_comm.Interrupt(GetInterruptTimeout()); in DoHalt()
3230 GetInterruptTimeout()); in EnableWatchpoint()
3306 if (!m_gdb_comm.SendAsyncSignal(signo, GetInterruptTimeout())) in DoSignal()
3627 GetInterruptTimeout(), response); in AsyncThread()
5408 packet_cstr, response, process->GetInterruptTimeout()); in DoExecute()
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp325 std::chrono::seconds ProcessProperties::GetInterruptTimeout() const { in GetInterruptTimeout() function in ProcessProperties
3181 StateType state = WaitForProcessToStop(GetInterruptTimeout(), &event_sp, true, in Halt()
3214 StateType state = WaitForProcessToStop(GetInterruptTimeout(), in StopForDestroyOrDetach()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h105 std::chrono::seconds GetInterruptTimeout() const;