[Lldb-commits] [PATCH] Add low-frame/high-frame options to -stack-list-arguments (MI)
Ilia K
ki.stfu at gmail.com
Thu Mar 12 08:36:18 PDT 2015
================
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/
More information about the lldb-commits
mailing list