Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmdCmdFile.h57 bool GetExitAppOnCommandFailure() const override;
H A DMICmdBase.h78 virtual bool GetExitAppOnCommandFailure() const;
H A DMICmdBase.cpp350 bool CMICmdBase::GetExitAppOnCommandFailure() const { return false; } in GetExitAppOnCommandFailure() function in CMICmdBase
H A DMICmdCmdFile.cpp212 bool CMICmdCmdFileExecAndSymbols::GetExitAppOnCommandFailure() const { in GetExitAppOnCommandFailure() function in CMICmdCmdFileExecAndSymbols
H A DMICmdInvoker.cpp285 if (vCmd.GetExitAppOnCommandFailure()) { in CmdCauseAppExit()