From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9318 invoked by alias); 21 Feb 2008 16:53:23 -0000 Received: (qmail 9303 invoked by uid 22791); 21 Feb 2008 16:53:22 -0000 X-Spam-Check-By: sourceware.org Received: from ti-out-0910.google.com (HELO ti-out-0910.google.com) (209.85.142.190) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 21 Feb 2008 16:53:02 +0000 Received: by ti-out-0910.google.com with SMTP id a1so80474tib.12 for ; Thu, 21 Feb 2008 08:52:59 -0800 (PST) Received: by 10.150.135.2 with SMTP id i2mr3247209ybd.38.1203612773919; Thu, 21 Feb 2008 08:52:53 -0800 (PST) Received: by 10.150.139.15 with HTTP; Thu, 21 Feb 2008 08:52:53 -0800 (PST) Message-ID: <2d1d7fe70802210852u212a0fbbv186ed534f3aaf96a@mail.gmail.com> Date: Thu, 21 Feb 2008 16:59:00 -0000 From: "=?ISO-8859-1?Q?Fr=E9d=E9ric_Bastien?=" To: gdb@sourceware.org Subject: multiple command on one line MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: 1c70e7a9a7ae00e1 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: 2008-02/txt/msg00167.txt.bz2 I I need to print many variable at each itaration of a loop. I would line to be able to print all of them in a single line like in bash. Is this possible? If yes how? I have look in many place but I never found. example p var1 p var2 p var3 I would like to be able to do something linke p var1; p var2; p var3 thanks Frederic Bastien