Date: Fri, 17 Jul 2009 21:15:09 +0000 (UTC) From: Navdeep Parhar <np@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/lib/libdwarf dwarf_loc.c Message-ID: <200907172115.n6HLFMI1033882@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
np 2009-07-17 21:15:09 UTC FreeBSD src repository Modified files: lib/libdwarf dwarf_loc.c Log: SVN rev 195747 on 2009-07-17 21:15:09Z by np Store accurate offset information in CTF data. A large number of structs had incorrect member offsets, limiting dtrace's usefulness when working with them. An example of incorrect info (struct rtentry) from before this fix: <1738> STRUCT rtentry (200 bytes) rt_nodes type=1731 off=0 rt_gateway type=849 off=65280 <== WRONG, should be 8 * 96 rt_flags type=3 off=65344 <== wrong again, and so on.. ... Approved by: re (kib), gnn (mentor) MFC after: 2 weeks Revision Changes Path 1.2 +2 -2 src/lib/libdwarf/dwarf_loc.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200907172115.n6HLFMI1033882>