From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4868 invoked by alias); 21 Jul 2006 16:14:00 -0000 Received: (qmail 4829 invoked by uid 22791); 21 Jul 2006 16:13:59 -0000 X-Spam-Check-By: sourceware.org Received: from shadow.prohost.de (HELO shadow.prohost.de) (216.71.84.228) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 21 Jul 2006 16:13:56 +0000 Received: from boulder (p54A7E9F3.dip.t-dialin.net [84.167.233.243]) by shadow.prohost.de (8.11.6/8.11.6) with ESMTP id k6LGDsv32417 for ; Fri, 21 Jul 2006 18:13:54 +0200 Received: from localhost (localhost [127.0.0.1]) by boulder (Postfix) with ESMTP id 34F48620 for ; Fri, 21 Jul 2006 18:13:53 +0200 (CEST) Received: from boulder ([127.0.0.1]) by localhost (boulder.lipieda [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 25846-08 for ; Fri, 21 Jul 2006 18:13:52 +0200 (CEST) Received: from [192.168.129.218] (LI50.lipieda [192.168.129.218]) by boulder (Postfix) with ESMTP id 425C458D for ; Fri, 21 Jul 2006 18:13:52 +0200 (CEST) Message-ID: <44C0FD40.90908@lipowsky.de> Date: Sat, 22 Jul 2006 20:02:00 -0000 From: Efim Monyak User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: gdb@sources.redhat.com Subject: define command Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-07/txt/msg00145.txt.bz2 Hi all, is where a possibility to define one counter or variable in the define command (user defined command). I need to recognize is this command called first time or no. It is not possible for me to use arguments. Thanks