Home
last modified time | relevance | path

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

/llvm-project/lldb/test/API/commands/quit/
H A DTestQuit.py30 self.assertEqual(self.ci.GetQuitStatus(), 10)
/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreter.h311 int GetQuitStatus();
/llvm-project/lldb/tools/driver/
H A DDriver.cpp623 return sb_interpreter.GetQuitStatus(); in MainLoop()
/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp418 int SBCommandInterpreter::GetQuitStatus() { in GetQuitStatus() function in SBCommandInterpreter