Thanks for the clarification. It makes sense.
On Tue, May 12, 2015 at 7:11 PM, Greg Clayton wrote:
>
> > On May 11, 2015, at 8:50 AM, Tamas Berghammer
> wrote:
> >
> > Hi All,
> >
> > What is the expected behavior of SBFrame::GetFunctionName() in case of
> an inlined function (or possibly more
> On May 11, 2015, at 8:50 AM, Tamas Berghammer wrote:
>
> 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 mo
The docs say:
(lldb) script
Python Interactive Interpreter. To exit, type 'quit()', 'exit()' or Ctrl-D.
>>> help (lldb.SBFrame.GetFunctionName)
Help on method GetFunctionName in module lldb:
GetFunctionName(self) unbound lldb.SBFrame method
GetFunctionName(self) -> str
Get the approp