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 to add Motorola dBUG monitor to Insight GUI


Configure with --target=m68k-dbug-elf  (of coff etc I guess)

This simple patch just copied what has been done for other targets, as advised by Keith Seitz - Thanks.

*** insight-5.1.bak/gdb/gdbtk/library/targetselection.itb       Tue Feb 12 09:23
:44 2002
--- insight-5.1/gdb/gdbtk/library/targetselection.itb   Tue Feb 12 09:51:52 2002

***************
*** 225,230 ****
--- 225,238 ----
    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"
+
+   # Motorola's dBUG monitor for 68K/Coldfire
+   set gdb_target(dbug,pretty-name) "dBUG/Serial"
+   set gdb_target(dbug,defbaud) "19200"
+   set gdb_target(dbug,baud-rates) {9600 19200 38400 57600 115200}
+   set gdb_target(dbug,cmd) "dbug com1"
+   set gdb_target(dbug,runlist) {1 1 0 1}
+   set gdb_target(dbug,after_attaching) {}
  }

  body TargetSelection::default_port {} {

Disclaimer
****************************************************************************
If you are concerned with the content, or have received this email
in error, do not open any attachment but email to
postmaster@multitone.com deleting this message from your system.
A full copy of the Multitone email disclaimer text can be found at
http://www.multitone.com/disclaimer.html 

** This email was scanned for viruses, vandals and malicious content **
****************************************************************************


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