From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5712 invoked by alias); 5 May 2008 19:17:50 -0000 Received: (qmail 5704 invoked by uid 22791); 5 May 2008 19:17:49 -0000 X-Spam-Check-By: sourceware.org Received: from mtaout2.012.net.il (HELO mtaout2.012.net.il) (84.95.2.4) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 05 May 2008 19:17:30 +0000 Received: from HOME-C4E4A596F7 ([83.130.255.47]) by i_mtaout2.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0K0E00F80U93C5D6@i_mtaout2.012.net.il> for gdb-patches@sources.redhat.com; Mon, 05 May 2008 22:31:51 +0300 (IDT) Date: Mon, 05 May 2008 20:47:00 -0000 From: Eli Zaretskii Subject: Re: [RFA] bpstat_do_actions in one place In-reply-to: <200805051658.32272.vladimir@codesourcery.com> X-012-Sender: halo1@inter.net.il To: Vladimir Prus Cc: drow@false.org, gdb-patches@sources.redhat.com Reply-to: Eli Zaretskii Message-id: References: <200804242002.03590.vladimir@codesourcery.com> <200805051304.05449.vladimir@codesourcery.com> <20080505114824.GB22274@caradoc.them.org> <200805051658.32272.vladimir@codesourcery.com> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-05/txt/msg00214.txt.bz2 > From: Vladimir Prus > Date: Mon, 5 May 2008 16:58:31 +0400 > Cc: gdb-patches@sources.redhat.com > > Is there any documentation for how > 'quit' should generally work, especially inside breakpoint commands? "quit" is documented to exit GDB. What else is there to say?