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.cpp575 SBStructuredData SBCommandInterpreter::GetTranscript() { in GetTranscript() function in SBCommandInterpreter
586 std::make_shared<StructuredData::Array>(m_opaque_ptr->GetTranscript())); in GetTranscript()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStatistics.cpp397 debugger.GetCommandInterpreter().GetTranscript(); in ReportStatistics()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h666 const StructuredData::Array &GetTranscript() const;
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3581 const StructuredData::Array &CommandInterpreter::GetTranscript() const { in GetTranscript() function in CommandInterpreter
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp14082 result = (arg1)->GetTranscript(); in _wrap_SBCommandInterpreter_GetTranscript()