Hi All,

What is the expected behavior of SBFrame::GetFunctionName() in case of an
inlined function (or possibly more nested inlined function)? Should it
return the name of the deepest inlined function, the name of the outer most
(non inlined) function or some combination of these two?

If I understand correctly, currently it returns the name of the deepest
inlined function for the actual frame but TestNoreturnUnwind expect the
name of the outer most (non inlined) function.

Thanks,
Tamas
_______________________________________________
lldb-dev mailing list
lldb-dev@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev

Reply via email to