accuya/google-breakpad

Mac dump_syms has issues with function length calculation

Closed this issue · 1 comments

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

Dan Waylonis reviewed

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

  • Changed state: Fixed