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]: Added support of shr and slr regs, little endian breakpoints,backtrace support and communicate with larger blocks.


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 <ajitkum@xilinx.com>

  * 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


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