[Lldb-commits] [PATCH] D16186: Unconditionally accept symbol sizes from elf
Tamas Berghammer via lldb-commits
lldb-commits at lists.llvm.org
Fri Jan 15 07:05:44 PST 2016
tberghammer retitled this revision from "Unconditionally accept symbol sizes from .dynsym" to "Unconditionally accept symbol sizes from elf".
tberghammer updated the summary for this revision.
tberghammer updated this revision to Diff 44981.
tberghammer added a comment.
I disabled the symbol size calculation for ELF and it worked for all configuration I tested (Linux x86_64/i386, clang-3.5/gcc-4.8.4) so I think we should go ahead with this solution. We can look for something different if we hit any issue.
http://reviews.llvm.org/D16186
Files:
include/lldb/Symbol/Symbol.h
source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
source/Symbol/Symbol.cpp
source/Symbol/Symtab.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16186.44981.patch
Type: text/x-patch
Size: 4115 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20160115/5da8aaf8/attachment.bin>
More information about the lldb-commits
mailing list