Home
last modified time | relevance | path

Searched defs:GetThreadsInfo (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DScriptedProcessInterface.h44 virtual StructuredData::DictionarySP GetThreadsInfo() { return nullptr; } in GetThreadsInfo() function
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedProcessPythonInterface.cpp91 StructuredData::DictionarySP ScriptedProcessPythonInterface::GetThreadsInfo() { in GetThreadsInfo() function in ScriptedProcessPythonInterface
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp533 StructuredData::ObjectSP GDBRemoteCommunicationClient::GetThreadsInfo() { in GetThreadsInfo() function in GDBRemoteCommunicationClient