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] Fix Linux attach to signalled/stopped processes


> Date: Wed, 6 Jun 2007 16:34:32 +0200
> From: Jan Kratochvil <jan.kratochvil@redhat.com>
> 
> The patch changes the functionality of TO_ATTACH.  The former
> functionality was too UNIX centric.  I was reading all the TO_ATTACH
> OS-flavor implementations and I believe the non-"inf-ptrace.c" ones
> do not need update.  The code was tested only on Linux kernel,
> though.

I disagree here.  You're adding all sorts of goo to work around
Linux-specific problems.  Please put this stuff in linux-nat.c


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