From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23837 invoked by alias); 23 May 2002 18:20:36 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 23826 invoked from network); 23 May 2002 18:20:35 -0000 Received: from unknown (HELO lacrosse.corp.redhat.com) (66.187.233.200) by sources.redhat.com with SMTP; 23 May 2002 18:20:35 -0000 Received: from redhat.com (cgf.cipe.redhat.com [10.0.1.172]) by lacrosse.corp.redhat.com (8.11.6/8.9.3) with ESMTP id g4NIKLu03788; Thu, 23 May 2002 14:20:21 -0400 Received: by redhat.com (Postfix, from userid 201) id 984441B887; Thu, 23 May 2002 14:20:34 -0400 (EDT) Date: Thu, 23 May 2002 11:20:00 -0000 From: Christopher Faylor To: gdb@sources.redhat.com Cc: Usha_Inturi@satyam.com Subject: Re: Writing GDB Extension DLLs on Windows Message-ID: <20020523182034.GD4206@redhat.com> Reply-To: gdb@sources.redhat.com Mail-Followup-To: gdb@sources.redhat.com, Usha_Inturi@satyam.com References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.23.1i X-SW-Source: 2002-05/txt/msg00264.txt.bz2 On Thu, May 23, 2002 at 11:14:57AM +0530, Usha_Inturi wrote: >I am working on windows version of gdb. I need extension DLLs written >for my application requirement and I am aware of writing extension DLLs >for WinDBG. But I am not sure how to write extension DLL for gdb on >Windows. Can anyone of you help me with information on this. If you are referring to creating DLLs to extend the functionality gdb, then this is not possible. There are no hooks to do this. Sorry. cgf