Hi,
On Tue, Sep 3, 2013 at 9:09 PM, Thomas Schwinge wrote:
> Hi!
>
> On Tue, 03 Sep 2013 12:11:02 +0100, Pedro Alves wrote:
>> On 09/03/2013 10:38 AM, Thomas Schwinge wrote:
>> > [strategy]
>>
>> I've been thinking about this this morning, after seeing these
>> patches.
>>
>> For new gdbserver p
Thanks for your review!
On Tue, Sep 3, 2013 at 7:11 PM, Pedro Alves wrote:
>
> For new gdbserver ports, this path just seems to swim further away from
> a full sharing approach, by adding lots duplication as first step, and
> actually making it hard to see what exactly needed to be changed/adapte
On Mon, 2013-09-02 at 23:56 +0200, Thomas Schwinge wrote:
> Hi!
>
> This is strange -- nearly five years ago, I have implemented SOCK_CLOEXEC
> for socket in TopGit branch t/socket_flags and for socketpair in
> t/socketpair_flags (plus depending branches t/fcntl-internal.h and
> t/verify.h). Cou
Hi!
On Tue, 03 Sep 2013 12:11:02 +0100, Pedro Alves wrote:
> On 09/03/2013 10:38 AM, Thomas Schwinge wrote:
> > [strategy]
>
> I've been thinking about this this morning, after seeing these
> patches.
>
> For new gdbserver ports, this path just seems to swim further away from
> a full sharing a
On 09/03/2013 10:38 AM, Thomas Schwinge wrote:
> Hi!
>
> For context, Yue Lu is a student participating in this year's Google
> Summer of Code program, to port gdbserver to GNU Hurd, and is both a GDB
> as well as a GNU Hurd newbie. (So, be gentle.) ;-)
>
> On Tue, 3 Sep 2013 16:00:32 +0800, Yu
On Tue, Sep 03, 2013 at 01:46:22PM +0700, 901...@gmail.com wrote:
> I have read and researched about GNU/Hurd and I think it is an
> interesting project. I would like to join to help in development Hurd. I
> learned about C language, assembly, and OS. My major is Software and
> Embedded System. I h
Hello all,
I have read and researched about GNU/Hurd and I think it is an
interesting project. I would like to join to help in development Hurd. I
learned about C language, assembly, and OS. My major is Software and
Embedded System. I have read the contributing questionnaire, and there
are 3 areas
Hi!
For context, Yue Lu is a student participating in this year's Google
Summer of Code program, to port gdbserver to GNU Hurd, and is both a GDB
as well as a GNU Hurd newbie. (So, be gentle.) ;-)
On Tue, 3 Sep 2013 16:00:32 +0800, Yue Lu wrote:
> This is my patch to port gdbserver to GNU/Hurd
Hi all,
This is my patch to port gdbserver to GNU/Hurd. Most of code are
copied from [gdb]/gdb/gnu-nat.c.
Now the gdbserver on GNU/Hurd can set breakpoint and check memory or
register(but without float-register support).
You can also view the code on my github.
https://github.com/hacklu/gdbserve