From owner-cvs-src@FreeBSD.ORG Sun Feb 29 02:00:57 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 64FA816A4CE; Sun, 29 Feb 2004 02:00:57 -0800 (PST) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B2CB43D1D; Sun, 29 Feb 2004 02:00:56 -0800 (PST) (envelope-from phk@phk.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.11/8.12.11) with ESMTP id i1TA0sEg034768; Sun, 29 Feb 2004 11:00:54 +0100 (CET) (envelope-from phk@phk.freebsd.dk) From: "Poul-Henning Kamp" In-Reply-To: Your message of "Sun, 29 Feb 2004 01:55:32 PST." <200402290955.i1T9tWBO048094@repoman.freebsd.org> Date: Sun, 29 Feb 2004 11:00:53 +0100 Message-ID: <34767.1078048853@critter.freebsd.dk> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/ddb db_command.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Feb 2004 10:00:57 -0000 In message <200402290955.i1T9tWBO048094@repoman.freebsd.org>, Poul-Henning Kamp writes: >phk 2004/02/29 01:55:32 PST > > FreeBSD src repository > > Modified files: > sys/ddb db_command.c > Log: > Give DDB a "watchdog" command which disables all watchdogs. The interaction between watchdogs and debuggers can be improved a fair bit, but I'm not quite sure how it should work. I think the scenario I prefer is that a sysctl defines the timeout which the watchdogs should be set for on entry into a debugger and that the watchdog command should be able to set a specified timeout. Feel free to hack on this subject if you feel like it. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence.