Home
last modified time | relevance | path

Searched defs:GetCapabilities (Results 1 – 2 of 2) sorted by relevance

/llvm-project/lldb/include/lldb/Interpreter/Interfaces/
H A DScriptedProcessInterface.h29 virtual StructuredData::DictionarySP GetCapabilities() { return {}; } in GetCapabilities() function
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedProcessPythonInterface.cpp47 StructuredData::DictionarySP ScriptedProcessPythonInterface::GetCapabilities() { GetCapabilities() function in ScriptedProcessPythonInterface