diff options
Diffstat (limited to 'tools/lldb-mi/MICmdArgValThreadGrp.cpp')
-rw-r--r-- | tools/lldb-mi/MICmdArgValThreadGrp.cpp | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/tools/lldb-mi/MICmdArgValThreadGrp.cpp b/tools/lldb-mi/MICmdArgValThreadGrp.cpp index 606c615..c7e663c 100644 --- a/tools/lldb-mi/MICmdArgValThreadGrp.cpp +++ b/tools/lldb-mi/MICmdArgValThreadGrp.cpp @@ -7,18 +7,6 @@ // //===----------------------------------------------------------------------===// -//++ -// File: MICmdArgValThreadGrp.cpp -// -// Overview: CMICmdArgValThreadGrp implementation. -// -// Environment: Compilers: Visual C++ 12. -// gcc (Ubuntu/Linaro 4.8.1-10ubuntu9) 4.8.1 -// Libraries: See MIReadmetxt. -// -// Copyright: None. -//-- - // In-house headers: #include "MICmdArgValThreadGrp.h" #include "MICmdArgContext.h" @@ -74,7 +62,7 @@ bool CMICmdArgValThreadGrp::Validate(CMICmdArgContext &vwArgContext) { if (vwArgContext.IsEmpty()) - return MIstatus::success; + return m_bMandatory ? MIstatus::failure : MIstatus::success; if (vwArgContext.GetNumberArgsPresent() == 1) { |