From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 942 invoked by alias); 29 Jul 2010 21:38:15 -0000 Mailing-List: contact archer-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: List-Id: Received: (qmail 928 invoked by uid 22791); 29 Jul 2010 21:38:14 -0000 X-SWARE-Spam-Status: No, hits=-5.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 To: Oleg Nesterov Cc: Roland McGrath , utrace-devel@redhat.com, archer@sourceware.org Subject: Re: gdbstub initial code, another approach 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> From: fche@redhat.com (Frank Ch. Eigler) Date: Thu, 29 Jul 2010 21:38:00 -0000 In-Reply-To: <20100728181702.GA26678@redhat.com> (Oleg Nesterov's message of "Wed, 28 Jul 2010 20:17:02 +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/msg00063.txt.bz2 Oleg Nesterov writes: > [...] > - ugdb.c > > The kernel module which implements the basic > user-space API on top of utrace. Of course, > this API should be discussed. > - gdbstub > > The simple user-space gdbserver written in > perl which works with ugdb API. > [...] To the extent that the problems with an in-kernel gdbstub are weaknesses in the protocol - or gdb's implementation thereof - how would this split improve that situation? - FChE