Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Commands/
DCommandObjectQuit.cpp108 m_interpreter.SaveTranscript(result); in DoExecute()
DCommandObjectSession.cpp45 if (m_interpreter.SaveTranscript(result, file_path.str())) in DoExecute()
/external/llvm-project/lldb/include/lldb/Interpreter/
DCommandInterpreter.h551 bool SaveTranscript(CommandReturnObject &result,
/external/llvm-project/lldb/source/Interpreter/
DCommandInterpreter.cpp2924 bool CommandInterpreter::SaveTranscript( in SaveTranscript() function in CommandInterpreter