[llvm-bugs] [Bug 26421] New: CommandObjectRegister should set status eReturnStatusSuccessFinishResult

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Feb 1 12:27:57 PST 2016


https://llvm.org/bugs/show_bug.cgi?id=26421

            Bug ID: 26421
           Summary: CommandObjectRegister should set status
                    eReturnStatusSuccessFinishResult
           Product: lldb
           Version: 3.8
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: lldb-dev at lists.llvm.org
          Reporter: github at newplanetsoftware.com
                CC: llvm-bugs at lists.llvm.org
    Classification: Unclassified

Created attachment 15791
  --> https://llvm.org/bugs/attachment.cgi?id=15791&action=edit
Suggested patch

CommandObjectRegister::DoExecute() never sets the result status to
eReturnStatusSuccessFinishResult.  It should set this if DumpRegister() returns
true.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20160201/1822266e/attachment.html>


More information about the llvm-bugs mailing list