public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
From: Keith Seitz <keiths@cygnus.com>
To: "Martin M. Hunt" <hunt@redhat.com>
Cc: Insight Maling List <insight@sources.redhat.com>
Subject: Re: [RFA] Add PMON and DDB targets
Date: Thu, 23 Aug 2001 08:06:00 -0000	[thread overview]
Message-ID: <Pine.GSO.4.33.0108230806120.14723-100000@makita.cygnus.com> (raw)
In-Reply-To: <200108230923.CAA07403@cygnus.com>

On Thu, 23 Aug 2001, Martin M. Hunt wrote:

> 2001-08-23  Martin M. Hunt  <hunt@redhat.com>
>
> 	* library/targetselection.itb: Added PMON and DDB targets.

Approved (of course).

Thanks,
Keith

>
> Index: library/targetselection.itb
> ===================================================================
> RCS file: /cvs/cvsfiles/devo/gdb/gdbtk/library/targetselection.itb,v
> retrieving revision 1.6
> diff -u -p -r1.6 targetselection.itb
> --- targetselection.itb	2000/12/14 00:21:40	1.6
> +++ targetselection.itb	2001/08/23 09:20:57
> @@ -198,6 +198,34 @@ body TargetSelection::init_target_db {}
>    set gdb_target(mipstcp,runlist) {1 1 0 1}
>    set gdb_target(mipstcp,after_attaching) {}
>
> +  # PMON
> +  set gdb_target(pmon,pretty-name) "PMON/Serial"
> +  set gdb_target(pmon,defbaud) "9600"
> +  set gdb_target(pmon,baud-rates) {9600 19200 38400}
> +  set gdb_target(pmon,cmd) "pmon com1"
> +  set gdb_target(pmon,runlist) {1 1 0 1}
> +  set gdb_target(pmon,after_attaching) {}
> +  set gdb_target(pmontcp,pretty-name) "PMON/TCP"
> +  set gdb_target(pmontcp,defbaud) "TCP"
> +  set gdb_target(pmontcp,baud-rates) {}
> +  set gdb_target(pmontcp,cmd) "pmon tcpX"
> +  set gdb_target(pmontcp,runlist) {1 1 0 1}
> +  set gdb_target(pmontcp,after_attaching) {}
> +
> +  # DDB
> +  set gdb_target(ddb,pretty-name) "DDB/Serial"
> +  set gdb_target(ddb,defbaud) "19200"
> +  set gdb_target(ddb,baud-rates) {9600 19200 38400}
> +  set gdb_target(ddb,cmd) "ddb com1"
> +  set gdb_target(ddb,runlist) {1 1 0 1}
> +  set gdb_target(ddb,after_attaching) {}
> +  set gdb_target(ddbtcp,pretty-name) "DDB/TCP"
> +  set gdb_target(ddbtcp,defbaud) "TCP"
> +  set gdb_target(ddbtcp,baud-rates) {}
> +  set gdb_target(ddbtcp,cmd) "ddb tcpX"
> +  set gdb_target(ddbtcp,runlist) {1 1 0 1}
> +  set gdb_target(ddbtcp,after_attaching) {}
> +
>    # Picobug
>    set gdb_target(picobug,pretty-name) "Picobug/Serial"
>    set gdb_target(picobug,defbaud) "19200"
>

      reply	other threads:[~2001-08-23  8:06 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-08-23  2:23 Martin M. Hunt
2001-08-23  8:06 ` Keith Seitz [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.GSO.4.33.0108230806120.14723-100000@makita.cygnus.com \
    --to=keiths@cygnus.com \
    --cc=hunt@redhat.com \
    --cc=insight@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).