From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27916 invoked by alias); 15 Apr 2009 19:48:30 -0000 Received: (qmail 27904 invoked by uid 22791); 15 Apr 2009 19:48:28 -0000 X-SWARE-Spam-Status: No, hits=-1.3 required=5.0 tests=AWL,BAYES_20,SPF_PASS X-Spam-Check-By: sourceware.org Received: from imr2.ericy.com (HELO imr2.ericy.com) (198.24.6.3) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 15 Apr 2009 19:48:22 +0000 Received: from eusrcmw751.eamcs.ericsson.se (eusrcmw751.exu.ericsson.se [138.85.77.51]) by imr2.ericy.com (8.13.1/8.13.1) with ESMTP id n3FJmElv010737 for ; Wed, 15 Apr 2009 14:48:19 -0500 Received: from ecamlmw720.eamcs.ericsson.se ([142.133.1.72]) by eusrcmw751.eamcs.ericsson.se with Microsoft SMTPSVC(6.0.3790.1830); Wed, 15 Apr 2009 14:48:03 -0500 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: GDB support for 'Run to Line' Date: Wed, 15 Apr 2009 19:57:00 -0000 Message-ID: <6D19CA8D71C89C43A057926FE0D4ADAA0745EBDA@ecamlmw720.eamcs.ericsson.se> From: "Marc Khouzam" To: 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: 2009-04/txt/msg00128.txt.bz2 Hi, I'm trying to figure out if GDB has support for the 'Run to Line' feature of Eclipse, where the user selects a line and the inferior resumes until that line. GDB's 'until' does not seem to be the right choice since it only stops if the location is in the same frame. GDB's 'advance' is better, but it stops if the current frame exists. Anything else that I could use to 'run to line' anywhere in the program? Thanks =20 =20