Home
last modified time | relevance | path

Searched refs:GetThreadWithID (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
DScriptedProcessInterface.h44 virtual StructuredData::DictionarySP GetThreadWithID(lldb::tid_t tid) { in GetThreadWithID() function
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptedProcessPythonInterface.h40 StructuredData::DictionarySP GetThreadWithID(lldb::tid_t tid) override;
DScriptedProcessPythonInterface.cpp207 ScriptedProcessPythonInterface::GetThreadWithID(lldb::tid_t tid) { in GetThreadWithID() function in ScriptedProcessPythonInterface