This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Patch, microblaze] Add little-endian breakpoint


On 06/16/14 12:02, Ajit Kumar Agarwal wrote:
Hello All:

The following Patch add the little-endian breakpoint.

  [Patch,microblaze] Add little-endian breakpoint

     Add little-endian breakpoint.

     ChangeLog:
     2014-06-16 Ajit Agarwal <ajitkum@xilinx.com>

         * microblaze-tdep.c (microblaze_breakpoint_from_pc): Use
         of gdbarch_byte_order. Initialize break_insn_le to
         MICROBLAZE_BREAKPOINT_LE. Check byte_order with
         BFD_ENDIAN_BIG.

         * microblaze-tdep.h (MICROBLAZE_BREAKPOINT_LE): New Macro.

     Signed-off-by:Ajit Agarwal ajitkum@xilinx.com

Please update this patch to add a test case to the gdb test suite.

--
Michael Eager	 eager@eagercon.com
1960 Park Blvd., Palo Alto, CA 94306  650-325-8077


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]