From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 71332 invoked by alias); 16 Dec 2015 11:16:15 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 71316 invoked by uid 89); 16 Dec 2015 11:16:14 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.7 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Wed, 16 Dec 2015 11:16:13 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (Postfix) with ESMTPS id 8A88C9158B; Wed, 16 Dec 2015 11:16:12 +0000 (UTC) Received: from host1.jankratochvil.net (ovpn-204-37.brq.redhat.com [10.40.204.37]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id tBGBG9F1000911 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 16 Dec 2015 06:16:11 -0500 Date: Wed, 16 Dec 2015 11:16:00 -0000 From: Jan Kratochvil To: Eli Zaretskii Cc: gdb@sourceware.org Subject: Re: Exiting from Python and Guile interpreters Message-ID: <20151216111608.GA17950@host1.jankratochvil.net> References: <83r3im1x7t.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <83r3im1x7t.fsf@gnu.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-IsSubscribed: yes X-SW-Source: 2015-12/txt/msg00019.txt.bz2 On Wed, 16 Dec 2015 11:53:10 +0100, Eli Zaretskii wrote: > . to exit Python, one should type the EOF character, Ctrl-D on Unix, > Ctrl-Z on Windows > > . typing "quit()" at Python prompt exits the debugger In Fedora 23 build it is the same. > . to exit Guile, one should type ",q" or ",quit" > > . typing the EOF character at Guile prompt exits the debugger In Fedora 23 build both methods return to the GDB prompt. Jan