From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16945 invoked by alias); 23 Nov 2007 11:05:53 -0000 Received: (qmail 16936 invoked by uid 22791); 23 Nov 2007 11:05:53 -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 11:05:46 +0000 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1IvWLq-0008VP-39 for gdb@sources.redhat.com; Fri, 23 Nov 2007 11:05:38 +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 11:05:38 +0000 Received: from ghost by 77.246.241.246 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 23 Nov 2007 11:05:38 +0000 To: gdb@sources.redhat.com From: Vladimir Prus Subject: Re: GDB commands Date: Fri, 23 Nov 2007 11:05:00 -0000 Message-ID: References: <4742E4CF.2080408@geensys.com> <13909280.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/msg00220.txt.bz2 Guillaume MENANT wrote: > > Can't we know which command is mandatory ? I'm assuming that m, M, c, s, > g, and G are mandatory but i'm not sure. I doubt a complete list is available. Off the top of my head, you need vCont (and don't need c and s). You also need zN/ZN -- without breakpoints, debugging is of no interest. - Volodya