Home
last modified time | relevance | path

Searched refs:SaveTranscript (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectSession.cpp46 if (m_interpreter.SaveTranscript(result, file_path.str())) in DoExecute()
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h618 bool SaveTranscript(CommandReturnObject &result,
/llvm-project-15.0.7/lldb/source/Core/
H A DDebugger.cpp670 cmd_interpreter.SaveTranscript(result); in Destroy()
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3146 bool CommandInterpreter::SaveTranscript( in SaveTranscript() function in CommandInterpreter