From owner-svn-src-all@freebsd.org Wed May 23 14:18:34 2018 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9F00AEFECD6; Wed, 23 May 2018 14:18:34 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-it0-x22f.google.com (mail-it0-x22f.google.com [IPv6:2607:f8b0:4001:c0b::22f]) (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 1D5D56D2ED; Wed, 23 May 2018 14:18:34 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-it0-x22f.google.com with SMTP id 144-v6so4570523iti.5; Wed, 23 May 2018 07:18:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=b8DqbWj5DPgUYOowKGgXctWqqpMNX7Fbi1ZFrL2opqM=; b=m0tDR8/ZRI+tD2s0xpg0SkCdjoAHifHli38ao05gX7OIfo5f7dm9FhnqNqyXNyg3tx PWmxLlZF4em2I3BqZPj6HUXu3200ONn4A+Ut6+0f9INDiU27rk3m8303e8L1d5ykVj3X j/zns5Z13ZNd7Q/8jZPulU5zoUn1UAN06seGOXSckYOX2pe9TZwt19ZQS5SvFAVHWyMY NzyLyJ3a1mgjI2s8puqrT+13AekVOCocv3UZwjB708SA4z6qPa4ibsFwjlOA+cBdtHDH 4ezx/1jA+60jw56UU0NzkgO53TelVoCypc8sGqlAzURyQuOfNHTnkHZ1YzVj0yt7385Y hS0g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=b8DqbWj5DPgUYOowKGgXctWqqpMNX7Fbi1ZFrL2opqM=; b=ZBoR+S/duuLbJ8sMHbpEScaNfX59CL0U4IIM5Ndc3uL+N+FdSY0qa+GHOaIQ8L56UY jgk7MUpRb2dEnPc+Q/9Qwp5Dw5y2aGL0Yw8wWHF7k79sC74vhmd+uJ+uv2UFM36OrvtI ycvdBuoqDUJnOaOVHhnEvoErUj8HFlTFFdUeQXeVy79TeBKK78Ax7EK7UQP54x7n3qKF T0zFGVOqDmd3SPqiGaVj37hgmzx46HCkvB6r+C+KCjFuKt+7zXDrlTEWT2HJqlZEqYtO 5SrrWvlUU8uJWxX8ohSrOltjpTPzQqo5hGbqT5lpXBrZNELEL2VUFRO5lQABRf8CorjL pusw== X-Gm-Message-State: ALKqPwd6VkYSfWRWMItyBuXIxYl5JJ9G+RmS0xHCf05fmvqnT/a/AO61 LL8Esp8LoN0pIxP1XzgoFRvDkkMgEo5BIAz2aI9aRA== X-Google-Smtp-Source: AB8JxZpqtB/hrBVRd1zZh9BmB4RyxpvYW12u9DMdwLwmRQuhLfmSG4HElndtP4aoJOurOvGZlU/soucItddfH6IIW+4= X-Received: by 2002:a24:8b41:: with SMTP id g62-v6mr5349316ite.114.1527085113346; Wed, 23 May 2018 07:18:33 -0700 (PDT) MIME-Version: 1.0 Sender: carpeddiem@gmail.com Received: by 2002:a6b:82a7:0:0:0:0:0 with HTTP; Wed, 23 May 2018 07:18:12 -0700 (PDT) In-Reply-To: <201805231415.w4NEFUmR035254@pdx.rh.CN85.dnsmgr.net> References: <201805231045.w4NAjWsv059104@repo.freebsd.org> <201805231415.w4NEFUmR035254@pdx.rh.CN85.dnsmgr.net> From: Ed Maste Date: Wed, 23 May 2018 10:18:12 -0400 X-Google-Sender-Auth: TbJ21o7si8otCOEflWHEbQguuso Message-ID: Subject: Re: svn commit: r334089 - head/sbin/dumpon To: "Rodney W. Grimes" Cc: Eitan Adler , src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 May 2018 14:18:34 -0000 On 23 May 2018 at 10:15, Rodney W. Grimes wrote: >> Author: eadler >> Date: Wed May 23 10:45:32 2018 >> New Revision: 334089 >> URL: https://svnweb.freebsd.org/changeset/base/334089 >> >> Log: >> dumpon: point to better kernel debug symbols. >> ... > > You should of probably also included that fact that kgdb now must be invoked > /usr/libexec/kgdb, as it has been moved. Rather, dumon should document installing the gdb port or package.