[Lldb-commits] [PATCH] [DWARF] Generate qualified names of functions if linkage names are missing.

Siva Chandra sivachandra at google.com
Wed Mar 25 18:06:37 PDT 2015


Hi clayborg,

This is similar to the change introduced for variable DIEs in r233098. If the
linkage names of functions are missing in the DWARF, then their fully qualified
names (similar to the name that would be got by demangling their linkage name)
is generated using the decl context.

This change fixes TestNamespace when the test case is compiled with GCC, hence
it is enabled for GCC. The test and the test case are also enhanced to cover
variadic functions.

http://reviews.llvm.org/D8623

Files:
  source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
  test/lang/cpp/namespace/TestNamespace.py
  test/lang/cpp/namespace/main.cpp

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D8623.22690.patch
Type: text/x-patch
Size: 4845 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150326/78699e7a/attachment.bin>


More information about the lldb-commits mailing list