Re: [Lldb-commits] [lldb] r258113 - Unconditionally accept symbol sizes from elf

2016-01-21 Thread Tamas Berghammer via lldb-commits
Sorry for breaking the windows tests. I don't have a windows box to investigate it but based on your description the regression is caused by my CL while I believe the bug is in ObjectFilePECOFF (is it the one used on Windows?). The problem is that you have symbols with m_byte_size == 0 while calli

[Lldb-commits] [lldb] r258113 - Unconditionally accept symbol sizes from elf

2016-01-19 Thread Tamas Berghammer via lldb-commits
Author: tberghammer Date: Tue Jan 19 04:24:51 2016 New Revision: 258113 URL: http://llvm.org/viewvc/llvm-project?rev=258113&view=rev Log: Unconditionally accept symbol sizes from elf The ELF symbol table always contain the size of the symbols so we don't have to try to guess them based on the add