[Lldb-commits] [lldb] r240435 - Mark SBFrame::GetFunctionName and SBFrame::IsInlined as const.
Pavel Labath
labath at google.com
Thu Jun 25 01:24:53 PDT 2015
On 24 June 2015 at 19:12, Oleksiy Vyalov <ovyalov at google.com> wrote:
> Adding const modifier makes the class contract stricter and shouldn't break
> existing clients.
It breaks binary compatibility, as the const version mangles to a
different name -- old clients will get symbol mismatches when loading
new liblldb.
> In order to make it backward compatible will revert the CL and add new const
> getters.
Agreed.
More information about the lldb-commits
mailing list