Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectSession.cpp46 if (m_interpreter.SaveTranscript(result, file_path.str())) in DoExecute()
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h630 bool SaveTranscript(CommandReturnObject &result,
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDebugger.cpp690 cmd_interpreter.SaveTranscript(result); in Destroy()
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3194 bool CommandInterpreter::SaveTranscript( in SaveTranscript() function in CommandInterpreter