Hi,
I started doing some work on making libdw thread-safe, based on rough
outline I've gotten back in June. Overall approach is to have a lock
per Dwarf, and rdlock/wrlock that as appropriate if work is done with
data structure "descended" from that given Dwarf. [E.g. lock would be
taken like this: rwlock_rdlock (attr->cu->dbg->lock);]
My changes are on pmachata.threads (commits from 8aacf0 on).
PM