From owner-freebsd-current@FreeBSD.ORG Sun Mar 21 21:31:39 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 925CB106564A for ; Sun, 21 Mar 2010 21:31:39 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id D24E98FC08 for ; Sun, 21 Mar 2010 21:31:38 +0000 (UTC) Received: from porto.topspin.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id XAA06410; Sun, 21 Mar 2010 23:31:34 +0200 (EET) (envelope-from avg@icyb.net.ua) Received: from localhost.topspin.kiev.ua ([127.0.0.1]) by porto.topspin.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1NtSkA-000BAE-AK; Sun, 21 Mar 2010 23:31:34 +0200 Message-ID: <4BA69035.5020904@icyb.net.ua> Date: Sun, 21 Mar 2010 23:31:33 +0200 From: Andriy Gapon User-Agent: Thunderbird 2.0.0.24 (X11/20100321) MIME-Version: 1.0 To: =?ISO-8859-1?Q?=22G=FCnter_=28LNG-MUE=29=22?= References: In-Reply-To: X-Enigmail-Version: 0.96.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Garrett Cooper , freebsd-current@freebsd.org, Alexander Best Subject: Re: build failures after stdlib update X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Mar 2010 21:31:39 -0000 on 21/03/2010 23:11 Alexander Best said the following: > *hehe* that makes more sense. well i already sent you lp. unfortunately str is > not available to gdb: > > (gdb) print str > Variable "str" is not available. In cases like this sometimes the argument is still available for examination as a variable further down the stack (i.e. in one of the calling functions). -- Andriy Gapon