From owner-freebsd-arch@FreeBSD.ORG Wed Jun 11 22:18:22 2014 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5B257CE8; Wed, 11 Jun 2014 22:18:22 +0000 (UTC) Received: from mail-lb0-x233.google.com (mail-lb0-x233.google.com [IPv6:2a00:1450:4010:c04::233]) (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 4C83E2D99; Wed, 11 Jun 2014 22:18:21 +0000 (UTC) Received: by mail-lb0-f179.google.com with SMTP id u10so216548lbd.38 for ; Wed, 11 Jun 2014 15:18:19 -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=GPVm7jEMxHf0KYpgUxAsFjmZuAkx7ksf9kG3WmyQvwE=; b=k1N/3uANxAc+spNp5vDmdmFAxq+gd2IZw9VxFhDuLwcaHfJpjKLpaHtZVngimJ3sJh F8WWIkk70WdabItpKJxOLePxDQ/8QMkxXXoXehnRaCMLzLd5VsGchDH21Xg4yIUi2Idp rSxMIRo3Ay7KnNMeszQ8C77HUI/A5R7zu6vpyGAVwxo/bKKNAwL1h7/eZPw+cMD6Uzoj 0cdC+chbHVKnczdP0ReCt7uIcGcsTGVdTQaeXVLy82Fl6YlratoSiD9hNucXObgWGPfR rH+hquo+JhG44mvIWTvwophD55+tSCWoG5oBJIhcHyC3KB6xYBFdXStVtcAkiYaWE1Pr xxIw== MIME-Version: 1.0 X-Received: by 10.152.87.136 with SMTP id ay8mr14195621lab.42.1402525099077; Wed, 11 Jun 2014 15:18:19 -0700 (PDT) Sender: crodr001@gmail.com Received: by 10.112.67.73 with HTTP; Wed, 11 Jun 2014 15:18:19 -0700 (PDT) In-Reply-To: <11764709-BB10-47C5-B537-5AC5A0A0E2E6@FreeBSD.org> References: <11764709-BB10-47C5-B537-5AC5A0A0E2E6@FreeBSD.org> Date: Wed, 11 Jun 2014 15:18:19 -0700 X-Google-Sender-Auth: 4PGegnxkn4bzMBk71Nx3uVWNz9A Message-ID: Subject: Re: gdb in CURRENT cannot debug userland cores, when is kernel lldb coming? From: Craig Rodrigues To: Dimitry Andric Content-Type: text/plain; charset=ISO-8859-1 Cc: Glen Barber , freebsd-toolchain@freebsd.org, freebsd-arch X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jun 2014 22:18:22 -0000 On Wed, Jun 11, 2014 at 1:39 PM, Dimitry Andric wrote: > Ah sorry, your objdump prints sections in a different order than mine. > I was mainly interested in the DWARF version of debug information; maybe > the way you built libvirt has caused it to contain DWARF4 instead of > DWARF2. > > Can you post the complete objdump output instead, or post just the part > under "The section .debug_info contains"? That should look similar to: Here is the full output of objdump -W /usr/local/sbin/libvirtd: http://people.freebsd.org/~rodrigc/libvirtd_objdump.txt -- Craig