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


Please find the updated patch with review feedbacks are incorporated.

   [Patch, microblaze]: Port of Linux gdbserver

    This patch is the port of Linux gdbserver.

    ChangeLog:
    2014-10-09  Ajit Agarwal  <ajitkum@xilinx.com>

        * configure.host (microblaze): New.
        (microblaze*-*-linux*): New.
        * configure.tgt (build_gdbserver): New Definition.
        * 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

Thanks & Regards
Ajit

-----Original Message-----
From: Joel Brobecker [mailto:brobecker@adacore.com] 
Sent: Wednesday, September 10, 2014 7:16 PM
To: Michael Eager
Cc: Ajit Kumar Agarwal; gdb-patches@sourceware.org; Vinod Kathail; Vidhumouli Hunsigida; Nagaraju Mekala
Subject: Re: [Patch, microblaze]: Port of Linux gdbserver

> >     This patch is the port of Linux gdbserver.
> >
> >     ChangeLog:
> >     2014-10-09  Ajit Agarwal  <ajitkum@xilinx.com>
> >
> >         * microblaze-tdep.h (MICROBLAZE_BREAKPOINT): New Macro.
> >         (MICROBLAZE_BREAKPOINT_LE): New Macro.
> >         * microblaze-linux-tdep.c
> >         (microblaze_linux_memory_remove_breakpoint): Use of
> >         set_gdbarch_fetch_tls_load_module_address, do_cleanup.
> >         * configure.host (microblaze): New.
> >         (microblaze*-*-linux*): New.
> >         * configure.tgt (build_gdbserver): New Definition.
> >         * gdbserver/Makefile.in (microblaze-linux.c): New target.
> >         * gdbserver/configure.srv (microblaze*-*-linux*): New target.
> >         * gdbserver/linux-microblaze-low.c: New file.

In addition to Michael's comment, I am not sure why the gdb changes are combined with the gdbserver changes. Shouldn't these be submitted separately?

--
Joel

Attachment: 0001-Patch-microblaze-Port-of-Linux-gdbserver.patch
Description: 0001-Patch-microblaze-Port-of-Linux-gdbserver.patch


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