Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h491 bool GetSaveSessionOnQuit() const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp610 if (cmd_interpreter.GetSaveSessionOnQuit()) { in Destroy()
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp152 bool CommandInterpreter::GetSaveSessionOnQuit() const { in GetSaveSessionOnQuit() function in CommandInterpreter