forked from OSchip/llvm-project
Give error on "-inferior-tty-set" command.
This command is not implemented yet. Giving error gives chance to clients to handle it properly instead of falsely assuming the lldb-mi is supporting it. llvm-svn: 228389
This commit is contained in:
parent
d858487edd
commit
be86bb1e6a
|
@ -588,7 +588,7 @@ CMICmdCmdInferiorTtySet::Execute(void)
|
|||
bool
|
||||
CMICmdCmdInferiorTtySet::Acknowledge(void)
|
||||
{
|
||||
const CMICmnMIResultRecord miRecordResult(m_cmdData.strMiCmdToken, CMICmnMIResultRecord::eResultClass_Done);
|
||||
const CMICmnMIResultRecord miRecordResult(m_cmdData.strMiCmdToken, CMICmnMIResultRecord::eResultClass_Error);
|
||||
m_miResultRecord = miRecordResult;
|
||||
|
||||
return MIstatus::success;
|
||||
|
|
Loading…
Reference in New Issue