From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7624 invoked by alias); 2 Aug 2010 18:25:22 -0000 Mailing-List: contact archer-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: List-Id: Received: (qmail 7611 invoked by uid 22791); 2 Aug 2010 18:25:22 -0000 X-SWARE-Spam-Status: No, hits=-6.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Date: Mon, 02 Aug 2010 18:25:00 -0000 From: Oleg Nesterov To: Roland McGrath Cc: archer@sourceware.org, utrace-devel@redhat.com Subject: Re: gdbstub initial code, another approach Message-ID: <20100802182245.GB16230@redhat.com> References: <20100716205147.GA26313@redhat.com> <20100721170400.GA30978@redhat.com> <20100721204203.D040C400B6@magilla.sf.frob.com> <20100723173134.GA29717@redhat.com> <20100726142759.GA17171@redhat.com> <20100728181702.GA26678@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100728181702.GA26678@redhat.com> User-Agent: Mutt/1.5.18 (2008-05-17) X-SW-Source: 2010-q3/txt/msg00076.txt.bz2 On 07/28, Oleg Nesterov wrote: > > - currently it only supports attach, stop, cont, detach > and exit. OK, I am a bit stuck. I am trying to implement attach-to-the-thread-group, and I'd like to invent something simple without O(n**2) and semaphores in ->report_clone(). There are other problems with process-wide ops which should be addressed somehow. Will continue tomorrow... Oleg.