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]

[Patch, microblaze] Add little-endian breakpoint


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

Thanks & Regards
Ajit

Attachment: 0001-Patch-microblaze-Add-little-endian-breakpoint.patch
Description: 0001-Patch-microblaze-Add-little-endian-breakpoint.patch


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