Home
last modified time | relevance | path

Searched refs:GetFrameLanguageCommand (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h737 lldb::CommandObjectSP GetFrameLanguageCommand() const;
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1023 CommandObjectSP CommandInterpreter::GetFrameLanguageCommand() const { in GetFrameLanguageCommand() function in CommandInterpreter
1170 if (auto lang_subcmd_sp = GetFrameLanguageCommand()) { in GetCommandSP()