From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 84094 invoked by alias); 26 Oct 2016 15:51:09 -0000 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 Received: (qmail 83837 invoked by uid 89); 26 Oct 2016 15:51:08 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=5x, wdb X-HELO: mail-it0-f46.google.com Received: from mail-it0-f46.google.com (HELO mail-it0-f46.google.com) (209.85.214.46) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 26 Oct 2016 15:50:58 +0000 Received: by mail-it0-f46.google.com with SMTP id e187so29616336itc.0 for ; Wed, 26 Oct 2016 08:50:58 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=/wmq9fEkCeBhZhikqQrTI1q/9VQc6pV5Py9Nq+KyZVI=; b=X+KZCwG/GdKusALfh/cUZGpJd4owGw6L8dSQfTmO0im8+n3t1XtYzLhuNs8o3PpC0x mZOETZ+tyVYLtP+FrypFQLpRX1eLVsO4TX6JW5OHr+ycU93d0KR/+aL/rS21T3IP0OM3 5aVvT/byw++wTYiSLu/Pgc1k+nAigS2okejbE+H2XPQAfqI0D87S8CTglKA5qXbtGmgC 68uZQ1Wa2eTgKv2VAvPoOvMYvIzgYmL1cegWcnAhGfNNRX1/fGak28T4il4K7aT9g2/J KL1N8EdCOmHM6sYRoPVUx9JnTnb6r6OkjXbow37kPhxWecjolxIrEDiscFt5OEY/fuYx kxEA== X-Gm-Message-State: ABUngvc4D8v+J37W/Db2tPxC7S8JZ7g9sFbJQ2b0G1oFjLqPADCAxnnvqHOlUChw/jtHHejY8L1yPVRUx3G3Og== X-Received: by 10.36.56.136 with SMTP id b130mr2914099ita.117.1477496998392; Wed, 26 Oct 2016 08:49:58 -0700 (PDT) MIME-Version: 1.0 Received: by 10.50.244.137 with HTTP; Wed, 26 Oct 2016 08:49:37 -0700 (PDT) In-Reply-To: <20161021152936.GB8340@adacore.com> References: <20161021152936.GB8340@adacore.com> From: Stephen Pape Date: Wed, 26 Oct 2016 15:51:00 -0000 Message-ID: Subject: Re: VxWorks Target To: Joel Brobecker Cc: Yao Qi , GDB Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2016-10/txt/msg00054.txt.bz2 Thanks! I was hoping to use WDB to talk directly to the target, but I'll take a look. On Fri, Oct 21, 2016 at 11:29 AM, Joel Brobecker wrote: > Hello, > > I just wanted to mention that I posted a patch at some point that > added support for VxWorks 5.x and VxWorks 653 (using the WTX protocol > via the target server to communicate with the target). It was quite > a while ago, and we eventually abandoned the idea of having it in > the GDB repository, but perhaps you can still take advantage of it. > > https://www.sourceware.org/ml/gdb-patches/2011-03/msg00251.html > > -- > Joel