Home
last modified time | relevance | path

Searched refs:setAsync (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/commands/process/attach-resume/
H A DTestAttachResume.py35 self.setAsync(True)
/llvm-project-15.0.7/lldb/test/API/functionalities/signal/
H A DTestSendSignal.py61 self.setAsync(True)
/llvm-project-15.0.7/lldb/test/API/commands/command/script/
H A DTestCommandScript.py67 self.setAsync(False)
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Dlldbtest.py877 def setAsync(self, value): member in Base