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@lists.llvm.org
          Reporter: git...@newplanetsoftware.com
                CC: llvm-b...@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 the assignee for the bug.
_______________________________________________
lldb-dev mailing list
lldb-dev@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev

Reply via email to