From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7890 invoked by alias); 31 Aug 2010 07:21:08 -0000 Mailing-List: contact archer-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: List-Id: Received: (qmail 7878 invoked by uid 22791); 31 Aug 2010 07:21:07 -0000 X-SWARE-Spam-Status: No, hits=-6.0 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: Tue, 31 Aug 2010 07:21:00 -0000 From: Jan Kratochvil To: Oleg Nesterov Cc: archer@sourceware.org, utrace-devel@redhat.com Subject: Re: gdbstub initial code, v7 Message-ID: <20100831072048.GA26362@host1.dyn.jankratochvil.net> References: <20100830185850.GA1132@redhat.com> <20100830192040.GA15431@host1.dyn.jankratochvil.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100830192040.GA15431@host1.dyn.jankratochvil.net> User-Agent: Mutt/1.5.20 (2009-12-10) X-SW-Source: 2010-q3/txt/msg00136.txt.bz2 On Mon, 30 Aug 2010 21:20:40 +0200, Jan Kratochvil wrote: > On Mon, 30 Aug 2010 20:58:50 +0200, Oleg Nesterov wrote: > > - report signals. A bit more code changes than I expected. > > BTW not sure if it is already the right time for it but to keep ugdb on-par > with my linux-nat's re-post today (still not accepted in FSF GDB) That's not true, this functionality needs no gdb/remote.c changes and its correctnes relies just on ugdb (and it is probably not a problem for ugdb). > ugdb should support qXfer:siginfo, currently accessible only via $_siginfo > print/set, though. Still sure this feature should be also implemented one day. Thanks, Jan