From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22300 invoked by alias); 29 Apr 2012 06:29:40 -0000 Received: (qmail 22284 invoked by uid 22791); 29 Apr 2012 06:29:39 -0000 X-SWARE-Spam-Status: No, hits=-4.0 required=5.0 tests=AWL,BAYES_00,FROM_12LTRDOM,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; Sun, 29 Apr 2012 06:29:18 +0000 Received: from svr-orw-fem-01.mgc.mentorg.com ([147.34.98.93]) by relay1.mentorg.com with esmtp id 1SONdF-0001hJ-9x from Yao_Qi@mentor.com for gdb-patches@sourceware.org; Sat, 28 Apr 2012 23:29:17 -0700 Received: from SVR-ORW-FEM-04.mgc.mentorg.com ([147.34.97.41]) by svr-orw-fem-01.mgc.mentorg.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Sat, 28 Apr 2012 23:29:17 -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; Sat, 28 Apr 2012 23:29:16 -0700 Message-ID: <4F9CE025.3040102@codesourcery.com> Date: Sun, 29 Apr 2012 06:46:00 -0000 From: Yao Qi User-Agent: Mozilla/5.0 (X11; Linux i686; rv:11.0) Gecko/20120412 Thunderbird/11.0.1 MIME-Version: 1.0 To: Subject: [committed]: [PATCH 5/5] move server.h to gdbthread.h. References: <1331909994-9473-1-git-send-email-yao@codesourcery.com> <1331909994-9473-6-git-send-email-yao@codesourcery.com> <87wr5jwn2r.fsf@fleche.redhat.com> <4F8F90F1.4020701@codesourcery.com> In-Reply-To: <4F8F90F1.4020701@codesourcery.com> 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/msg01058.txt.bz2 On 04/19/2012 12:13 PM, Yao Qi wrote: > gdb/gdbserver: > > 2012-04-19 Yao Qi > > * server.h: Move some code to ... > * gdbthread.h: ... here. New. > * Makefile.in (inferiors.o, regcache.o): Depends on gdbthread.h > (remote-utils.o, server.o, target.o tracepoint.o): Likewise. > (nto-low.o, win32-low.o): Likewise. > * inferiors.c, linux-low.h, nto-low.c: Include gdbthread.h. > * regcache.c, remote-utils.c, server.c: Likewise. > * target.c, tracepoint.c, win32-low.c: Likewise. Committed. http://sourceware.org/ml/gdb-cvs/2012-04/msg00238.html -- Yao (齐尧)