From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11206 invoked by alias); 13 Jul 2011 17:13:11 -0000 Received: (qmail 11193 invoked by uid 22791); 13 Jul 2011 17:13:10 -0000 X-SWARE-Spam-Status: No, hits=-6.4 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; Wed, 13 Jul 2011 17:12:55 +0000 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p6DHCtAF027680 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 13 Jul 2011 13:12:55 -0400 Received: from host1.jankratochvil.net ([10.3.113.13]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id p6DHCrJb015923 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 13 Jul 2011 13:12:54 -0400 Received: from host1.jankratochvil.net (localhost [127.0.0.1]) by host1.jankratochvil.net (8.14.4/8.14.4) with ESMTP id p6DHCqZt026599; Wed, 13 Jul 2011 19:12:52 +0200 Received: (from jkratoch@localhost) by host1.jankratochvil.net (8.14.4/8.14.4/Submit) id p6DHCpWd026598; Wed, 13 Jul 2011 19:12:51 +0200 Date: Wed, 13 Jul 2011 19:19:00 -0000 From: Jan Kratochvil To: Hui Zhu Cc: gdb-patches ml Subject: Re: [RFA/tracepoint] Make GDB can work with some old GDB server Message-ID: <20110713171250.GA24201@host1.jankratochvil.net> References: <20110707091911.GA8747@host1.jankratochvil.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) 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: 2011-07/txt/msg00352.txt.bz2 On Thu, 07 Jul 2011 15:39:42 +0200, Hui Zhu wrote: > On Thu, Jul 7, 2011 at 17:19, Jan Kratochvil wrote: > > gdb/ > > 2011-07-07  Jan Kratochvil   > > > >        Work around kgdb. > >        * remote.c (remote_get_trace_status): New variable ex.  Put > >        remote_get_noisy_reply into TRY_CATCH.  Call exception_fprintf for it. > Cool. This one is more better. I have reverted my patch. > > Suggest this patch can check in to both 7.3 and trunk. As Pedro is probably not going to review it till 7.3 and the patch looks safe enough to me and having no impact on FSF gdbservers checked it in: http://sourceware.org/ml/gdb-cvs/2011-07/msg00131.html 7.3: http://sourceware.org/ml/gdb-cvs/2011-07/msg00132.html Thanks, Jan