Home
last modified time | relevance | path

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

/llvm-project/lldb/test/API/python_api/interpreter/
H A DTestCommandInterpreterAPI.py96 structured_data = ci.GetTranscript()
250 structured_data_1 = ci.GetTranscript()
257 structured_data_2 = ci.GetTranscript()
/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreter.h332 SBStructuredData GetTranscript();
/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()
/llvm-project/lldb/source/Target/
H A DStatistics.cpp455 debugger.GetCommandInterpreter().GetTranscript();
/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h670 const StructuredData::Array &GetTranscript() const;
/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3656 const StructuredData::Array &CommandInterpreter::GetTranscript() const {
3581 const StructuredData::Array &CommandInterpreter::GetTranscript() const { GetTranscript() function in CommandInterpreter