From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27472 invoked by alias); 3 Dec 2005 00:57:04 -0000 Received: (qmail 27226 invoked by uid 22791); 3 Dec 2005 00:57:04 -0000 X-Spam-Check-By: sourceware.org Received: from zproxy.gmail.com (HELO zproxy.gmail.com) (64.233.162.196) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 03 Dec 2005 00:57:03 +0000 Received: by zproxy.gmail.com with SMTP id x3so288135nzd for ; Fri, 02 Dec 2005 16:57:01 -0800 (PST) Received: by 10.36.227.80 with SMTP id z80mr3182651nzg; Fri, 02 Dec 2005 16:57:01 -0800 (PST) Received: by 10.37.2.6 with HTTP; Fri, 2 Dec 2005 16:57:01 -0800 (PST) Message-ID: <8f2776cb0512021657i3f780f77sb1294b51753ffaaa@mail.gmail.com> Date: Sat, 03 Dec 2005 00:57:00 -0000 From: Jim Blandy To: Jim Blandy , Mark Kettenis , gdb@sourceware.org Subject: Re: [RFC] plugin/extension interface In-Reply-To: <20051202233207.GA19812@nevyn.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <439090FE.8040502@st.com> <200512021936.jB2JaZ6n014666@elgar.sibelius.xs4all.nl> <8f2776cb0512021412n17d2a8b2rf8cb4a48daa9449e@mail.gmail.com> <200512022241.jB2Mf3Fk024314@elgar.sibelius.xs4all.nl> <8f2776cb0512021507m52b9d491gd4ddc0ceaab594ba@mail.gmail.com> <20051202233207.GA19812@nevyn.them.org> 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/msg00016.txt.bz2 On 12/2/05, Daniel Jacobowitz wrote: > And every one of these things you've described doing with debuggers, > would require a _DIFFERENT_ plugin interface. It would be a nightmare > to add this to today's GDB! Oh, I figured we'd just let the plugin code #include GDB's headers directly, so they could get at whatever they wanted. ... okay, that does sound like a nightmare.