From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4501 invoked by alias); 11 Oct 2010 18:31:21 -0000 Mailing-List: contact archer-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: List-Id: Received: (qmail 4490 invoked by uid 22791); 11 Oct 2010 18:31:20 -0000 X-SWARE-Spam-Status: No, hits=-6.4 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, 11 Oct 2010 18:31:00 -0000 From: Oleg Nesterov To: archer@sourceware.org, utrace-devel@redhat.com Subject: Re: gdbstub initial code, v13 Message-ID: <20101011182720.GA19177@redhat.com> References: <20101007231050.GB18085@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20101007231050.GB18085@redhat.com> User-Agent: Mutt/1.5.18 (2008-05-17) X-SW-Source: 2010-q4/txt/msg00011.txt.bz2 On 10/08, Oleg Nesterov wrote: > > - full vCont support. > > Well, this was easy, except even after 3 hours > of debugging I can't understand why this change > breaks the stepping over pthread_create :/ Oh, it doesn't break. I did a lot of mistakes when I was trying to understand what happens. In short, GDBCAT was buggy, it used the wrong socket for TCP_NODELAY. Damn, it took me almost 2 days. Oleg.