[Dwarf-Discuss] C++ implicit inline member function

2014-11-11 Thread Swarup Sahoo
Hi, I have observed that implicit inline member functions info is not getting captured in .debug_info section. Usually explicitly declared inlined function info is getting captured. But implicit inline member functions, though they are getting inlined in the executable, but no DW_TAG_inlined_subrou

Re: [Dwarf-Discuss] C++ implicit inline member function

2014-11-11 Thread Michael Eager
On 11/11/14 02:03, Swarup Sahoo wrote: Hi, I have observed that implicit inline member functions info is not getting captured in .debug_info section. Usually explicitly declared inlined function info is getting captured. But implicit inline member functions, though they are getting inlined in t