From owner-freebsd-hackers@FreeBSD.ORG Sat Sep 18 20:51:11 2010 Return-Path: <owner-freebsd-hackers@FreeBSD.ORG> 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 83177106566C; Sat, 18 Sep 2010 20:51:11 +0000 (UTC) (envelope-from asmrookie@gmail.com) Received: from mail-qy0-f175.google.com (mail-qy0-f175.google.com [209.85.216.175]) by mx1.freebsd.org (Postfix) with ESMTP id 1B57A8FC2C; Sat, 18 Sep 2010 20:51:10 +0000 (UTC) Received: by qyk31 with SMTP id 31so1956175qyk.13 for <multiple recipients>; Sat, 18 Sep 2010 13:51:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type; bh=ExSZDlKSbl6vAcqzIjhguElOQXDg1wxncMi1z93+Zd4=; b=thvwQZec1fNAui/3tO5ZLmwHy6vALiraLea6idT26CvQJJaG5wCBR0WHkLFT+7DW+H G2ebHn96oZ+cJALId/Cdw1m94kNJ0tLjwknmaQJ411LMFk9R8fknZiz/x6ldqBF5DJ0C CDRmeu2mgp5ufn9Z1KW/N/Yi0elsQEQccntNI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=lI+v0WQPgxxCii/u2KySEaMQONlrFoWfSNs+o0A7+gH3tFN3YaNZ9uSVnDgzGuRQ5e hWuaRONwF3cjqA0pSuQcjAm4hZvw+F3Zp+JeBy9DQHgq8M7mbkmi2lxOvkqx0fmBu033 L8offdM3t3FM5r/Cl2PHJzT84crGfuuo39Qog= MIME-Version: 1.0 Received: by 10.229.65.159 with SMTP id j31mr4307475qci.212.1284843070303; Sat, 18 Sep 2010 13:51:10 -0700 (PDT) Sender: asmrookie@gmail.com Received: by 10.229.235.143 with HTTP; Sat, 18 Sep 2010 13:51:10 -0700 (PDT) In-Reply-To: <4C9525E7.3030804@freebsd.org> References: <4C94A138.8050905@icyb.net.ua> <AANLkTingR6k6xdQJ3cZH8EkJeCWnq5vzeEjGHNaDv8AT@mail.gmail.com> <4C9507D1.3010008@icyb.net.ua> <4C950C48.6020600@freebsd.org> <4C95214A.3070600@freebsd.org> <AANLkTimuiBG4nL4o+J+KM6+9QdkRwwEsWnbC-tsoNO54@mail.gmail.com> <4C9525E7.3030804@freebsd.org> Date: Sat, 18 Sep 2010 22:51:10 +0200 X-Google-Sender-Auth: CBHq4fhJDb-0P_PwGC6Pi7xl26k Message-ID: <AANLkTi=2hc4a0CnSiCAuCeHoisZ25WK7RRWxfrDpWkez@mail.gmail.com> From: Attilio Rao <attilio@freebsd.org> To: Andriy Gapon <avg@freebsd.org> Content-Type: text/plain; charset=UTF-8 Cc: freebsd-hackers@freebsd.org Subject: Re: KDB_TRACE and no backend X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD <freebsd-hackers.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-hackers>, <mailto:freebsd-hackers-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-hackers> List-Post: <mailto:freebsd-hackers@freebsd.org> List-Help: <mailto:freebsd-hackers-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-hackers>, <mailto:freebsd-hackers-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 18 Sep 2010 20:51:11 -0000 2010/9/18 Andriy Gapon <avg@freebsd.org>: > on 18/09/2010 23:35 Attilio Rao said the following: >> It is still missing checking on opt_stack.h > > Yes, thanks, fixed it in my tree. > >> Besides, I'd reconsider having KDB_TRACE explanation in ddb(4) manpage >> (right now it is rightly there because it is DDB specific only, as >> long as it offers the backend, but with your change it is a global >> functionality. Not sure if it worths changing it but however you may >> have more opinions). > > It seems that we don't have kdb(4) ? > We don't and we should really have. I'd really like a kernel section describing the whole kdb infrastructure and kdbe hooks. That may be indicated as a janitor taks actually if someone wants to takeover and document the whole layer. Thanks, Attilio -- Peace can only be achieved by understanding - A. Einstein