From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1814 invoked by alias); 15 Sep 2014 13:55:32 -0000 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 Received: (qmail 1801 invoked by uid 89); 15 Sep 2014 13:55:31 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2 X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Mon, 15 Sep 2014 13:55:31 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 5D069116316; Mon, 15 Sep 2014 09:55:29 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 5d3005Ef24Vh; Mon, 15 Sep 2014 09:55:29 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id EDF021161A1; Mon, 15 Sep 2014 09:55:28 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id A9F6C40E17; Mon, 15 Sep 2014 06:55:27 -0700 (PDT) Date: Mon, 15 Sep 2014 13:55:00 -0000 From: Joel Brobecker To: Pedro Alves Cc: Edjunior Barbosa Machado , gdb-patches@sourceware.org, Ulrich Weigand , Sergio Durigan Junior Subject: Re: [PATCH] after gdb_run_cmd, gdb_expect -> gdb_test_multiple/gdb_test Message-ID: <20140915135527.GK4871@adacore.com> References: <1410490007-19756-1-git-send-email-emachado@linux.vnet.ibm.com> <5412C3F0.9000703@redhat.com> <20140912130051.GA4871@adacore.com> <5412F714.3040500@redhat.com> <20140912135012.GC4871@adacore.com> <54130176.1070208@gmail.com> <541310E1.5000806@redhat.com> <20140912171051.GF4871@adacore.com> <54136947.4020003@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <54136947.4020003@redhat.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2014-09/txt/msg00500.txt.bz2 > OOC, how does one debug Ravenscar then? Does that sit on top of > target remote ? The ravenscar target is more like a "thread" target, and depends on the runtime being used. So, it can sit on top of any execution target, remote, native, etc. To be able to test it, you need an Ada compiler with a ravenscar runtime. Not sure if the GCC from FSF has those runtimes out of the box, but we provide an arm-eabi GNAT toolchain on libre.adacore.com, if you ever need it. -- Joel