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

Yu Xuanwei yxw@chinacluster.com
Wed Jan 10 22:32:00 GMT 2001




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 
  To: gdb@sources.redhat.com 
  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!



More information about the Gdb mailing list