Re: [lldb-dev] Function names in backtrace from python

2015-05-13 Thread Tamas Berghammer
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

Re: [lldb-dev] Function names in backtrace from python

2015-05-12 Thread Greg Clayton
> 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

Re: [lldb-dev] Function names in backtrace from python

2015-05-11 Thread jingham
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