OSDN Git Service

From Don Bowman <don@sandvine.com>:
authorkseitz <kseitz>
Tue, 12 Feb 2002 20:05:13 +0000 (20:05 +0000)
committerkseitz <kseitz>
Tue, 12 Feb 2002 20:05:13 +0000 (20:05 +0000)
* library/targetselection.itb (init_target_db): Add target
vxWorks.
        Update copyright.

gdb/gdbtk/ChangeLog
gdb/gdbtk/library/targetselection.itb

index aeee04e..aad3007 100644 (file)
@@ -1,3 +1,10 @@
+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.
+
 2002-02-10  Daniel Jacobowitz  <drow@mvista.com>
 
        * generic/gdbtk-cmds.c (gdb_listfuncs): Don't call
index f017ae9..a71e33b 100644 (file)
@@ -1,5 +1,5 @@
-# Target selection dialog for GDBtk.
-# Copyright 1997, 1998, 1999 Cygnus Solutions
+# 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
@@ -253,6 +253,14 @@ body TargetSelection::init_target_db {} {
   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 {} {