Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectSession.cpp45 if (m_interpreter.SaveTranscript(result, file_path.str())) in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h552 bool SaveTranscript(CommandReturnObject &result,
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp612 cmd_interpreter.SaveTranscript(result); in Destroy()
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2932 bool CommandInterpreter::SaveTranscript( in SaveTranscript() function in CommandInterpreter