wukenaihe / google-breakpad

Automatically exported from code.google.com/p/google-breakpad
0 stars 0 forks source link

Mac dump_syms has issues with function length calculation #146

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1.  need to use the N_FUN entries from section 0 to calculate the function 
length
 since it is the more correct way to get this information and also allows function length to work
 on Leopard.

2.  Do sanity checking on this function length information to make sure it does 
not exceed the
 possible function length calculated from the distance of one function start address to the next 
function start address.

Original issue reported on code.google.com by ladderbr...@gmail.com on 2 Apr 2007 at 5:48

GoogleCodeExporter commented 9 years ago
Dan Waylonis reviewed

Original comment by ladderbr...@gmail.com on 2 Apr 2007 at 11:20