This is the mail archive of the gdb-patches@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: [hppa-hpux] Core file support for hppa64-hp-hpux11.11


Yes.  The section will come out as .core.kernel in objdump.  Perhaps
it should be .hp.core.kernel.  I'll leave the naming decision to you
and/or the binutils maintainers.  But I think that's better than
having all those .proc0, .proc1, .proc2 sections that we have now.
And it makes it easier to pick the right one from GDB.

actually there's no . prefix unless i explicitly pass one, and they will look like:


/home/tausq/core: file format elf64-hppa

Sections:
Idx Name Size VMA LMA File off Algn
0 hp.core.version0 00000004 0000000000000000 0000000000000000 00000350 2**0
CONTENTS, READONLY
1 hp.core.kernel1 0000003c 0000000000000000 0000000000000000 00000354 2**0
CONTENTS, READONLY
2 hp.core.comm2 00000009 0000000000000000 0000000000000000 00000390 2**0
CONTENTS, READONLY
[...]


Does this match what you have in mind?

randolph


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