Add const versions of SBFrame::GetFunctionName and SBFrame::IsInlined.
Diff Detail
Diff Detail
Event Timeline
Comment Actions
lgtm. Potentially we can leave a note to the future maintainer to remove the non-const versions, when/if we decide to make a breaking API change.
Comment Actions
Let's keep this idea about removing non-const version in mind - I didn't put it in code since don't want it to be lost in one of multiple API headers.
We may add README.txt to include/lldb/API to cover maintenance details.
Comment Actions
AFFECTED FILES
/lldb/trunk/include/lldb/API/SBFrame.h /lldb/trunk/scripts/interface/SBFrame.i /lldb/trunk/source/API/SBFrame.cpp
USERS
ovyalov (Author)