Home
last modified time | relevance | path

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

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1117 return m_gdb_comm.SendTraceSupported(GetInterruptTimeout()); in TraceSupported()
1121 return m_gdb_comm.SendTraceStop(request, GetInterruptTimeout()); in TraceStop()
1125 return m_gdb_comm.SendTraceStart(request, GetInterruptTimeout()); in TraceStart()
1130 return m_gdb_comm.SendTraceGetState(type, GetInterruptTimeout()); in TraceGetState()
2320 caused_stop = m_gdb_comm.Interrupt(GetInterruptTimeout()); in DoHalt()
2625 GetInterruptTimeout()) == in DoReadMemory()
2782 GetInterruptTimeout()) == in FlashErase()
3290 if (!m_gdb_comm.SendAsyncSignal(signo, GetInterruptTimeout())) in DoSignal()
3667 process->GetInterruptTimeout(), response); in AsyncThread()
5230 packet_cstr, response, process->GetInterruptTimeout()); in DoExecute()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1213 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()
2417 caused_stop = m_gdb_comm.Interrupt(GetInterruptTimeout()); in DoHalt()
2735 GetInterruptTimeout()) == in DoReadMemory()
2892 GetInterruptTimeout()) == in FlashErase()
3400 if (!m_gdb_comm.SendAsyncSignal(signo, GetInterruptTimeout())) in DoSignal()
3778 process->GetInterruptTimeout(), response)) { in AsyncThread()
3790 process->GetInterruptTimeout(), in AsyncThread()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1213 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()
2417 caused_stop = m_gdb_comm.Interrupt(GetInterruptTimeout()); in DoHalt()
2735 GetInterruptTimeout()) == in DoReadMemory()
2892 GetInterruptTimeout()) == in FlashErase()
3400 if (!m_gdb_comm.SendAsyncSignal(signo, GetInterruptTimeout())) in DoSignal()
3778 process->GetInterruptTimeout(), response)) { in AsyncThread()
3790 process->GetInterruptTimeout(), in AsyncThread()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1213 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()
2417 caused_stop = m_gdb_comm.Interrupt(GetInterruptTimeout()); in DoHalt()
2735 GetInterruptTimeout()) == in DoReadMemory()
2892 GetInterruptTimeout()) == in FlashErase()
3400 if (!m_gdb_comm.SendAsyncSignal(signo, GetInterruptTimeout())) in DoSignal()
3778 process->GetInterruptTimeout(), response)) { in AsyncThread()
3790 process->GetInterruptTimeout(), in AsyncThread()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1213 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()
2417 caused_stop = m_gdb_comm.Interrupt(GetInterruptTimeout()); in DoHalt()
2735 GetInterruptTimeout()) == in DoReadMemory()
2892 GetInterruptTimeout()) == in FlashErase()
3400 if (!m_gdb_comm.SendAsyncSignal(signo, GetInterruptTimeout())) in DoSignal()
3778 process->GetInterruptTimeout(), response)) { in AsyncThread()
3790 process->GetInterruptTimeout(), in AsyncThread()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/include/lldb/Target/
H A DProcess.h98 std::chrono::seconds GetInterruptTimeout() const;
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/include/lldb/Target/
H A DProcess.h98 std::chrono::seconds GetInterruptTimeout() const;
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/include/lldb/Target/
H A DProcess.h98 std::chrono::seconds GetInterruptTimeout() const;
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/include/lldb/Target/
H A DProcess.h98 std::chrono::seconds GetInterruptTimeout() const;
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/include/lldb/Target/
H A DProcess.h98 std::chrono::seconds GetInterruptTimeout() const;
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/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()
/dports/lang/rust/rustc-1.58.1-src/src/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()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Target/
H A DProcess.cpp314 std::chrono::seconds ProcessProperties::GetInterruptTimeout() const { in GetInterruptTimeout() function in ProcessProperties
3119 WaitForProcessToStop(GetInterruptTimeout(), &event_sp, true, in Halt()
3151 StateType state = WaitForProcessToStop(GetInterruptTimeout(), in StopForDestroyOrDetach()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/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()
/dports/devel/llvm13/llvm-project-13.0.1.src/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()
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Ddbgeng.h708 STDMETHOD(GetInterruptTimeout)(THIS_ PULONG Seconds) PURE; in DECLARE_INTERFACE_() local
810 STDMETHOD(GetInterruptTimeout)(THIS_ PULONG Seconds) PURE; in DECLARE_INTERFACE_() local
931 STDMETHOD(GetInterruptTimeout)(THIS_ PULONG Seconds) PURE; in DECLARE_INTERFACE_() local
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Ddbgeng.h708 STDMETHOD(GetInterruptTimeout)(THIS_ PULONG Seconds) PURE; in DECLARE_INTERFACE_() local
810 STDMETHOD(GetInterruptTimeout)(THIS_ PULONG Seconds) PURE; in DECLARE_INTERFACE_() local
931 STDMETHOD(GetInterruptTimeout)(THIS_ PULONG Seconds) PURE; in DECLARE_INTERFACE_() local
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/Diagnostics/Debug/
H A Dmod.rs17595 pub unsafe fn GetInterruptTimeout(&self) -> ::windows::runtime::Result<u32> { in GetInterruptTimeout() method
18148 pub unsafe fn GetInterruptTimeout(&self) -> ::windows::runtime::Result<u32> { in GetInterruptTimeout() method
18741 pub unsafe fn GetInterruptTimeout(&self) -> ::windows::runtime::Result<u32> { in GetInterruptTimeout() method
19409 pub unsafe fn GetInterruptTimeout(&self) -> ::windows::runtime::Result<u32> { in GetInterruptTimeout() method
20443 pub unsafe fn GetInterruptTimeout(&self) -> ::windows::runtime::Result<u32> { in GetInterruptTimeout() method
21517 pub unsafe fn GetInterruptTimeout(&self) -> ::windows::runtime::Result<u32> { in GetInterruptTimeout() method
22600 pub unsafe fn GetInterruptTimeout(&self) -> ::windows::runtime::Result<u32> { in GetInterruptTimeout() method