public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] add vxworks targaet
       [not found] <FE045D4D9F7AED4CBFF1B3B813C85337675B5A@mail.sandvine.com>
@ 2002-02-12 12:05 ` Keith Seitz
  0 siblings, 0 replies; only message in thread
From: Keith Seitz @ 2002-02-12 12:05 UTC (permalink / raw)
  To: Insight Maling List; +Cc: don

On Mon, 11 Feb 2002, Don Bowman wrote:

I've committed this patch, including the "after_attaching" bit. If people
run into problems with it, I guess we'll find out soon enough.

Thanks!
Keith

ChangeLog
2002-02-12  Keith Seitz  <keiths@redhat.com>

	From Don Bowman <don@sandvine.com>:
	* library/targetselection.itb (init_target_db): Add target
	vxWorks.
        Update copyright.

Patch
Index: library/targetselection.itb
===================================================================
RCS file: /cvs/src/src/gdb/gdbtk/library/targetselection.itb,v
retrieving revision 1.9
diff -p -r1.9 targetselection.itb
*** targetselection.itb	2001/09/27 16:22:46	1.9
--- targetselection.itb	2002/02/12 20:02:17
***************
*** 1,5 ****
! # Target selection dialog for GDBtk.
! # Copyright 1997, 1998, 1999 Cygnus Solutions
  #
  # This program is free software; you can redistribute it and/or modify it
  # under the terms of the GNU General Public License (GPL) as published by
--- 1,5 ----
! # Target selection dialog for Insight.
! # Copyright 1997, 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
  #
  # This program is free software; you can redistribute it and/or modify it
  # under the terms of the GNU General Public License (GPL) as published by
*************** body TargetSelection::init_target_db {}
*** 253,258 ****
--- 253,266 ----
    set gdb_target(ciscotcp,cmd) "cisco tcpX"
    set gdb_target(ciscotcp,runlist) {1 0 0 0}
    set gdb_target(ciscotcp,after_attaching) "set os cisco"
+
+   # VxWorks
+   set gdb_target(vxworks,pretty-name) "VxWorks RDB"
+   set gdb_target(vxworks,defbaud) "ETH"
+   set gdb_target(vxworks,baud-rates) {}
+   set gdb_target(vxworks,cmd) "vxworks ethX"
+   set gdb_target(vxworks,runlist) { 1 0 1 1}
+   set gdb_target(vxworks,after_attaching) { sym vxWorks.st }
  }

  body TargetSelection::default_port {} {


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-02-12 20:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <FE045D4D9F7AED4CBFF1B3B813C85337675B5A@mail.sandvine.com>
2002-02-12 12:05 ` [PATCH] add vxworks targaet Keith Seitz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).