================
Comment at: tools/lldb-mi/MICmdCmdStack.cpp:568
@@ +567,3 @@
+        nFrameLow = pArgFrameLow->GetFound() ? pArgFrameLow->GetValue() : 0;
+        nFrameHigh = pArgFrameHigh->GetFound() ? pArgFrameHigh->GetValue() + 1 
: UINT32_MAX;
+    }
----------------
abidh wrote:
> You have already checked the GetFound() in if. Why you need it again inside.
stupid typo. thx!

http://reviews.llvm.org/D8282

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/



_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

Reply via email to