From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9692 invoked by alias); 12 Sep 2012 07:16:22 -0000 Received: (qmail 9668 invoked by uid 22791); 12 Sep 2012 07:16:21 -0000 X-SWARE-Spam-Status: No, hits=-3.6 required=5.0 tests=AWL,BAYES_00,FROM_12LTRDOM,KHOP_RCVD_UNTRUST,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL 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; Wed, 12 Sep 2012 07:16:08 +0000 Received: from svr-orw-exc-10.mgc.mentorg.com ([147.34.98.58]) by relay1.mentorg.com with esmtp id 1TBhB9-0003Fr-Pt from Yao_Qi@mentor.com for gdb-patches@sourceware.org; Wed, 12 Sep 2012 00:16:07 -0700 Received: from SVR-ORW-FEM-04.mgc.mentorg.com ([147.34.97.41]) by SVR-ORW-EXC-10.mgc.mentorg.com with Microsoft SMTPSVC(6.0.3790.4675); Wed, 12 Sep 2012 00:16:07 -0700 Received: from qiyao.dyndns.org.dyndns.org (147.34.91.1) by svr-orw-fem-04.mgc.mentorg.com (147.34.97.41) with Microsoft SMTP Server id 14.1.289.1; Wed, 12 Sep 2012 00:16:06 -0700 From: Yao Qi To: Subject: [PATCH 0/2] Two MI notifications on TSV and process record Date: Wed, 12 Sep 2012 07:16:00 -0000 Message-ID: <1347434118-10931-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-09/txt/msg00190.txt.bz2 Hi, These two patches add two MI notifications on TSV changes and process record changes respectively. They depend on this patch, because they change the same files, such as mi/mi-cmds.c and NEWS. [PATCH] traceframe_changed observer and MI notification http://sourceware.org/ml/gdb-patches/2012-09/msg00153.html Regression tested on x86_64-linux.