|
From: Philippe W. <phi...@sk...> - 2014-06-21 12:59:57
|
On Sat, 2014-06-21 at 12:41 +0000, sv...@va... wrote: > Author: philippe > Date: Sat Jun 21 12:41:48 2014 > New Revision: 14076 > > Log: > Find the name of the inlined function through a DW_AT_specification > The name is not necessarily found in the abstract origin, it can be > in a referred to specification. > > If both a name and a DW_AT_specification is found in the abstract origin, > the name will have priority over the name of the specification. > (unclear if that can happen) Forgot to indicate: test and fix provided by Matthias Schwarzott (fix slightly modified) Thanks for the report and the patch. |