Home
last modified time | relevance | path

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

/llvm-project/lldb/test/API/commands/quit/
H A DTestQuit.py23 self.assertFalse(self.ci.HasCustomQuitExitCode())
29 self.assertTrue(self.ci.HasCustomQuitExitCode())
/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreter.h306 bool HasCustomQuitExitCode();
/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp409 bool SBCommandInterpreter::HasCustomQuitExitCode() { in HasCustomQuitExitCode() function in SBCommandInterpreter