From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3324 invoked by alias); 24 Apr 2006 15:48:27 -0000 Received: (qmail 3313 invoked by uid 22791); 24 Apr 2006 15:48:26 -0000 X-Spam-Check-By: sourceware.org Received: from baldwin.orcsoftware.com (HELO orcsoftware.com) (194.14.211.2) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 24 Apr 2006 15:48:24 +0000 Received: from [172.27.1.241] (HELO VOYAGER) by orcsoftware.com (CommuniGate Pro SMTP 4.3.8) with ESMTP id 5409944 for gdb@sourceware.org; Mon, 24 Apr 2006 17:48:21 +0200 From: "Hicham Mouline" To: Subject: automate gdb process run Date: Tue, 25 Apr 2006 08:32:00 -0000 Message-ID: <001801c667b6$9907eca0$f1011bac@VOYAGER> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 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-04/txt/msg00302.txt.bz2 Hi, I would like to run the following: loop Gdb clientProgram ..... connects to server If exit code of clientProgram is 0 Quit gdb Else Stop loop End loop I could use a shell, or gdb command file or a combination... Any ideas? Rds, Hicham Mouline