From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4214 invoked by alias); 28 Jul 2003 19:13:09 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 4198 invoked from network); 28 Jul 2003 19:13:05 -0000 Received: from unknown (HELO mustang.jni.com) (204.118.127.253) by sources.redhat.com with SMTP; 28 Jul 2003 19:13:05 -0000 Received: by MUSTANG with Internet Mail Service (5.5.2653.19) id ; Mon, 28 Jul 2003 12:13:12 -0700 Received: from patrickflptp (PATRICKF-LPTP [10.137.6.5]) by mustang.jni.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id PZ1HXNXG; Mon, 28 Jul 2003 12:13:11 -0700 From: Gao To: gdb@sources.redhat.com Message-ID: <003101c3553c$3da3f5a0$0506890a@patrickflptp> Subject: script in the GDB Date: Mon, 28 Jul 2003 19:13:00 -0000 X-Priority: 3 X-MSMail-Priority: Normal X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-SW-Source: 2003-07/txt/msg00318.txt.bz2 Hi, Dose anyone can tell me is it possible run a script inside GDB? I need to run a test with a lot of parameters again and again. I also need to debug it. How can I run a program in the GDB again and again until the problem occurs? Thank in advance, Gao