Home
last modified time | relevance | path

Searched refs:GetTranscript (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreter.h332 SBStructuredData GetTranscript();
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp587 SBStructuredData SBCommandInterpreter::GetTranscript() { in GetTranscript() function in SBCommandInterpreter
598 std::make_shared<StructuredData::Array>(m_opaque_ptr->GetTranscript())); in GetTranscript()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h677 const StructuredData::Array &GetTranscript() const;
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStatistics.cpp492 debugger.GetCommandInterpreter().GetTranscript(); in ReportStatistics()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3777 const StructuredData::Array &CommandInterpreter::GetTranscript() const { in GetTranscript() function in CommandInterpreter
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp14047 result = (arg1)->GetTranscript(); in _wrap_SBCommandInterpreter_GetTranscript()