diff options
author | Keith Seitz <keiths@redhat.com> | 2002-02-12 20:05:14 +0000 |
---|---|---|
committer | Keith Seitz <keiths@redhat.com> | 2002-02-12 20:05:14 +0000 |
commit | 79d748c87a8d8cc0f1cb20c3ecb3bcb962165279 (patch) | |
tree | 528a77af980be8b224460af30b395cc1915a052d /gdb/gdbtk | |
parent | 29246aab98b790865d4414be11f2356d4b250d32 (diff) | |
download | gdb-79d748c87a8d8cc0f1cb20c3ecb3bcb962165279.tar.gz |
From Don Bowman <don@sandvine.com>:
* library/targetselection.itb (init_target_db): Add target
vxWorks.
Update copyright.
Diffstat (limited to 'gdb/gdbtk')
-rw-r--r-- | gdb/gdbtk/ChangeLog | 7 | ||||
-rw-r--r-- | gdb/gdbtk/library/targetselection.itb | 12 |
2 files changed, 17 insertions, 2 deletions
diff --git a/gdb/gdbtk/ChangeLog b/gdb/gdbtk/ChangeLog index aeee04e840f..aad3007f587 100644 --- a/gdb/gdbtk/ChangeLog +++ b/gdb/gdbtk/ChangeLog @@ -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 diff --git a/gdb/gdbtk/library/targetselection.itb b/gdb/gdbtk/library/targetselection.itb index f017ae9baf3..a71e33b9443 100644 --- a/gdb/gdbtk/library/targetselection.itb +++ b/gdb/gdbtk/library/targetselection.itb @@ -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 {} { |