From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13561 invoked by alias); 23 Nov 2007 12:58:53 -0000 Received: (qmail 13553 invoked by uid 22791); 23 Nov 2007 12:58:52 -0000 X-Spam-Check-By: sourceware.org Received: from main.gmane.org (HELO ciao.gmane.org) (80.91.229.2) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 23 Nov 2007 12:58:44 +0000 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1IvY6t-00033Z-DE for gdb@sources.redhat.com; Fri, 23 Nov 2007 12:58:19 +0000 Received: from 77.246.241.246 ([77.246.241.246]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 23 Nov 2007 12:58:19 +0000 Received: from ghost by 77.246.241.246 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 23 Nov 2007 12:58:19 +0000 To: gdb@sources.redhat.com From: Vladimir Prus Subject: Re: GDB commands Date: Fri, 23 Nov 2007 12:58:00 -0000 Message-ID: References: <4742E4CF.2080408@geensys.com> <13909280.post@talk.nabble.com> <13911418.post@talk.nabble.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit User-Agent: KNode/0.10.4 X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2007-11/txt/msg00222.txt.bz2 Guillaume MENANT wrote: > > Why vCont and not c and s (to be more accurate, I want to debug embedded > applications)? Should you ever want threading support, you'll find that combination of c, s and Hc packets has various bugs. For single-threaded target, it does not matter, but even if you have single-threaded application, it might change ;-) - Volodya