Home
last modified time | relevance | path

Searched refs:get_thread_with_id (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/functionalities/scripted_process/
H A Dinvalid_scripted_process.py17 def get_thread_with_id(self, tid: int): member in InvalidScriptedProcess
H A Ddummy_scripted_process.py17 def get_thread_with_id(self, tid: int): member in DummyScriptedProcess
H A Dstack_core_scripted_process.py62 def get_thread_with_id(self, tid: int): member in StackCoreScriptedProcess
/llvm-project-15.0.7/lldb/examples/python/scripted_process/
H A Dscripted_process.py73 def get_thread_with_id(self, tid): member in ScriptedProcess
H A Dcrashlog_scripted_process.py74 def get_thread_with_id(self, tid: int): member in CrashLogScriptedProcess