This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Can GDB work with a Program that using Dynamic Linking Libraries!


Hi, Buddy:
 
Sure it can! But the prerequisite is that your lib???.so was compiled with -g. That's to say, binding stub symbols is the pivotal matter. Then 'sharelibrary' and some other CL for files and libraries are your utilities in GDB CL. So you can debug library as what you do everyday.
 
Happy Hacking!
 
Yu Xuanwei
----- Original Message -----
From: clifftsai
Sent: Thursday, January 11, 2001 12:26 PM
Subject: Can GDB work with a Program that using Dynamic Linking Libraries!

Hi:
    I wanna if GDB can handle a Program that using DLL.
    Thanks!

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]