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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

how to debug deman-loaded programs


hi,

how does one debug a demand-loaded part of a process, i.e. the fault is
suspected in the shared object part of a program, which has been loaded
on-demand using dlopen()/dlsym(), but when i run gdb on it (or it's "core"),
going to a stack frame, and doing list, doesn't provide me with any info,
but simply prints out "rtld.c", that's it. all my code is compiled with "-g"
option.

thanks & regards,
Banibrata Dutta
  Hewlett-Packard ISO Pvt. Ltd,
  29, Cunningham Road,
  Bangalore - 560052, India.
  Tel: +91-80-22051796
  


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