From owner-cvs-all Mon Dec 16 18: 5:12 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB6C137B406; Mon, 16 Dec 2002 18:05:10 -0800 (PST) Received: from sccrmhc03.attbi.com (sccrmhc03.attbi.com [204.127.202.63]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24F8543E4A; Mon, 16 Dec 2002 18:05:10 -0800 (PST) (envelope-from julian@elischer.org) Received: from InterJet.elischer.org (12-232-168-4.client.attbi.com[12.232.168.4]) by sccrmhc03.attbi.com (sccrmhc03) with ESMTP id <20021217020508003006mqi6e>; Tue, 17 Dec 2002 02:05:09 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id SAA15175; Mon, 16 Dec 2002 18:05:07 -0800 (PST) Date: Mon, 16 Dec 2002 18:05:04 -0800 (PST) From: Julian Elischer To: Nate Lawson Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/i386 i386-gdbstub.c In-Reply-To: <200212170132.gBH1WBCg080491@repoman.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG NOOOOOOO!!!!!!! previously a 'detach' would drop me back to ddb. I use that all the time.. thre are things you can do in ddb you can't do in gdb easily. (for example, to check the event buffer, or run a thread-aware 'ps' or in fact to see tha last stack entry before a page fault (gdb can't show it) please don't do this! (or provide a way for me to get back to ddb) On Mon, 16 Dec 2002, Nate Lawson wrote: > njl 2002/12/16 17:32:11 PST > > Modified files: > sys/i386/i386 i386-gdbstub.c > Log: > Automatically issue a "continue" along with the "detach" command. This > fixes the problem of cleanly restarting a target after entering gdb mode. > > Reviewed by: archie@ > > Revision Changes Path > 1.20 +2 -2 src/sys/i386/i386/i386-gdbstub.c > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message