This is the mail archive of the gdb@sourceware.org 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]
Other format: [Raw text]

Re: status of Darwin support


On Tue, Aug 11, 2009 at 9:49 AM, Christian
Thalinger<Christian.Thalinger@sun.com> wrote:

> I was able to attach to the process. Here is the data:
...
> (gdb) p *sect2->objfile
> $4 = {
>  name = 0x63e590 "/Users/twisti/bsd-port/hotspot/build/bsd/bsd_i486_compiler2/jvmg/launcher.o",

This is possibly unrelocated objfile. What does

  print sect2->objfile->section_offsets[0]@17

say?

Thanks,
-- 
Paul Pluzhnikov


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