Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/commands/quit/
H A DTestQuit.py29 self.assertEqual(self.ci.GetQuitStatus(), 10)
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBCommandInterpreter.i102 GetQuitStatus();
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBCommandInterpreter.h264 int GetQuitStatus();
/llvm-project-15.0.7/lldb/source/API/
H A DSBCommandInterpreter.cpp398 int SBCommandInterpreter::GetQuitStatus() { in GetQuitStatus() function in SBCommandInterpreter
/llvm-project-15.0.7/lldb/tools/driver/
H A DDriver.cpp641 return sb_interpreter.GetQuitStatus(); in MainLoop()