Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBCommandInterpreter.h241 int GetQuitStatus();
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBCommandInterpreter.cpp421 int SBCommandInterpreter::GetQuitStatus() { in GetQuitStatus() function in SBCommandInterpreter
/freebsd-12.1/contrib/llvm/tools/lldb/tools/driver/
H A DDriver.cpp763 int exit_code = sb_interpreter.GetQuitStatus(); in MainLoop()