Home
last modified time | relevance | path

Searched refs:GetSaveSessionOnQuit (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h551 bool GetSaveSessionOnQuit() const;
/llvm-project-15.0.7/lldb/source/Core/
H A DDebugger.cpp668 if (cmd_interpreter.GetSaveSessionOnQuit()) { in Destroy()
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandInterpreter.cpp158 bool CommandInterpreter::GetSaveSessionOnQuit() const { in GetSaveSessionOnQuit() function in CommandInterpreter