Re: DragonFly added DT_GNU_HASH support to rtld

2012-04-15 Thread Konstantin Belousov
On Sun, Mar 11, 2012 at 10:59:00AM +0100, John Marino wrote: > Hi Konstantin, > > It seems that no BSD supported DT_GNU_HASH despite this option being > available on the base binutils (FreeBSD's 2.17.50 binutils supports it). > This gnu extension is a big performance improvement over the specif

Re: gdb support for follow-fork

2012-04-15 Thread Konstantin Belousov
On Thu, Apr 12, 2012 at 01:15:37PM -0700, Dmitry Mikulin wrote: > Hi, > > I implemented support for follow-fork mode in gdb and would like to submit > it for a review. The feature allows users to specify which process to > follow when the inferior does a fork(). The default mode is to stay with