From owner-freebsd-fs@freebsd.org Sun Aug 27 19:51:32 2017 Return-Path: Delivered-To: freebsd-fs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 29F65DF7071 for ; Sun, 27 Aug 2017 19:51:32 +0000 (UTC) (envelope-from joris.dedieu@gmail.com) Received: from mail-io0-x22a.google.com (mail-io0-x22a.google.com [IPv6:2607:f8b0:4001:c06::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E4E2980D16 for ; Sun, 27 Aug 2017 19:51:31 +0000 (UTC) (envelope-from joris.dedieu@gmail.com) Received: by mail-io0-x22a.google.com with SMTP id g33so10685343ioj.3 for ; Sun, 27 Aug 2017 12:51:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=TNbL6U+4/5zG4TgCFUw6FSSUanmA//1C/r1oD5CJ+Js=; b=GoZdrAhXgqjzb+CZiVJxvqXc1SKD1BFq4oRyYVaL1ojIs73uIzSVQ/iLSdILlje7sd uxq1U6ROCU9pgpQaGmo/eoYp2yH4NGrhZEP6fSDi7YzweRYuVHSOaWIW1QQ01WGzERUE Jti9yKUHyh/3AJDs2C3I0W63o3D75+pCNJCOuhLqZJHuWpio/j3d/Sv3Cac6iBw/KtmT 05aTxFvdIejnWAaB7OPLJRlZCR/oAmc1yG5LWrg3ExF2LTG1hiJ4PwwhDT3dInp6w7CE 4Db09O/XB0TlevUOp3zJPdp1Pz8x9EzR01Rtx/jOOFoDbUbVF7811bHETX7E9YAE3rOa Qahw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=TNbL6U+4/5zG4TgCFUw6FSSUanmA//1C/r1oD5CJ+Js=; b=aoTVrlx+PrWvjCDWo1c2k9iLcjRddX1v9dxDJw1MdGF/sCykR7+R/AsR0i4jMHsnAZ a0TIVYpYZ7WzVfvueyyAuHIP2e/Ka67prPSgUvJMtP1yKLoEVN/uB5hRQwgl+4R4/UgY 5Dk4CSci25Ivr/grJZCnVquBE7Kv46OR5XbChclICTms7bV2b7S5EMmtFYO18o+8eVeN IlbAvjC/iGTgwl2IU2lYiuFNYwkM+3hVgMRsZHj/FLJTLwsFSAu1BOJKDAkMEI+nzTR5 5uug0aAROKNV25yCRr+v9sLffyEqTHVozkOvW3+2Lc3tsHZkpr/EZ71zzyqy+9B4xFKR md5w== X-Gm-Message-State: AHYfb5gwH0QwwcVjih6BKzfhStUWX09zfrL1GrGIE71JQQKNHjdQpGc9 rxfbMYsnoM5avAxqJhW0h20XF+iqK9Iv X-Received: by 10.107.142.22 with SMTP id q22mr5031015iod.109.1503863490927; Sun, 27 Aug 2017 12:51:30 -0700 (PDT) MIME-Version: 1.0 Received: by 10.79.146.3 with HTTP; Sun, 27 Aug 2017 12:51:29 -0700 (PDT) Received: by 10.79.146.3 with HTTP; Sun, 27 Aug 2017 12:51:29 -0700 (PDT) In-Reply-To: <201708271907.v7RJ7h18017535@chez.mckusick.com> References: <201708271907.v7RJ7h18017535@chez.mckusick.com> From: joris dedieu Date: Sun, 27 Aug 2017 21:51:29 +0200 Message-ID: Subject: Re: Tips on remote debugging for filesystem code To: freebsd-fs@freebsd.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Aug 2017 19:51:32 -0000 Le 27 ao=C3=BBt 2017 9:04 PM, "Kirk McKusick" a =C3= =A9crit : > > > From: Aijaz Baig > > Date: Sun, 27 Aug 2017 22:04:41 +0530 > > Subject: Re: Tips on remote debugging for filesystem code > > To: Kirk McKusick > > > > Thanks for the heads up Kirk. Unfortunately I just ran into a roadblock > > with Bhyve since I am running FreeBSD on core2duo which "officially" > > doesn't support Bhyve yet. > > > > Is there some other way I can get this to work? I have installed FreeBS= D > > bare metal now if it helps. > > Best solution is to get some hardware that can run bhyve :-) > > Absent that, you can revert to the historic method of remote > debugging over serial lines, see chapter 10 of the FreeBSD > handbook. More specifically: > > https://www.freebsd.org/doc/en/books/developers-handbook/kerneldebug-online= -gdb.html > You can also run freebsd with qemu which permit serial over tcp. Joris > Kirk McKusick > _______________________________________________ > freebsd-fs@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-fs > To unsubscribe, send any mail to "freebsd-fs-unsubscribe@freebsd.org"