Home
last modified time | relevance | path

Searched refs:GetSaveSessionDirectory (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h585 FileSpec GetSaveSessionDirectory() const;
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp200 FileSpec CommandInterpreter::GetSaveSessionDirectory() const { in GetSaveSessionDirectory() function in CommandInterpreter
3230 FileSpec save_location = GetSaveSessionDirectory(); in SaveTranscript()