Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/api/listeners/
H A DTestListener.py43 my_listener.WaitForEvent(1, event)
62 my_listener.WaitForEvent(1, event)
84 my_listener.WaitForEvent(1, event)
105 my_listener.WaitForEvent(1, event)
121 my_listener.WaitForEvent(1, event)
/llvm-project-15.0.7/lldb/test/API/commands/expression/expr-in-syscall/
H A DTestExpressionInSyscall.py47 while listener.WaitForEvent(2, event):
58 while listener.WaitForEvent(2, event):
78 while listener.WaitForEvent(10, event):
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/debugger/dbgeng/
H A Dsetup.py87 res = Client.Control.WaitForEvent(timeout=1000)
112 res = Client.Control.WaitForEvent(timeout=5000)
130 client.Control.WaitForEvent()
H A Dcontrol.py310 def WaitForEvent(self, timeout=100): member in Control
312 ret = self.vt.WaitForEvent(self.control, 0, timeout)
/llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/breakpoint_set_restart/
H A DTestBreakpointSetRestart.py31 while self.dbg.GetListener().WaitForEvent(2, event):
41 while self.dbg.GetListener().WaitForEvent(2, event):
/llvm-project-15.0.7/lldb/test/API/python_api/event/
H A DTestEvents.py84 if listener.WaitForEvent(5, event):
170 if listener.WaitForEvent(5, event):
264 if listener.WaitForEvent(5, event):
/llvm-project-15.0.7/lldb/test/API/macosx/thread-names/
H A DTestInterruptThreadNames.py95 listener.WaitForEvent(2, event)
113 listener.WaitForEvent(2, event)
/llvm-project-15.0.7/lldb/test/API/functionalities/launch_stop_at_entry/
H A DTestStopAtEntry.py96 result = listener.WaitForEvent(30, event)
124 result = listener.WaitForEvent(30, event)
/llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/
H A Dsb_listener.py14 obj.WaitForEvent(5, event)
/llvm-project-15.0.7/lldb/test/API/functionalities/gdb_remote_client/
H A DTestRestartBug.py52 while self.dbg.GetListener().WaitForEvent(2, event):
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBListener.i58 WaitForEvent (uint32_t num_seconds,
/llvm-project-15.0.7/lldb/test/API/api/multithreaded/
H A Dtest_listener_resume.cpp.template31 bool got_event = g_listener.WaitForEvent(1, event);
H A Dtest_listener_event_process_state.cpp.template28 bool got_event = g_listener.WaitForEvent(1, event);
H A Dtest_listener_event_description.cpp.template28 bool got_event = g_listener.WaitForEvent(1, event);
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBListener.h51 bool WaitForEvent(uint32_t num_seconds, lldb::SBEvent &event);
/llvm-project-15.0.7/lldb/test/API/commands/watchpoints/watchpoint_events/
H A DTestWatchpointEvents.py87 success = self.listener.WaitForEvent(1, event)
/llvm-project-15.0.7/lldb/utils/lui/
H A Ddebuggerdriver.py113 got_event = self.listener.WaitForEvent(lldb.UINT32_MAX, event)
/llvm-project-15.0.7/lldb/test/API/api/multiple-debuggers/
H A Dmulti-process-driver.cpp47 bool waitfor_ret = listener.WaitForEvent (2, event); in wait_for_stop_event()
/llvm-project-15.0.7/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…
/llvm-project-15.0.7/lldb/source/API/
H A DSBListener.cpp129 bool SBListener::WaitForEvent(uint32_t timeout_secs, SBEvent &event) { in WaitForEvent() function in SBListener
/llvm-project-15.0.7/lldb/examples/python/
H A Dprocess_events.py319 if listener.WaitForEvent(options.event_timeout, event):
H A Dperformance.py196 if self.listener.WaitForEvent(lldb.UINT32_MAX, process_event):
/llvm-project-15.0.7/lldb/tools/lldb-vscode/
H A Dlldb-vscode.cpp390 if (listener.WaitForEvent(1, event)) { in ProgressEventThreadFunction()
420 if (listener.WaitForEvent(1, event)) { in EventThreadFunction()
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Dlldbutil.py1286 if listener.WaitForEvent(timeout, event):