Home
last modified time | relevance | path

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

/external/llvm-project/lldb/test/API/commands/quit/
DTestQuit.py31 self.assertEqual(self.ci.GetQuitStatus(), 10)
/external/llvm-project/lldb/bindings/interface/
DSBCommandInterpreter.i100 GetQuitStatus();
/external/llvm-project/lldb/include/lldb/API/
DSBCommandInterpreter.h260 int GetQuitStatus();
/external/llvm-project/lldb/source/API/
DSBCommandInterpreter.cpp428 int SBCommandInterpreter::GetQuitStatus() { in GetQuitStatus() function in SBCommandInterpreter
429 LLDB_RECORD_METHOD_NO_ARGS(int, SBCommandInterpreter, GetQuitStatus); in GetQuitStatus()
821 LLDB_REGISTER_METHOD(int, SBCommandInterpreter, GetQuitStatus, ()); in RegisterMethods()
/external/llvm-project/lldb/tools/driver/
DDriver.cpp682 return sb_interpreter.GetQuitStatus(); in MainLoop()