From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23809 invoked by alias); 2 Sep 2009 17:01:10 -0000 Received: (qmail 23668 invoked by uid 22791); 2 Sep 2009 17:01:08 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 02 Sep 2009 17:01:00 +0000 Received: (qmail 4337 invoked from network); 2 Sep 2009 17:00:58 -0000 Received: from unknown (HELO orlando.local) (pedro@127.0.0.2) by mail.codesourcery.com with ESMTPA; 2 Sep 2009 17:00:58 -0000 From: Pedro Alves To: Tom Tromey Subject: Re: RFC: DW_OP_call_frame_cfa, again Date: Wed, 02 Sep 2009 17:01:00 -0000 User-Agent: KMail/1.9.10 Cc: gdb-patches@sourceware.org References: <200909021559.24406.pedro@codesourcery.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200909021800.57409.pedro@codesourcery.com> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-09/txt/msg00061.txt.bz2 On Wednesday 02 September 2009 17:47:56, Tom Tromey wrote: > This uses runto_main and gdb_continue_to_breakpoint, which should work > everywhere, at least if other tests are any indication. > Thanks, this is OK. -- Pedro Alves