From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13651 invoked by alias); 15 Mar 2006 05:09:52 -0000 Received: (qmail 13643 invoked by uid 22791); 15 Mar 2006 05:09:52 -0000 X-Spam-Check-By: sourceware.org Received: from blv-smtpout-01.boeing.com (HELO blv-smtpout-01.boeing.com) (130.76.32.69) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 15 Mar 2006 05:09:50 +0000 Received: from stl-av-01.boeing.com ([192.76.190.6]) by blv-smtpout-01.boeing.com (8.9.2.MG.10092003/8.8.5-M2) with ESMTP id VAA18014 for ; Tue, 14 Mar 2006 21:09:49 -0800 (PST) Received: from XCH-SWBH-04.sw.nos.boeing.com (localhost [127.0.0.1]) by stl-av-01.boeing.com (8.11.3/8.11.3/MBS-AV-LDAP-01) with ESMTP id k2F59mw15789 for ; Tue, 14 Mar 2006 23:09:48 -0600 (CST) Received: from XCH-SW-41.sw.nos.boeing.com ([192.79.11.41]) by XCH-SWBH-04.sw.nos.boeing.com with Microsoft SMTPSVC(6.0.3790.211); Tue, 14 Mar 2006 21:09:47 -0800 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: GDB CLI speed Date: Wed, 15 Mar 2006 06:19:00 -0000 Message-ID: <7CA73FB7DA98FF4CB97739FFE1798B5A019460A0@XCH-SW-41.sw.nos.boeing.com> From: "Li, Rongsheng" To: 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-03/txt/msg00072.txt.bz2 I am using gdb/ddd as the front end to run a large simulation and use the caned command files to confiure the simulation and typically I have a lot of "set" statements in the command file (thousands). One thing it bothers me is that it takes much longer for GDB CLI to execute these commands than DBX. Anyone of you outthere know what is the reason (especially in comparison against dbx) and a way to fix it ? Ken Li