Home
last modified time | relevance | path

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

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