From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16082 invoked by alias); 30 Aug 2007 15:06:40 -0000 Received: (qmail 16072 invoked by uid 22791); 30 Aug 2007 15:06:39 -0000 X-Spam-Check-By: sourceware.org Received: from s200aog14.obsmtp.com (HELO s200aog14.obsmtp.com) (207.126.144.128) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 30 Aug 2007 15:06:31 +0000 Received: from source ([164.129.1.35]) (using TLSv1) by eu1sys200aob014.postini.com ([207.126.147.11]) with SMTP; Thu, 30 Aug 2007 15:06:17 UTC Received: from zeta.dmz-eu.st.com (ns2.st.com [164.129.230.9]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 00D38DA5D; Thu, 30 Aug 2007 15:06:14 +0000 (GMT) Received: from mail1.bri.st.com (mail1.bri.st.com [164.129.8.218]) by zeta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 9077B4C0FB; Thu, 30 Aug 2007 15:06:14 +0000 (GMT) Received: from [164.129.14.85] (bri1017.bri.st.com [164.129.14.85]) by mail1.bri.st.com (MOS 3.7.5a-GA) with ESMTP id CJE80780 (AUTH antony); Thu, 30 Aug 2007 16:06:11 +0100 (BST) Message-ID: <46D6DCE2.5050102@st.com> Date: Thu, 30 Aug 2007 15:06:00 -0000 From: Antony KING User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: Eli Zaretskii Cc: gdb@sourceware.org Subject: Re: [RFC] Add commands to dynamically enable/disable shared library support References: <46D41D81.3020003@st.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2007-08/txt/msg00263.txt.bz2 Thanks for the advice. (I pondered on whether to use the patch mailing list or this one but I decided against since this was really a "shot in the dark" about an idea I had and I thought I would try it here first for some feedback before trying to submit a complete patch. :-) Cheers, Antony. Eli Zaretskii wrote: >> Date: Tue, 28 Aug 2007 14:05:05 +0100 >> From: Antony KING >> >> Attached is a patch I have constructed against GDB 6.6 which adds the >> following commands to GDB: > > Thanks! > > However, patches should be sent to gdb-patches@, not here. > > I have no opinion on the patch, but if it is accepted, please add a > patch for the user manual to describe these new commands. We want all > the commands to be documented in the manual. > > Thanks again for working on this. >