Home
last modified time | relevance | path

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

/external/llvm-project/lldb/test/API/commands/quit/
DTestQuit.py24 self.assertFalse(self.ci.HasCustomQuitExitCode())
30 self.assertTrue(self.ci.HasCustomQuitExitCode())
/external/llvm-project/lldb/bindings/interface/
DSBCommandInterpreter.i97 HasCustomQuitExitCode();
/external/llvm-project/lldb/include/lldb/API/
DSBCommandInterpreter.h255 bool HasCustomQuitExitCode();
/external/llvm-project/lldb/source/API/
DSBCommandInterpreter.cpp419 bool SBCommandInterpreter::HasCustomQuitExitCode() { in HasCustomQuitExitCode() function in SBCommandInterpreter
420 LLDB_RECORD_METHOD_NO_ARGS(bool, SBCommandInterpreter, HasCustomQuitExitCode); in HasCustomQuitExitCode()
820 LLDB_REGISTER_METHOD(bool, SBCommandInterpreter, HasCustomQuitExitCode, ()); in RegisterMethods()