From owner-freebsd-toolchain@FreeBSD.ORG Wed Jun 11 19:58:37 2014 Return-Path: Delivered-To: freebsd-toolchain@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C3A2F113; Wed, 11 Jun 2014 19:58:37 +0000 (UTC) Received: from mail-la0-x22f.google.com (mail-la0-x22f.google.com [IPv6:2a00:1450:4010:c03::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E767D2EEF; Wed, 11 Jun 2014 19:58:36 +0000 (UTC) Received: by mail-la0-f47.google.com with SMTP id pn19so141529lab.20 for ; Wed, 11 Jun 2014 12:58:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=/67wby0THGpy9/P6JH1jFCi0I+O1ACr7SLJXnBn0mB8=; b=XZGzkSL0Ykvs9lAK4H1vYpv7xrLV/reEspox1OYWzRx54ioy6KnbbKy/LsVP+OQhNZ dmJyugtX5akrYAvYqLTCU6iwz7wjCtAl4wVNqaydNh1uH5GGj7Fm7DaHlxhykUBmnW5i vcPoh83nsjizm/fBxp67TZzTjkGXAd9uZ/mKVNuEiE56+kL3AkF6kZvPCKfeoFF4HETS Jqn527qORTcHUOhSEY4LTlKZIoldZVrs1UyX0UWnsoFAc9sYmnEACjX7ZEhF3cNVgM7G R5x7RI14fLgHqJC/p7uOyOeMn9OJyHUDrP7HvD9qI5QQGStvqg29/Oa5OLj3N01Tur89 ikjQ== MIME-Version: 1.0 X-Received: by 10.112.130.229 with SMTP id oh5mr8282626lbb.49.1402516714721; Wed, 11 Jun 2014 12:58:34 -0700 (PDT) Sender: crodr001@gmail.com Received: by 10.112.67.73 with HTTP; Wed, 11 Jun 2014 12:58:34 -0700 (PDT) In-Reply-To: <33D37CFE-CA6B-4F89-9178-ACF2352CC6C5@bsdimp.com> References: <33D37CFE-CA6B-4F89-9178-ACF2352CC6C5@bsdimp.com> Date: Wed, 11 Jun 2014 12:58:34 -0700 X-Google-Sender-Auth: RMDgtj5UX5QJDIGFsaEwwTi-HcI Message-ID: Subject: Re: gdb in CURRENT cannot debug userland cores, when is kernel lldb coming? From: Craig Rodrigues To: Warner Losh Content-Type: text/plain; charset=ISO-8859-1 Cc: Glen Barber , freebsd-toolchain@freebsd.org, freebsd-arch X-BeenThere: freebsd-toolchain@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Maintenance of FreeBSD's integrated toolchain List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jun 2014 19:58:37 -0000 On Wed, Jun 11, 2014 at 12:34 PM, Warner Losh wrote: > > Except for kgdb functionality, the gdb ports (both the 6.x and 7.x ones) work much better than the gdb in the tree. This may be a good stop-gap until lldb is ready. > > Warner > I installed devel/gdb which installs gdb762. When I tried to debug the corefile, I encountered the same problem which I saw in: http://lists.freebsd.org/pipermail/freebsd-virtualization/2014-June/002606.html -- Craig