From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29496 invoked by alias); 12 Sep 2014 15:38:26 -0000 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 Received: (qmail 29487 invoked by uid 89); 12 Sep 2014 15:38:26 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.3 required=5.0 tests=AWL,BAYES_50 autolearn=no version=3.3.2 X-HELO: resqmta-po-08v.sys.comcast.net Received: from resqmta-po-08v.sys.comcast.net (HELO resqmta-po-08v.sys.comcast.net) (96.114.154.167) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Fri, 12 Sep 2014 15:38:24 +0000 Received: from omta21.emeryville.ca.mail.comcast.net ([76.96.30.88]) by resqmta-po-08v.sys.comcast.net with comcast id qFL41o0041u4NiL01FeCHK; Fri, 12 Sep 2014 15:38:12 +0000 Received: from redwood.eagercon.com ([24.7.16.38]) by omta21.emeryville.ca.mail.comcast.net with comcast id qFeA1o00k0pGQcg8hFeB7X; Fri, 12 Sep 2014 15:38:11 +0000 Message-ID: <54131362.1050009@eagercon.com> Date: Fri, 12 Sep 2014 15:38:00 -0000 From: Michael Eager User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Ajit Kumar Agarwal , Joel Brobecker CC: "gdb-patches@sourceware.org" , Vinod Kathail , Vidhumouli Hunsigida , Nagaraju Mekala Subject: Re: [Patch, microblaze]: Port of Linux gdbserver References: <2570e3c7-f55b-45cd-aa6e-7f4fa145f32a@BN1BFFO11FD002.protection.gbl> <541052B5.5080503@eagercon.com> <20140910134606.GO28404@adacore.com> <050c6461-c35c-441d-9b63-7636d9164e2e@BL2FFO11FD048.protection.gbl> <20140910144313.GP28404@adacore.com> <89d100d8-4ebd-4f50-b5e9-59312124db6a@BL2FFO11FD057.protection.gbl> In-Reply-To: <89d100d8-4ebd-4f50-b5e9-59312124db6a@BL2FFO11FD057.protection.gbl> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2014-09/txt/msg00407.txt.bz2 On 09/12/14 01:38, Ajit Kumar Agarwal wrote: > Forget to attach the Patch Resending it again. > > With feedback comments incorporated, Please find the updated patch. Again, please do not top post. Please edit your posts. There is no need to include multiple copies of the ChangeLog. > [Patch, microblaze]: Port of Linux gdbserver > > This patch is the port of Linux gdbserver. > > gdb/ChangeLog: > 2014-10-12 Ajit Agarwal > > * configure.tgt (build_gdbserver): New Definition. > * features/microblaze-linux-core.xml: New file. > * features/microblaze-linux-stack-protect.xml: New file. > * features/microblaze-linux-stack-protect.c: New file. This is identical to microblaze-with-stack-protect.c. Both specify tdesc_create_feature (result, "org.gnu.gdb.microblaze.core"); Why is this needed? > > gdb/gdbserver/ChangeLog: > > * gdbserver/Makefile.in (microblaze-linux.c): New target. > * gdbserver/configure.srv (microblaze*-*-linux*): New target. > * gdbserver/linux-microblaze-low.c: New file. > > Signed-off-by:Ajit Agarwal ajitkum@xilinx.com What are the results of running the gdb regression test suite using gdbserver on the target after applying this patch? -- Michael Eager eager@eagercon.com 1960 Park Blvd., Palo Alto, CA 94306 650-325-8077