From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24474 invoked by alias); 10 Sep 2014 13:46:07 -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 24463 invoked by uid 89); 10 Sep 2014 13:46:06 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2 X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Wed, 10 Sep 2014 13:46:06 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 65E0311619D; Wed, 10 Sep 2014 09:46:04 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id ejQYL4MX9-V5; Wed, 10 Sep 2014 09:46:04 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 34580116196; Wed, 10 Sep 2014 09:46:04 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 7AD8C477FF; Wed, 10 Sep 2014 06:46:06 -0700 (PDT) Date: Wed, 10 Sep 2014 13:46:00 -0000 From: Joel Brobecker To: Michael Eager Cc: Ajit Kumar Agarwal , "gdb-patches@sourceware.org" , Vinod Kathail , Vidhumouli Hunsigida , Nagaraju Mekala Subject: Re: [Patch, microblaze]: Port of Linux gdbserver Message-ID: <20140910134606.GO28404@adacore.com> References: <2570e3c7-f55b-45cd-aa6e-7f4fa145f32a@BN1BFFO11FD002.protection.gbl> <541052B5.5080503@eagercon.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <541052B5.5080503@eagercon.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2014-09/txt/msg00311.txt.bz2 > > This patch is the port of Linux gdbserver. > > > > ChangeLog: > > 2014-10-09 Ajit Agarwal > > > > * microblaze-tdep.h (MICROBLAZE_BREAKPOINT): New Macro. > > (MICROBLAZE_BREAKPOINT_LE): New Macro. > > * microblaze-linux-tdep.c > > (microblaze_linux_memory_remove_breakpoint): Use of > > set_gdbarch_fetch_tls_load_module_address, do_cleanup. > > * configure.host (microblaze): New. > > (microblaze*-*-linux*): New. > > * configure.tgt (build_gdbserver): New Definition. > > * gdbserver/Makefile.in (microblaze-linux.c): New target. > > * gdbserver/configure.srv (microblaze*-*-linux*): New target. > > * gdbserver/linux-microblaze-low.c: New file. In addition to Michael's comment, I am not sure why the gdb changes are combined with the gdbserver changes. Shouldn't these be submitted separately? -- Joel