Mirror of the gdb mailing list
 help / color / mirror / Atom feed
From: "Peter Reilley" <micrio@mv.com>
To: "GDB Discussion" <gdb@sources.redhat.com>
Subject: Re: Where is GDB going
Date: Mon, 26 Feb 2001 20:34:00 -0000	[thread overview]
Message-ID: <00bf01c0a076$7ea6a750$05d145cc@ppro> (raw)

>Peter Reilley wrote:
>>
>> This is a fine line to draw.   Is communicating to a proprietary
>> monitor OK if it is by ASYNC or TCP/IP but not if it is by
>> way of a library?
>
>The prime distinction I see is that communicating via ASYNC or TCP/IP is
>System Neutral. I can as easily communicate using TCP/IP from Solaris as
>I can from Windows or Linux.  There is no impediment to anyone using
>this interface on a device.  Using a proprietary library forces a user
>of GDB to use Windows or Nothing.  (The only current examples of this I
>find involve Windows DLL's)  It allows a Hardware Vendor to force a
>choice of OS on a GDB user because it is not supported otherwise.  GPL
>Code should allow one to support themselves, proprietary libraries
>prevent this, published communications specs do not.  Im not religiously
>fervent about this issue, but I think the distinction is pretty clear.
>The two examples in GDB's code I cited are the only examples of it I
>could find.  Apart from increasing choice I feel that closed source
>DLL's linked to GDB decrease choice.  If those vendors want GDB to work
>with their hardware then they should do it properly and not force people
>to use the vendors OS of choice.


There are two separate issues here; the channel of communication to
the target and the language (API) used to communicate with the target.
ASYNC, TCP/IP, library, pipes, etc; are all channels.   The content of the
communication is the language.

ASYNC and TCP/IP are widely available on different OS's.   Libraries
are less widely available and need to be ported.   OCD, one of your
examples, is available on Windows, Linux, and Solaris.  Manufacturers
have every incentive to support as many systems as possible but they
are generally limited in the resources that they can devote to the effort.

The language is generally proprietary, while there is probably a
public spec describing the language, the code in the target is not
open and not GPL'ed.

Gdb supports a number of channels of communication and a number
of different languages (API) of communication.

I don't think that you can distinguish between ASYNC and TCP/IP
on one hand and library calls on the other.   After all, ASYNC and
TCP/IP are library calls on most systems.   On commercial
systems those libraries are not GPL'ed.

If you object to gdb talking a proprietary  language to the target
then that is a reasonable line to draw.   The problem being that
most of them are proprietary.

In more general terms, I don't think that companies getting a "free
ride" off GPL'ed code is such a bad thing.   Yes, they may make some
money off it, but they contribute to it as well in terms of bug fixes
and additional GPL'ed code.   Should we cheer that IBM is
touting Linux and GPL'ed code?   I think that we should!

Pete.









             reply	other threads:[~2001-02-26 20:34 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-02-26 20:34 Peter Reilley [this message]
  -- strict thread matches above, loose matches on Subject: below --
2001-02-25 18:11 Peter Reilley
2001-02-25 20:52 ` Steven Johnson
2001-02-25 21:22 ` Quality Quorum
2001-02-23 13:52 Andrew Cagney
2001-02-23 14:21 ` Quality Quorum
2001-02-25 15:48   ` Steven Johnson
2001-02-25 21:15     ` Quality Quorum
2001-02-25 23:41       ` Per Bothner
2001-02-26  9:39         ` Quality Quorum
2001-02-26 13:45           ` Per Bothner
2001-02-26 16:29             ` Quality Quorum
2001-02-26 13:53           ` Steven Johnson

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='00bf01c0a076$7ea6a750$05d145cc@ppro' \
    --to=micrio@mv.com \
    --cc=gdb@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