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]: Port of Linux gdbserver


On 09/12/14 01:38, Ajit Kumar Agarwal wrote:
Forget to attach the Patch Resending it again.

With feedback comments incorporated, Please find the updated patch.

Again, please do not top post.

Please edit your posts.  There is no need to include multiple copies
of the ChangeLog.

     [Patch, microblaze]: Port of Linux gdbserver

     This patch is the port of Linux gdbserver.

     gdb/ChangeLog:
     2014-10-12  Ajit Agarwal  <ajitkum@xilinx.com>

         * configure.tgt (build_gdbserver): New Definition.
         * features/microblaze-linux-core.xml: New file.
         * features/microblaze-linux-stack-protect.xml: New file.
         * features/microblaze-linux-stack-protect.c: New file.

This is identical to microblaze-with-stack-protect.c.  Both specify
tdesc_create_feature (result, "org.gnu.gdb.microblaze.core");

Why is this needed?



     gdb/gdbserver/ChangeLog:

         * gdbserver/Makefile.in (microblaze-linux.c): New target.
         * gdbserver/configure.srv (microblaze*-*-linux*): New target.
         * gdbserver/linux-microblaze-low.c: New file.

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

What are the results of running the gdb regression test suite
using gdbserver on the target after applying this patch?

--
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]