Re: VxWorks Target
Yao Qi <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <CAH=s-PM3+b_GDEs=J-qoLyWLSv46+es6tjU-LADiSFRV=53y_w@mail.gmail.com> |
On Tue, Oct 18, 2016 at 10:09 PM, Stephen Pape <[email protected]> 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 <host>" > 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 <[email protected]> Date: Sat Nov 13 23:10:02 2004 +0000 2004-11-13 Andrew Cagney <[email protected]> * configure.tgt: Delete i[34567]86-*-vxworks*, m68*-netx-*, m68*-*-vxworks*, mips*-*-vxworks*, powerpc-*-vxworks*, and sparc-*-vxworks*. * NEWS: Mention that vxworks was deleted. ..... -- Yao (齐尧)