Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectQuit.cpp24 CommandArgumentData exit_code_arg{eArgTypeUnsignedInteger, eArgRepeatPlain}; in CommandObjectQuit() local
25 m_arguments.push_back({exit_code_arg}); in CommandObjectQuit()