From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11289 invoked by alias); 12 Aug 2010 14:52:20 -0000 Mailing-List: contact archer-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: List-Id: Received: (qmail 11276 invoked by uid 22791); 12 Aug 2010 14:52:18 -0000 X-SWARE-Spam-Status: No, hits=-6.8 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: Thu, 12 Aug 2010 14:52:00 -0000 From: Kevin Buettner To: archer@sourceware.org Subject: Re: gdbstub initial code, v3 Message-ID: <20100812075211.65c3e0f3@mesquite.lan> In-Reply-To: <20100812011113.GA13212@redhat.com> References: <20100811235810.GA9783@redhat.com> <20100812011113.GA13212@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-SW-Source: 2010-q3/txt/msg00099.txt.bz2 On Thu, 12 Aug 2010 03:11:13 +0200 Oleg Nesterov 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 :/ I'm pretty sure this will be needed since it's GDB's default mode of operation. > I attached the patched ugdb.c. I've skimmed the code. If I'm not mistaken, support for the 's', 'G', and 'M' commands isn't implemented yet? (That's single-step, write registers, and write memory, all of which must be supported by a stub.) Kevin