From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10562 invoked by alias); 17 Feb 2012 02:56:34 -0000 Received: (qmail 10544 invoked by uid 22791); 17 Feb 2012 02:56:32 -0000 X-SWARE-Spam-Status: No, hits=-1.3 required=5.0 tests=AWL,BAYES_00,FROM_12LTRDOM X-Spam-Check-By: sourceware.org Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 17 Feb 2012 02:56:19 +0000 Received: from svr-orw-exc-10.mgc.mentorg.com ([147.34.98.58]) by relay1.mentorg.com with esmtp id 1RyDze-0004Nh-Pj from Yao_Qi@mentor.com for gdb-patches@sourceware.org; Thu, 16 Feb 2012 18:56:18 -0800 Received: from SVR-ORW-FEM-03.mgc.mentorg.com ([147.34.97.39]) by SVR-ORW-EXC-10.mgc.mentorg.com with Microsoft SMTPSVC(6.0.3790.4675); Thu, 16 Feb 2012 18:55:33 -0800 Received: from localhost.localdomain (147.34.91.1) by svr-orw-fem-03.mgc.mentorg.com (147.34.97.39) with Microsoft SMTP Server id 14.1.289.1; Thu, 16 Feb 2012 18:56:17 -0800 From: Yao Qi To: Subject: [patch v2] GDB/GDBserver talks with agents Date: Fri, 17 Feb 2012 02:56:00 -0000 Message-ID: <1329447300-18841-1-git-send-email-yao@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain 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/msg00345.txt.bz2 [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