Subject: Re: toolchain/32683: gdb can't step over strdup and co.
To: None <skrll@netbsd.org, gnats-admin@netbsd.org, netbsd-bugs@netbsd.org,>
From: Dieter Baron <dillo@danbala.tuwien.ac.at>
List: netbsd-bugs
Date: 03/18/2006 00:05:02
The following reply was made to PR toolchain/32683; it has been noted by GNATS.

From: Dieter Baron <dillo@danbala.tuwien.ac.at>
To: gnats-bugs@netbsd.org
Cc: skrll@netbsd.org, gnats-admin@netbsd.org, netbsd-bugs@netbsd.org,
	uwe@NetBSD.org
Subject: Re: toolchain/32683: gdb can't step over strdup and co.
Date: Sat, 18 Mar 2006 01:01:07 +0100

 hi,
 
 >  Attached patch to i386nbsdelf_init_abi() fixes it for me.  Someone
 >  with a clue should check if we are missing here anything else
 >  vs. i386_svr4_init_abi().
 
   Confirmed, gdb with the patch steps over strdup and strlen with n.
 
   It also applies cleanly on the netbsd-3 branch (which is where I
 tested it).  Can you request a pullup, or should I?
 
 					thanks,
 					dillo