bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/29573] addr2line doesn't display file/line for c++ variabl


From: amodra at gmail dot com
Subject: [Bug binutils/29573] addr2line doesn't display file/line for c++ variables
Date: Thu, 15 Sep 2022 23:40:55 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=29573

--- Comment #6 from Alan Modra <amodra at gmail dot com> ---
"int foo" is mangled to plain "foo", thus there is no difference between the
symbol name and DW_AT_name.  You are correct that DW_AT_linkage_name is needed
for lookup_symbol_in_function_table to work with C++ functions.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]