Home
last modified time | relevance | path

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

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