Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S266004AbUAQJWT (ORCPT ); Sat, 17 Jan 2004 04:22:19 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S266010AbUAQJWT (ORCPT ); Sat, 17 Jan 2004 04:22:19 -0500 Received: from svr44.ehostpros.com ([66.98.192.92]:43688 "EHLO svr44.ehostpros.com") by vger.kernel.org with ESMTP id S266004AbUAQJWS (ORCPT ); Sat, 17 Jan 2004 04:22:18 -0500 From: "Amit S. Kale" Organization: EmSysSoft To: Linux Kernel , Pavel Machek , Tom Rini , George Anzinger Subject: kgdb 2.0.4 with restructuring and fixes Date: Sat, 17 Jan 2004 14:51:38 +0530 User-Agent: KMail/1.5 Cc: "Steve Gonczi" , Matt Mackall MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200401171451.38701.amitkale@emsyssoft.com> X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - svr44.ehostpros.com X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - emsyssoft.com Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 920 Lines: 28 Hi, kgdb 2.0.4 is available at http://kgdb.sourceforge.net ChangeLog below. Thanks. -- Amit Kale EmSysSoft (http://www.emsyssoft.com) KGDB: Linux Kernel Source Level Debugger (http://kgdb.sourceforge.net) 2004-01-17 Tom Rini * Some restructuring to allow architectures to provide different serial infos to the kgdb serial interface. 2004-01-17 Pavel Machek * Cleanups * changed calling convention from 0 on success, 1 on failure to 0 on success, -ERRNO on fail to be more consistent with rest of kernel * Made kgdb waiting for connection message KERN_CRIT * export kern_schedule only if CONFIG_KGDB_THREAD is defined - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/