This is the mail archive of the insight@sources.redhat.com mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] add vxworks targaet


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 {} {



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]