From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8998 invoked by alias); 24 Jun 2010 15:03:59 -0000 Received: (qmail 8957 invoked by uid 22791); 24 Jun 2010 15:03:58 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 24 Jun 2010 15:03:50 +0000 Received: (qmail 1679 invoked from network); 24 Jun 2010 15:03:48 -0000 Received: from unknown (HELO orlando.localnet) (pedro@127.0.0.2) by mail.codesourcery.com with ESMTPA; 24 Jun 2010 15:03:48 -0000 From: Pedro Alves To: Jan Kratochvil Subject: Re: [patch 3/3] bpstat_what removal Date: Thu, 24 Jun 2010 15:03:00 -0000 User-Agent: KMail/1.13.2 (Linux/2.6.32-22-generic; KDE/4.4.2; x86_64; ; ) Cc: gdb-patches@sourceware.org, Stan Shebs References: <20100503200217.GD30386@host0.dyn.jankratochvil.net> <201006162013.31064.pedro@codesourcery.com> <20100624144423.GA29245@host0.dyn.jankratochvil.net> In-Reply-To: <20100624144423.GA29245@host0.dyn.jankratochvil.net> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201006241603.44412.pedro@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: 2010-06/txt/msg00526.txt.bz2 On Thursday 24 June 2010 15:44:23, Jan Kratochvil wrote: > Hi Pedro, > > attaching follow-up on your patch still using BPSTAT_WHAT_* symbols. > * Removed whitespace and other excessive text changes against FSF GDB. > * Removed the new logic for pre-determining BPSTAT_WHAT_SINGLE. > * Keep bp_shlib_event+bp_jit_event (IMO important) debug_infrun output. Thanks! This is okay. Since this is still changing the shlib event logic, remember to put the PR number in the changelog. > No regressions on {x86_64,x86_64-m32,i686}-fedora13-linux-gnu. -- Pedro Alves