From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15288 invoked by alias); 26 May 2011 15:50:34 -0000 Received: (qmail 15276 invoked by uid 22791); 26 May 2011 15:50:33 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 26 May 2011 15:50:19 +0000 Received: (qmail 4573 invoked from network); 26 May 2011 15:50:18 -0000 Received: from unknown (HELO ?192.168.0.102?) (yao@127.0.0.2) by mail.codesourcery.com with ESMTPA; 26 May 2011 15:50:18 -0000 Message-ID: <4DDE76AE.5000001@codesourcery.com> Date: Thu, 26 May 2011 15:50:00 -0000 From: Yao Qi User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.14) Gecko/20110223 Lightning/1.0b2 Thunderbird/3.1.8 MIME-Version: 1.0 To: gdb-patches@sourceware.org Subject: [committed] [patch] Move gdb_thread_db.h to common/ References: <4DDE16E6.8060209@codesourcery.com> 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: 2011-05/txt/msg00604.txt.bz2 On 05/26/2011 11:35 PM, Tom Tromey wrote: >>>>>> "Yao" == Yao Qi writes: > > Yao> 2011-05-26 Yao Qi > Yao> gdb/ > Yao> * gdb_thread_db.h: Delete. Move to ... > Yao> * common/gdb_thread_db.h: ... here. > Yao> gdb/gdbserver/ > Yao> * Makefile.in (thread-db.o): Track dependence to > Yao> common/gdb_thread_db.h. > Yao> * thread-db.c: include gdb_thread_db.h from right place. > > Ok. > Thanks for the quick review. Checked in. http://sourceware.org/ml/gdb-cvs/2011-05/msg00215.html -- Yao (齐尧)