[lldb-dev] [patch] Dwarf section size fix when getbytesize is smaller than getFileSize

Yin Ma yin at affinic.com
Thu Mar 20 11:20:44 PDT 2014


Hi,

 

This patch is to fix lldb freeze when getbytesize is smaller than getfilesize

When lldb is used to debug cygwin built executable on windows.

With more data read, .debugarrange handling function will loop forever

After it reads the gap between two sections, where is all zero filled.

 

Yin 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20140320/c6dee7f5/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: getbytesize.diff
Type: application/octet-stream
Size: 1646 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20140320/c6dee7f5/attachment.obj>


More information about the lldb-dev mailing list