From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 516 invoked by alias); 20 May 2014 21:09:28 -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 507 invoked by uid 89); 20 May 2014 21:09:27 -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,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 X-HELO: qmta13.emeryville.ca.mail.comcast.net Received: from qmta13.emeryville.ca.mail.comcast.net (HELO qmta13.emeryville.ca.mail.comcast.net) (76.96.27.243) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 20 May 2014 21:09:26 +0000 Received: from omta20.emeryville.ca.mail.comcast.net ([76.96.30.87]) by qmta13.emeryville.ca.mail.comcast.net with comcast id 4FCr1o0091smiN4ADM9QMh; Tue, 20 May 2014 21:09:24 +0000 Received: from redwood.eagercon.com ([24.7.16.38]) by omta20.emeryville.ca.mail.comcast.net with comcast id 4M9P1o00k0pGQcg8gM9QNG; Tue, 20 May 2014 21:09:24 +0000 Message-ID: <537BC483.2030506@eagercon.com> Date: Tue, 20 May 2014 21:09: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 , "gdb-patches@sourceware.org" CC: Vinod Kathail , Vidhumouli Hunsigida , Nagaraju Mekala Subject: Re: [Patch, Microblaze]: Added support of shr and slr regs, little endian breakpoints,backtrace support and communicate with larger blocks. References: <57db2c05-1b1a-472b-9182-5ce078e8805a@BY2FFO11FD055.protection.gbl> In-Reply-To: <57db2c05-1b1a-472b-9182-5ce078e8805a@BY2FFO11FD055.protection.gbl> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2014-05/txt/msg00447.txt.bz2 On 05/20/14 01:17, Ajit Kumar Agarwal wrote: > Hello All: > > This patch added the support of shr and slr regs and little endian breakpoints, > backtrace support without debug information and communicate larger blocks with > debugging agent. There seem to be multiple unrelated changes combined into one patch. Submit each independent change as a separate patch. > > ChangeLog: > 2014-05-20 Ajit Agarwal > > * gdb/gdbserver/Makefile.in (microblaze-linux.c) : New target > > * gdb/microblaze-tdep.c > (microblaze_register_names): Added the rshr and rslr register names. > (microblaze_breakpoint_from_pc): Added Declaration of byte_order > and break_insn_le. Check of byte order by BFD_ENDIAN_BIG > (microblaze_alloc_frame_cache): Initialize saved_sp > (microblaze_analyze_prologue): Do a block read to minimize the > transaction with debug agent. Use of target_read_memory. Freeing > the block read. Please read the GNU document describing how to write a Change Log entry. You don't need to give a prose description explaining the changes. Read the ChangeLog for examples. -- Michael Eager eager@eagercon.com 1960 Park Blvd., Palo Alto, CA 94306 650-325-8077