Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/lldb/test/API/functionalities/gdb_remote_client/
H A DTestProcessConnect.py18 self.dbg.SetAsync(False)
27 self.dbg.SetAsync(True)
42 self.dbg.SetAsync(False)
54 self.dbg.SetAsync(True)
H A DTestPty.py51 self.dbg.SetAsync(False)
74 self.dbg.SetAsync(True)
H A DTestRestartBug.py41 self.dbg.SetAsync(True)
/llvm-project-15.0.7/lldb/test/API/functionalities/thread/state/
H A DTestThreadStates.py133 self.dbg.SetAsync(True)
146 self.dbg.SetAsync(False)
219 self.dbg.SetAsync(True)
224 self.dbg.SetAsync(False)
267 self.dbg.SetAsync(True)
280 self.dbg.SetAsync(False)
/llvm-project-15.0.7/lldb/examples/python/
H A Dstep_and_print.py12 debugger.SetAsync(False)
18 debugger.SetAsync(old_async)
/llvm-project-15.0.7/lldb/test/API/commands/process/continue_to_bkpt/
H A DTestContinueToBkpts.py115 self.dbg.SetAsync(True)
118 self.dbg.SetAsync(orig_async)
124 self.dbg.SetAsync(False)
127 self.dbg.SetAsync(orig_async)
/llvm-project-15.0.7/lldb/test/API/functionalities/conditional_break/
H A Dconditional_break.py13 dbg.SetAsync(True)
28 dbg.SetAsync(old_async)
/llvm-project-15.0.7/lldb/test/API/functionalities/launch_stop_at_entry/
H A DTestStopAtEntry.py73 self.dbg.SetAsync(old_async)
77 self.dbg.SetAsync(True)
83 self.dbg.SetAsync(False)
/llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/
H A Dsb_debugger.py9 obj.SetAsync(True)
10 obj.SetAsync(False)
/llvm-project-15.0.7/lldb/test/API/macosx/profile_vrs_detach/
H A DTestDetachVrsProfile.py52 self.dbg.SetAsync(True)
61 self.dbg.SetAsync(False)
/llvm-project-15.0.7/lldb/test/API/commands/expression/options/
H A DTestExprOptions.py34 self.dbg.SetAsync(False)
69 self.dbg.SetAsync(False)
/llvm-project-15.0.7/lldb/test/API/python_api/event/
H A DTestEvents.py36 self.dbg.SetAsync(True)
126 self.dbg.SetAsync(True)
206 self.dbg.SetAsync(True)
/llvm-project-15.0.7/lldb/test/API/lang/c/anonymous/
H A DTestAnonymous.py82 self.dbg.SetAsync(False)
144 self.dbg.SetAsync(False)
/llvm-project-15.0.7/lldb/test/API/functionalities/plugins/python_os_plugin/
H A DTestPythonOSPlugin.py40 self.dbg.SetAsync(False)
124 self.dbg.SetAsync(False)
/llvm-project-15.0.7/lldb/source/API/
H A DSBAttachInfo.cpp46 m_opaque_sp->SetAsync(async); in SBAttachInfo()
138 m_opaque_sp->SetAsync(async); in SetWaitForLaunch()
/llvm-project-15.0.7/lldb/test/API/functionalities/step-vrs-interrupt/
H A DTestStepVrsInterruptTimeout.py31 self.dbg.SetAsync(False)
/llvm-project-15.0.7/lldb/test/API/lang/cpp/signed_types/
H A DTestSignedTypes.py29 self.dbg.SetAsync(False)
/llvm-project-15.0.7/lldb/test/API/functionalities/location-list-lookup/
H A DTestLocationListLookup.py23 self.dbg.SetAsync(False)
/llvm-project-15.0.7/lldb/test/API/functionalities/postmortem/mach-core/
H A DTestMachCore.py26 self.dbg.SetAsync(False)
/llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/breakpoint_set_restart/
H A DTestBreakpointSetRestart.py24 self.dbg.SetAsync(True)
/llvm-project-15.0.7/lldb/test/API/lang/cpp/namespace_definitions/
H A DTestNamespaceDefinitions.py41 self.dbg.SetAsync(False)
/llvm-project-15.0.7/lldb/test/API/lang/c/shared_lib_stripped_symbols/
H A DTestSharedLibStrippedSymbols.py59 self.dbg.SetAsync(False)
/llvm-project-15.0.7/lldb/test/API/commands/expression/expr-in-syscall/
H A DTestExpressionInSyscall.py26 self.dbg.SetAsync(True)
/llvm-project-15.0.7/lldb/test/API/api/multithreaded/
H A Dtest_breakpoint_callback.cpp.template32 dbg.SetAsync(false);
/llvm-project-15.0.7/lldb/test/API/python_api/process/read-mem-cstring/
H A DTestReadMemCString.py17 self.dbg.SetAsync(False)

12