Searched refs:WaitForEvent (Results 1 – 15 of 15) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/bindings/interface/ |
| H A D | SBListener.i | 58 WaitForEvent (uint32_t num_seconds,
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/API/ |
| H A D | SBListener.h | 51 bool WaitForEvent(uint32_t num_seconds, lldb::SBEvent &event);
|
| /openbsd-src/gnu/llvm/lldb/utils/lui/ |
| H A D | debuggerdriver.py | 113 got_event = self.listener.WaitForEvent(lldb.UINT32_MAX, event)
|
| /openbsd-src/gnu/llvm/lldb/examples/test/tmp/ |
| H A D | lldb_log-x86_64-clang-TestBreakpointCommand.BreakpointCommandTestCase.test_with_dsym.txt | 12 …rocessGDBRemote::AsyncThread (arg = 0x7fabc1883400, pid = 0) listener.WaitForEvent (NULL, event_sp…
|
| H A D | lldb_log-x86_64-clang-TestBreakpointCommand.BreakpointCommandTestCase.test_with_dwarf.txt | 12 …rocessGDBRemote::AsyncThread (arg = 0x7fabc0997600, pid = 0) listener.WaitForEvent (NULL, event_sp…
|
| /openbsd-src/gnu/llvm/lldb/source/API/ |
| H A D | SBListener.cpp | 129 bool SBListener::WaitForEvent(uint32_t timeout_secs, SBEvent &event) { in WaitForEvent() function in SBListener
|
| /openbsd-src/gnu/llvm/lldb/examples/python/ |
| H A D | process_events.py | 317 if listener.WaitForEvent(options.event_timeout, event):
|
| H A D | performance.py | 194 if self.listener.WaitForEvent(lldb.UINT32_MAX, process_event):
|
| /openbsd-src/sys/stand/efi/include/ |
| H A D | efiapi.h | 752 EFI_WAIT_FOR_EVENT WaitForEvent; member
|
| /openbsd-src/sys/arch/armv7/stand/efiboot/ |
| H A D | efiboot.c | 169 BS->WaitForEvent(1, &conin->WaitForKey, &dummy); in efi_cons_getc()
|
| /openbsd-src/sys/arch/riscv64/stand/efiboot/ |
| H A D | efiboot.c | 173 BS->WaitForEvent(1, &conin->WaitForKey, &dummy); in efi_cons_getc()
|
| /openbsd-src/sys/arch/arm64/stand/efiboot/ |
| H A D | efiboot.c | 180 * 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 D | lldb-vscode.cpp | 393 if (listener.WaitForEvent(1, event)) { in ProgressEventThreadFunction() 423 if (listener.WaitForEvent(1, event)) { in EventThreadFunction()
|
| /openbsd-src/sys/arch/amd64/stand/efiboot/ |
| H A D | efiboot.c | 538 BS->WaitForEvent(1, &conin->WaitForKey, &dummy); in efi_cons_getc()
|
| /openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/ |
| H A D | lldbutil.py | 1213 if listener.WaitForEvent(timeout, event):
|