From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16967 invoked by alias); 31 May 2012 13:15:01 -0000 Received: (qmail 16906 invoked by uid 22791); 31 May 2012 13:15:00 -0000 X-SWARE-Spam-Status: No, hits=-3.4 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; Thu, 31 May 2012 13:14:47 +0000 Received: from svr-orw-exc-10.mgc.mentorg.com ([147.34.98.58]) by relay1.mentorg.com with esmtp id 1Sa5DB-0006rK-EG from Yao_Qi@mentor.com for gdb-patches@sourceware.org; Thu, 31 May 2012 06:14:45 -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); Thu, 31 May 2012 06:14:19 -0700 Received: from localhost.localdomain (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; Thu, 31 May 2012 06:14:44 -0700 From: Yao Qi To: Subject: [PATCH 0/3] Basic ITSET Date: Thu, 31 May 2012 13:15:00 -0000 Message-ID: <1338470075-12254-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-05/txt/msg01079.txt.bz2 Hi, This patch introduces the basic functionality of ITSET, including define/undefine itset and check itset, etc. This piece of work is quite isolated from the rest of GDB. With this patch, user can define itset in GDB, and check various inferior/thread/core are contained in itset or not. I don't think this bit should go to 7.5. Is it OK for mainline after branch 7.5 is created? Note that even ITSET is not associated with other execution commands, with this patch, users can start to play with ITSET and understand its syntax. When we add command 'itfoucs', add itset into breakpoint, and execution commands, it will be easier for users to understand and accept this concept.