From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15106 invoked by alias); 13 Dec 2010 15:47:23 -0000 Received: (qmail 15098 invoked by uid 22791); 13 Dec 2010 15:47:22 -0000 X-SWARE-Spam-Status: No, hits=-6.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 13 Dec 2010 15:47:18 +0000 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id oBDFlHcN002208 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 13 Dec 2010 10:47:17 -0500 Received: from mesquite.lan ([10.3.113.8]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id oBDFlGuQ023745 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO) for ; Mon, 13 Dec 2010 10:47:17 -0500 Date: Mon, 13 Dec 2010 15:47:00 -0000 From: Kevin Buettner To: gdb-patches@sourceware.org Subject: Re: [RFC] Limit attempts to place breakpoints on _start, __start, and main in solib-svr4.c Message-ID: <20101213084716.143d6dac@mesquite.lan> In-Reply-To: <20101203140433.69c17fc4@mesquite.lan> References: <20101129160233.1265d555@mesquite.lan> <20101130000707.GA26969@host0.dyn.jankratochvil.net> <20101130180618.66003c99@mesquite.lan> <20101201230339.GA8453@host0.dyn.jankratochvil.net> <20101203140433.69c17fc4@mesquite.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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-12/txt/msg00189.txt.bz2 On Fri, 3 Dec 2010 14:04:33 -0700 Kevin Buettner wrote: > * solib-svr4.c (enable_break): Don't attempt to place breakpoints, > when attaching, on the names in bkpt_names: _start, __start, and > main. Committed. Kevin