From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9542 invoked by alias); 12 Aug 2010 15:06:55 -0000 Mailing-List: contact archer-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: List-Id: Received: (qmail 9359 invoked by uid 22791); 12 Aug 2010 15:06:53 -0000 X-SWARE-Spam-Status: No, hits=-5.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org To: Oleg Nesterov Cc: archer@sourceware.org, utrace-devel@redhat.com Subject: Re: gdbstub initial code, v3 References: <20100811235810.GA9783@redhat.com> <20100812011113.GA13212@redhat.com> From: fche@redhat.com (Frank Ch. Eigler) Date: Thu, 12 Aug 2010 15:06:00 -0000 In-Reply-To: <20100812011113.GA13212@redhat.com> (Oleg Nesterov's message of "Thu, 12 Aug 2010 03:11:13 +0200") Message-ID: User-Agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2010-q3/txt/msg00100.txt.bz2 oleg wrote: > [...] > - It doesn't support all-stop mode. > Please tell me if this is needed. I hope not, this needs > a lot of nasty complications :/ > [...] As opposed to non-stop mode? I'm pretty sure all-stop will be needed as that is the common & default gdb usage model. - FChE