From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5494 invoked by alias); 17 Jul 2004 03:24:22 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 5486 invoked from network); 17 Jul 2004 03:24:21 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 17 Jul 2004 03:24:21 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.10/8.12.10) with ESMTP id i6H3OJe3004102 for ; Fri, 16 Jul 2004 23:24:21 -0400 Received: from localhost.redhat.com (porkchop.devel.redhat.com [172.16.58.2]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i6H3OJa10989; Fri, 16 Jul 2004 23:24:19 -0400 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 047482B9D; Fri, 16 Jul 2004 23:24:16 -0400 (EDT) Message-ID: <40F89BE0.1020906@gnu.org> Date: Sat, 17 Jul 2004 03:24:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-GB; rv:1.4.1) Gecko/20040217 MIME-Version: 1.0 To: Andrew Cagney Cc: Michael Snyder , Elena Zannoni , Eli Zaretskii , gdb-patches@sources.redhat.com Subject: Re: [HEADS-UP] gdb segfault References: <409C5170.8040702@redhat.com> <40A0272D.5080702@gnu.org> <16572.43064.43519.774441@localhost.redhat.com> <40BCBFE1.6010103@redhat.com> <40C88A9C.7060706@gnu.org> In-Reply-To: <40C88A9C.7060706@gnu.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-07/txt/msg00215.txt.bz2 > Index: doc/ChangeLog > 2004-06-10 Andrew Cagney > > * gdb.texinfo (Mode Options): Delete documentation on "-async" and > "-noasync". > > 2004-06-10 Andrew Cagney > > * defs.h (event_loop_p): Replace variable declaration with macro, > always 1. > * main.c (captured_main): Delete options "-async" and "-noasync". > (event_loop_p): Delete variable. > * NEWS: Mention that "-async" and "-noasync" were removed. Oops, dropped. I've now checked this in (mainline and 6.2). Oked by Eli on, and Elena off list. Andrew