Subject: Re: Proposal: eliminate all macros in the kernel
To: None <tech-kern@netbsd.org>
From: None <joerg@britannica.bec.de>
List: tech-kern
Date: 11/21/2005 09:35:39
On Sun, Nov 20, 2005 at 12:09:27PM -0500, Thor Lancelot Simon wrote:
> 
> Second, they make debugging difficult: the debugger can't call them, and
> it can be highly unobvious what code one's stepping through.

Are you sure about this with a GDB 6.x and code compiled with -g3? I
think that was the minimum level to get macros.

Joerg