Re: libdw patch for .debug_types iteration

2012-03-19 Thread Mark Wielaard
On Mon, Mar 19, 2012 at 11:54:12AM -0600, Tom Tromey wrote: > Subject: [PATCH] Fix bug using dwarf_next_unit to iterate over .debug_types > > * libdw_findcu.c (findcu_cb): Move earlier. > (__libdw_intern_next_unit): Add new CU to search tree here... > (__libdw_findcu): ... not he

libdw patch for .debug_types iteration

2012-03-19 Thread Tom Tromey
Tom From 1b85426f7a1fa39cfb9ff83b864e825072115847 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Mon, 19 Mar 2012 11:46:45 -0600 Subject: [PATCH] Fix bug using dwarf_next_unit to iterate over .debug_types * libdw_findcu.c (findcu_cb): Move earlier. (__libdw_intern_next_unit): A