Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBCommandInterpreter.h332 SBStructuredData GetTranscript();
/freebsd-14-stable/contrib/llvm-project/lldb/source/API/
HDSBCommandInterpreter.cpp575 SBStructuredData SBCommandInterpreter::GetTranscript() { in GetTranscript() function in SBCommandInterpreter
586 std::make_shared<StructuredData::Array>(m_opaque_ptr->GetTranscript())); in GetTranscript()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Target/
HDStatistics.cpp397 debugger.GetCommandInterpreter().GetTranscript(); in ReportStatistics()
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
HDCommandInterpreter.h666 const StructuredData::Array &GetTranscript() const;
/freebsd-14-stable/contrib/llvm-project/lldb/source/Interpreter/
HDCommandInterpreter.cpp3581 const StructuredData::Array &CommandInterpreter::GetTranscript() const { in GetTranscript() function in CommandInterpreter
/freebsd-14-stable/lib/clang/liblldb/
HDLLDBWrapLua.cpp14082 result = (arg1)->GetTranscript(); in _wrap_SBCommandInterpreter_GetTranscript()