[lldb-dev] Function names in backtrace from python
Tamas Berghammer
tberghammer at google.com
Mon May 11 08:50:13 PDT 2015
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20150511/76900f5c/attachment.html>
More information about the lldb-dev
mailing list