[lldb-mi] Remove unused bool results.
authorBruce Mitchener <bruce.mitchener@gmail.com>
Wed, 22 Jul 2015 17:07:27 +0000 (17:07 +0000)
committerBruce Mitchener <bruce.mitchener@gmail.com>
Wed, 22 Jul 2015 17:07:27 +0000 (17:07 +0000)
commit2c674d347e067b865390db50cafd035ad2c5f4c7
tree76ceda498723726f9a06a0f25e6bbf30900baf9f
parentc3a2118c39ed1a55d141ac6660c84bcd2b8dde35
[lldb-mi] Remove unused bool results.

Summary:
Many methods, in particular various 'Add' methods didn't have
any actual failure scenarios that were being emitted. This meant
that a lot of surrounding code could be simplified.

Reviewers: abidh, ki.stfu

Subscribers: lldb-commits

Differential Revision: http://reviews.llvm.org/D11412

llvm-svn: 242911
37 files changed:
lldb/tools/lldb-mi/MICmdArgSet.cpp
lldb/tools/lldb-mi/MICmdArgSet.h
lldb/tools/lldb-mi/MICmdBase.cpp
lldb/tools/lldb-mi/MICmdBase.h
lldb/tools/lldb-mi/MICmdCmdBreak.cpp
lldb/tools/lldb-mi/MICmdCmdData.cpp
lldb/tools/lldb-mi/MICmdCmdData.h
lldb/tools/lldb-mi/MICmdCmdEnviro.cpp
lldb/tools/lldb-mi/MICmdCmdExec.cpp
lldb/tools/lldb-mi/MICmdCmdFile.cpp
lldb/tools/lldb-mi/MICmdCmdGdbInfo.cpp
lldb/tools/lldb-mi/MICmdCmdGdbSet.cpp
lldb/tools/lldb-mi/MICmdCmdGdbShow.cpp
lldb/tools/lldb-mi/MICmdCmdMiscellanous.cpp
lldb/tools/lldb-mi/MICmdCmdStack.cpp
lldb/tools/lldb-mi/MICmdCmdSupportInfo.cpp
lldb/tools/lldb-mi/MICmdCmdSymbol.cpp
lldb/tools/lldb-mi/MICmdCmdTarget.cpp
lldb/tools/lldb-mi/MICmdCmdThread.cpp
lldb/tools/lldb-mi/MICmdCmdVar.cpp
lldb/tools/lldb-mi/MICmdCmdVar.h
lldb/tools/lldb-mi/MICmdFactory.cpp
lldb/tools/lldb-mi/MICmdInvoker.h
lldb/tools/lldb-mi/MICmnLLDBDebugSessionInfo.cpp
lldb/tools/lldb-mi/MICmnLLDBDebugSessionInfo.h
lldb/tools/lldb-mi/MICmnLLDBDebuggerHandleEvents.cpp
lldb/tools/lldb-mi/MICmnLLDBUtilSBValue.cpp
lldb/tools/lldb-mi/MICmnMIOutOfBandRecord.cpp
lldb/tools/lldb-mi/MICmnMIOutOfBandRecord.h
lldb/tools/lldb-mi/MICmnMIResultRecord.cpp
lldb/tools/lldb-mi/MICmnMIResultRecord.h
lldb/tools/lldb-mi/MICmnMIValueList.cpp
lldb/tools/lldb-mi/MICmnMIValueList.h
lldb/tools/lldb-mi/MICmnMIValueResult.cpp
lldb/tools/lldb-mi/MICmnMIValueResult.h
lldb/tools/lldb-mi/MICmnMIValueTuple.cpp
lldb/tools/lldb-mi/MICmnMIValueTuple.h