[Lldb-commits] [PATCH] D25592: [LLDB-MI] Minor cleanup of CMICmnLLDBUtilSBValue class
Ilia K via lldb-commits
lldb-commits at lists.llvm.org
Fri Oct 14 01:53:14 PDT 2016
ki.stfu requested changes to this revision.
ki.stfu added inline comments.
This revision now requires changes to proceed.
================
Comment at: tools/lldb-mi/MICmnLLDBUtilSBValue.cpp:116
if (!bOk)
- return m_pUnkwn;
+ return kUnresolvedValue;
----------------
After couple of minutes I see the lack of logic there: the value is still composite but we return kUnresolvedValue instead of kUnresolvedCompositeValue.
I think we have to rename kUnresolvedValue back to kUnknownValue.
Repository:
rL LLVM
https://reviews.llvm.org/D25592
More information about the lldb-commits
mailing list