X-Recipient: archive-cygwin@delorie.com
X-Spam-Check-By: sourceware.org
To: cygwin@cygwin.com
From: Jim Marshall <jim.marshall@wbemsolutions.com>
Subject:  GDB with VC++ components
Date:  Thu, 01 Nov 2007 11:59:09 -0400
Lines: 22
Message-ID: <fgct4e$1oa$1@ger.gmane.org>
Mime-Version:  1.0
Content-Type:  text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding:  7bit
User-Agent: Thunderbird 2.0.0.6 (Windows/20070728)
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

Hi,
  I realize this is probably a GDB question, I sent a message to that 
alias but have not gotten a response. I am hoping someone on this list 
may have some experience with this and can answer the question.

The basic question is: "Should I be able to use GDB to load and execute 
a VC++ application, and debug DLLs that application loads that where 
built with gcc?"

Basically I have a program compiled with MSVC 6 (Release). This program 
loads DLL's and executes them. I have built a DLL using GCC [gcc (GCC) 
3.4.4 (cygming special, gdc 0.12, using dmd 0.125)]. The program loads 
the DLL and executes it "correctly" (meaning that the dll is loaded and 
functions called). I need to debug the DLL, so I would like to attach 
GDB to the running process, then set a break point in my DLL and debug 
it. When I do this GDB seems to hang loading symbols.

Any thoughts appreciated
Jim

Windows XP Pro SP2
GNU gdb 6.5.50.20060706-cvs (cygwin-special)


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

