From owner-freebsd-hackers@FreeBSD.ORG Thu Sep 4 10:15:49 2008 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AB335106564A for ; Thu, 4 Sep 2008 10:15:49 +0000 (UTC) (envelope-from nolis71cu@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.238]) by mx1.freebsd.org (Postfix) with ESMTP id 7B74C8FC12 for ; Thu, 4 Sep 2008 10:15:49 +0000 (UTC) (envelope-from nolis71cu@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so4493047rvf.43 for ; Thu, 04 Sep 2008 03:15:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :user-agent:mime-version:content-type:content-transfer-encoding :content-disposition:message-id; bh=+3wKrJxrwqp/Jo4xgJysvJczuYq67Ur+vxCMBxYxCFs=; b=R70Rslp5utJoZcU83Vw+oDGGnkDgK3Jkl/a0G6Ks5o3uiP5geg6jZtpa9+hivAmxCf ccreb49/XUYjworEUCC4qJQJWvveF4AuNGbjxptbT+IT7A7MszKZcwYlyht0klyZ6TCP cgOJlN1VDz6eTzdLQSyh1mnUptYDbzqqzjJeI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:mime-version:content-type :content-transfer-encoding:content-disposition:message-id; b=t56ZM5D50Z0al0QgFC5OVCWY5oopZBrVPwL5JoDkmnMBgGCaQYDF3bzF3Vfa+AyMoP tX4+pKn/fXQ/eoofj1TXL5urHJmb9lpIRLjIDONnc/XRqiYVQu5aSWXDlq0yv6EG9Z6E tI4JuztzYy6FlMuQyzRWdp0sz/yveAgXbLDLE= Received: by 10.140.191.14 with SMTP id o14mr5536627rvf.247.1220521883458; Thu, 04 Sep 2008 02:51:23 -0700 (PDT) Received: from admin_net.elecmtz.une.cu ( [200.55.166.34]) by mx.google.com with ESMTPS id g31sm16767816rvb.7.2008.09.04.02.51.18 (version=SSLv3 cipher=RC4-MD5); Thu, 04 Sep 2008 02:51:22 -0700 (PDT) From: Manolo Valdes To: freebsd-hackers@freebsd.org Date: Thu, 4 Sep 2008 00:28:40 +0000 User-Agent: KMail/1.10.0 (FreeBSD/7.1-PRERELEASE; KDE/4.1.64; i386; svn-854061; 2008-08-27) MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200809040028.40979.nolis71cu@gmail.com> Subject: upgrade GDB-6.1.1 on the base System X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Sep 2008 10:15:49 -0000 Hi Hackers reading a thread from this very list i solve my problem trying to debug user- land programs. the problem was gdb-6.1.1 , and the thread point me to use gdb-6.6 and all my pains went away. so my question is: will be GDB upgraded in the base system? or the buggy gdb-6.1.1 still be around? best regards Manolito