From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Nick Roberts Newsgroups: gmane.emacs.devel Subject: Re: `gud-common-init' Date: Thu, 16 Dec 2004 11:26:12 +1300 Message-ID: <16832.47620.262495.222226@farnswood.snap.net.nz> References: <200412150501.18409.pogonyshev@gmx.net> <200412151737.58467.pogonyshev@gmx.net> <16832.40575.95536.125888@farnswood.snap.net.nz> <200412152248.10658.pogonyshev@gmx.net> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1103150034 4313 80.91.229.6 (15 Dec 2004 22:33:54 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 15 Dec 2004 22:33:54 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 15 23:33:48 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CehiO-0002Yk-00 for ; Wed, 15 Dec 2004 23:33:48 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Cehsb-00073S-L9 for ged-emacs-devel@m.gmane.org; Wed, 15 Dec 2004 17:44:21 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CehsU-00073N-Q8 for emacs-devel@gnu.org; Wed, 15 Dec 2004 17:44:14 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CehsU-00073B-Cv for emacs-devel@gnu.org; Wed, 15 Dec 2004 17:44:14 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CehsU-000738-96 for emacs-devel@gnu.org; Wed, 15 Dec 2004 17:44:14 -0500 Original-Received: from [202.37.101.8] (helo=viper.snap.net.nz) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CehhT-0004nK-NH for emacs-devel@gnu.org; Wed, 15 Dec 2004 17:32:52 -0500 Original-Received: from farnswood.snap.net.nz (p161-tnt2.snap.net.nz [202.124.108.161]) by viper.snap.net.nz (Postfix) with ESMTP id 492CADA152; Thu, 16 Dec 2004 11:32:50 +1300 (NZDT) Original-Received: by farnswood.snap.net.nz (Postfix, from userid 501) id CABD26283F; Wed, 15 Dec 2004 22:26:12 +0000 (GMT) Original-To: Paul Pogonyshev In-Reply-To: <200412152248.10658.pogonyshev@gmx.net> X-Mailer: VM 6.97 under Emacs 21.2.1 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:31181 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:31181 > The only inconvenience is that it is more difficult to restart > debugging session with the very same arguments after you quit GDB, > but I agree it's way to minor a problem to bother. Don't quit GDB then. If you've edited and recompiled your program you might have to reset your breakpoints but apart from that, if you then type "r" GDB should run with the same arguments. That way you can also access the shell history. Nick