From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10764 invoked by alias); 6 Jun 2010 23:08:36 -0000 Received: (qmail 10749 invoked by uid 22791); 6 Jun 2010 23:08:35 -0000 X-SWARE-Spam-Status: No, hits=-1.2 required=5.0 tests=AWL,BAYES_40,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from fencepost.gnu.org (HELO fencepost.gnu.org) (140.186.70.10) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 06 Jun 2010 23:08:31 +0000 Received: from eliz by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1OLOx9-0007gm-OF; Sun, 06 Jun 2010 19:08:27 -0400 From: Eli Zaretskii To: Jan Kratochvil CC: pedro@codesourcery.com, mark.kettenis@xs4all.nl, brobecker@adacore.com, gdb-patches@sourceware.org In-reply-to: <20100606195033.GA9710@host0.dyn.jankratochvil.net> (message from Jan Kratochvil on Sun, 6 Jun 2010 21:50:34 +0200) Subject: Re: [patch] Forbid run with a core file loaded Reply-to: Eli Zaretskii References: <20100606195033.GA9710@host0.dyn.jankratochvil.net> Message-Id: Date: Sun, 06 Jun 2010 23:08:00 -0000 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: 2010-06/txt/msg00163.txt.bz2 > Date: Sun, 6 Jun 2010 21:50:34 +0200 > From: Jan Kratochvil > Cc: mark.kettenis@xs4all.nl, brobecker@adacore.com, gdb-patches@sourceware.org > > No regressions on {x86_64,x86_64-m32,i686}-fedora13-linux-gnu. > > OK to check-in? The part for the manual is okay with me. Thanks.