Home
last modified time | relevance | path

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

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