From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29706 invoked by alias); 18 Apr 2012 13:28:43 -0000 Received: (qmail 29692 invoked by uid 22791); 18 Apr 2012 13:28:41 -0000 X-SWARE-Spam-Status: No, hits=-4.1 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,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, 18 Apr 2012 13:28:29 +0000 Received: from svr-orw-exc-10.mgc.mentorg.com ([147.34.98.58]) by relay1.mentorg.com with esmtp id 1SKUvs-0000TG-Oi from Yao_Qi@mentor.com for gdb-patches@sourceware.org; Wed, 18 Apr 2012 06:28:28 -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, 18 Apr 2012 06:27:47 -0700 Received: from [127.0.0.1] (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, 18 Apr 2012 06:28:27 -0700 Message-ID: <4F8EC18D.2060203@codesourcery.com> Date: Wed, 18 Apr 2012 14:02:00 -0000 From: Yao Qi User-Agent: Mozilla/5.0 (X11; Linux i686; rv:11.0) Gecko/20120329 Thunderbird/11.0.1 MIME-Version: 1.0 To: Subject: Re: [patch] Create cleanups.[ch] References: In-Reply-To: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit 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-04/txt/msg00567.txt.bz2 On 04/16/2012 03:42 AM, Doug Evans wrote: > Since cleanups are a big enough source of issues, I want to separate them out. > This patch moves the core cleanup API into its own file. > It makes no other changes. When hacking GDBserver, I am wondering if we plan to use cleanup in GDBserver? It is quite convenient if we use cleanup in GDBserver. -- Yao (齐尧)