sc.block->AppendVariables(...) returns 0 if there are no arguments or local
variables, but we still need to check for global variables.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D8464
Fix SBFrame::FindValue for when only global variables exist. ClosedPublic Authored by chaoren on Mar 19 2015, 2:29 PM.
Details Summary sc.block->AppendVariables(...) returns 0 if there are no arguments or local
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Mar 19 2015, 2:52 PM Closed by commit rL232767: Fix SBFrame::FindValue for when only global variables exist. (authored by chaoren). · Explain WhyMar 19 2015, 3:02 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 22311 lldb/trunk/source/API/SBFrame.cpp
|