From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3450 invoked by alias); 2 Dec 2005 18:49:02 -0000 Received: (qmail 3443 invoked by uid 22791); 2 Dec 2005 18:49:01 -0000 X-Spam-Check-By: sourceware.org Received: from romy.inter.net.il (HELO romy.inter.net.il) (192.114.186.66) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 02 Dec 2005 18:49:00 +0000 Received: from HOME-C4E4A596F7 (IGLD-80-230-84-158.inter.net.il [80.230.84.158]) by romy.inter.net.il (MOS 3.7.2-GA) with ESMTP id DCI06663 (AUTH halo1); Fri, 2 Dec 2005 20:48:56 +0200 (IST) Date: Fri, 02 Dec 2005 18:49:00 -0000 Message-Id: From: Eli Zaretskii To: Andrew STUBBS CC: gdb@sourceware.org In-reply-to: <439090FE.8040502@st.com> (message from Andrew STUBBS on Fri, 02 Dec 2005 18:22:54 +0000) Subject: Re: [RFC] plugin/extension interface Reply-to: Eli Zaretskii References: <439090FE.8040502@st.com> X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2005-12/txt/msg00007.txt.bz2 > Date: Fri, 02 Dec 2005 18:22:54 +0000 > From: Andrew STUBBS > > I would like to test the waters and find out what your opinion would be > on the subject of a GDB plugin/extension interface. Such suggestions (not only for GDB, for other GNU projects as well) are usually rejected by Richard Stallman and the FSF, because they make it possible to add to GDB significant new features with proprietary (i.e. non-free software) shared libraries, thus avoiding the need to release any parts of GDB under GPL.