From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 111129 invoked by alias); 18 Oct 2016 21:09:50 -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 111110 invoked by uid 89); 18 Oct 2016 21:09:50 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=Hx-languages-length:437, VxWorks, vxworks X-HELO: mail-io0-f175.google.com Received: from mail-io0-f175.google.com (HELO mail-io0-f175.google.com) (209.85.223.175) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 18 Oct 2016 21:09:49 +0000 Received: by mail-io0-f175.google.com with SMTP id q192so11766819iod.0 for ; Tue, 18 Oct 2016 14:09:48 -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:from:date:message-id:subject:to; bh=P2NaiorvMgrFHTbCxqs8lB/CTzvEngG/f28MyQG+FZg=; b=CwombkwV6DrzpFsfvhGTqPGAzHbsSU2R4RuRC5MMOjDrVORMEqEbVhJRH14UoW8cVW jk0yE7Y3GBHYv19g1F8nvUXKVC8XJwhZrUGhLneTebnEEVnhav/Yg2KRNAh6tQiyNvsi 8jdOAI/mpjw82y7nnZJYKhFozRk2+lhbDMil7IGujrHpltrvUuaFlTx1Mp5/qGKrIkSl awVzFjzSJsOaqsi0d+DKLpxRw3pbAEffIr6mW2Jilf4hYwiZtUNxaGvoCHhMucOsNj0k MDzOyNF15Jl49BFSdDlRXOEJPJme1PlHxL9V99dH86DZYBQSQABNVzA773JmkB99ftg5 zYuw== X-Gm-Message-State: AA6/9RkpzF8WIVzqzJR5k7Y80a5r6WwvtmLvlXfHFEPOz+QYSdztGcmw4ktdZE/JYbMIe01m/6u37BQpSOInHQ== X-Received: by 10.107.154.134 with SMTP id c128mr3720357ioe.184.1476824987342; Tue, 18 Oct 2016 14:09:47 -0700 (PDT) MIME-Version: 1.0 Received: by 10.50.244.137 with HTTP; Tue, 18 Oct 2016 14:09:26 -0700 (PDT) From: Stephen Pape Date: Tue, 18 Oct 2016 21:09:00 -0000 Message-ID: Subject: VxWorks Target To: gdb@sourceware.org Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2016-10/txt/msg00030.txt.bz2 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? Thanks! -Stephen