From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29406 invoked by alias); 17 Feb 2012 11:40:20 -0000 Received: (qmail 29396 invoked by uid 22791); 17 Feb 2012 11:40:19 -0000 X-SWARE-Spam-Status: No, hits=0.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RCVD_IN_JMF_BL,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout21.012.net.il (HELO mtaout21.012.net.il) (80.179.55.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 17 Feb 2012 11:39:58 +0000 Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0LZJ00800CA33900@a-mtaout21.012.net.il> for gdb-patches@sourceware.org; Fri, 17 Feb 2012 13:39:53 +0200 (IST) Received: from HOME-C4E4A596F7 ([77.124.150.51]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LZJ008R7CEF3320@a-mtaout21.012.net.il>; Fri, 17 Feb 2012 13:39:52 +0200 (IST) Date: Fri, 17 Feb 2012 12:03:00 -0000 From: Eli Zaretskii Subject: Re: [patch v2] GDB/GDBserver talks with agents In-reply-to: <1329447300-18841-1-git-send-email-yao@codesourcery.com> To: Yao Qi Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <838vk1wuwh.fsf@gnu.org> References: <1329447300-18841-1-git-send-email-yao@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: 2012-02/txt/msg00365.txt.bz2 > From: Yao Qi > Date: Fri, 17 Feb 2012 10:54:51 +0800 > > > [patch 0/8] GDB/GDBserver talks with agents > http://sourceware.org/ml/gdb-patches/2012-01/msg00762.html > > Patch 8/9 and 9/9 are new in this series. They are about implementing new > added target hooks in linux-nat, and enable info static tracepoint markers > on native gdb in order to demo agent is able work well with GDB. > > Patches are tested as a whole on x86_64-linux with native gdb and native-gdbserver. > Some fails appear in result, but not caused by this patch series. They can be fixed > by this patch. > > [patch/testsuite/gdbserver] unsuspend lwps after step over > http://sourceware.org/ml/gdb-patches/2012-02/msg00343.html What about a NEWS entry? should we have one?