Home
last modified time | relevance | path

Searched refs:WaitForEvent (Results 1 – 15 of 15) sorted by relevance

/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBListener.i58 WaitForEvent (uint32_t num_seconds,
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBListener.h51 bool WaitForEvent(uint32_t num_seconds, lldb::SBEvent &event);
/openbsd-src/gnu/llvm/lldb/utils/lui/
H A Ddebuggerdriver.py113 got_event = self.listener.WaitForEvent(lldb.UINT32_MAX, event)
/openbsd-src/gnu/llvm/lldb/examples/test/tmp/
H A Dlldb_log-x86_64-clang-TestBreakpointCommand.BreakpointCommandTestCase.test_with_dsym.txt12 …rocessGDBRemote::AsyncThread (arg = 0x7fabc1883400, pid = 0) listener.WaitForEvent (NULL, event_sp…
H A Dlldb_log-x86_64-clang-TestBreakpointCommand.BreakpointCommandTestCase.test_with_dwarf.txt12 …rocessGDBRemote::AsyncThread (arg = 0x7fabc0997600, pid = 0) listener.WaitForEvent (NULL, event_sp…
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBListener.cpp129 bool SBListener::WaitForEvent(uint32_t timeout_secs, SBEvent &event) { in WaitForEvent() function in SBListener
/openbsd-src/gnu/llvm/lldb/examples/python/
H A Dprocess_events.py317 if listener.WaitForEvent(options.event_timeout, event):
H A Dperformance.py194 if self.listener.WaitForEvent(lldb.UINT32_MAX, process_event):
/openbsd-src/sys/stand/efi/include/
H A Defiapi.h752 EFI_WAIT_FOR_EVENT WaitForEvent; member
/openbsd-src/sys/arch/armv7/stand/efiboot/
H A Defiboot.c169 BS->WaitForEvent(1, &conin->WaitForKey, &dummy); in efi_cons_getc()
/openbsd-src/sys/arch/riscv64/stand/efiboot/
H A Defiboot.c173 BS->WaitForEvent(1, &conin->WaitForKey, &dummy); in efi_cons_getc()
/openbsd-src/sys/arch/arm64/stand/efiboot/
H A Defiboot.c180 * XXX The implementation of WaitForEvent() in U-boot in efi_cons_getc()
184 BS->WaitForEvent(1, &conin->WaitForKey, &dummy); in efi_cons_getc()
/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/
H A Dlldb-vscode.cpp393 if (listener.WaitForEvent(1, event)) { in ProgressEventThreadFunction()
423 if (listener.WaitForEvent(1, event)) { in EventThreadFunction()
/openbsd-src/sys/arch/amd64/stand/efiboot/
H A Defiboot.c538 BS->WaitForEvent(1, &conin->WaitForKey, &dummy); in efi_cons_getc()
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Dlldbutil.py1213 if listener.WaitForEvent(timeout, event):