[Lldb-commits] [PATCH] D32366: Set "success" status correctly

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Aug 28 11:37:19 PDT 2017


clayborg added a comment.

This is sure to trigger things in the test suite. We will need to ensure a few things:

- test suite runs cleanly in debug mode after the lldbassert is added
- without changes to CommandObjectRegister.cpp that the lldbassert is triggered, and if not, add a test


https://reviews.llvm.org/D32366





More information about the lldb-commits mailing list