From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22098 invoked by alias); 21 Oct 2016 15:30:00 -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 22032 invoked by uid 89); 21 Oct 2016 15:29:59 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=Joel, H*Ad:U*qiyaoltc 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 ESMTP; Fri, 21 Oct 2016 15:29:49 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id D9FCB116C0A; Fri, 21 Oct 2016 11:29:47 -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 cDgZCsMMq4ZN; Fri, 21 Oct 2016 11:29:47 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id A7C19116C05; Fri, 21 Oct 2016 11:29:46 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id B43F4423DC; Fri, 21 Oct 2016 11:29:36 -0400 (EDT) Date: Fri, 21 Oct 2016 15:30:00 -0000 From: Joel Brobecker To: Stephen Pape Cc: Yao Qi , GDB Subject: Re: VxWorks Target Message-ID: <20161021152936.GB8340@adacore.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-SW-Source: 2016-10/txt/msg00036.txt.bz2 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