From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10257 invoked by alias); 19 Oct 2016 08:17:54 -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 10234 invoked by uid 89); 19 Oct 2016 08:17:53 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=VxWorks, vxworks, 34567, pape X-HELO: mail-oi0-f51.google.com Received: from mail-oi0-f51.google.com (HELO mail-oi0-f51.google.com) (209.85.218.51) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 19 Oct 2016 08:17:43 +0000 Received: by mail-oi0-f51.google.com with SMTP id m72so21861844oik.3 for ; Wed, 19 Oct 2016 01:17:43 -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:content-transfer-encoding; bh=gH6oS4edZPyCr5cBXgmr+PPmuH85bgkZ4vioJ7cmr8o=; b=bUF9mQTRkIwJum5NSPm4+J2tlOX3v8r/O/kzJHNqOAmhtoB88EtM5zZ8CQ0xUepKAK n3wbVy0iRFDEyyrIBcQHjLDRh1NCLjiTLTcq79c/oB5LGzsvkQlxYovKuOtXXVUygJqi l/1JBUp3JdgLoQO/8+R61Yu9svCLyIHQBAtydmcMeJjTudhf8obCxphs5VUa4QEyWrS4 EwyY2pW8iQGkwXdc5H0vojBhSpJ72uZhAkMmnHuYA3snV/xg7NBOwvgMxp7SrTyszvIp 2oix5vXGXe4QAB7tfZ4xc5sN2q22DYwdAzw9VFRknXo0nQ24jFkPvRf9tXlZ7O7rYU1R v7Ug== X-Gm-Message-State: AA6/9Rk3dOmn9TD9fk7RvsELB3eQJuaqIbz+JZo52T0xAs8YJIsBEoMvPjsrRcQcUR3evBDEktHLepNjh7imvg== X-Received: by 10.202.82.7 with SMTP id g7mr3721017oib.112.1476865061887; Wed, 19 Oct 2016 01:17:41 -0700 (PDT) MIME-Version: 1.0 Received: by 10.202.193.5 with HTTP; Wed, 19 Oct 2016 01:17:41 -0700 (PDT) In-Reply-To: References: From: Yao Qi Date: Wed, 19 Oct 2016 08:17:00 -0000 Message-ID: Subject: Re: VxWorks Target To: Stephen Pape Cc: GDB Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2016-10/txt/msg00031.txt.bz2 On Tue, Oct 18, 2016 at 10:09 PM, Stephen Pape wrote: > Hello all, > > Can anyone tell me the state of the VxWorks support in GDB? While > compiling, I see --configure can take a "-vxworks" target, but I can't > find much more information beyond that. Most of what I see is very > old, and doesn't seem to apply. For example, "target vxworks " > does not work ("Undefined target command"). > > Is there documentation on the VxWorks implementation, or how to use it? > VxWorks support was removed in 2004. commit e84ecc995d6a5e4e9114d3cea61717b8a573afb6 Author: Andrew Cagney Date: Sat Nov 13 23:10:02 2004 +0000 2004-11-13 Andrew Cagney * configure.tgt: Delete i[34567]86-*-vxworks*, m68*-netx-*, m68*-*-vxworks*, mips*-*-vxworks*, powerpc-*-vxworks*, and sparc-*-vxworks*. * NEWS: Mention that vxworks was deleted. ..... --=20 Yao (=E9=BD=90=E5=B0=A7)