Subject: Re: Kernel support for ELF-format core files
To: None <thorpej@wasabisystems.com>
From: Andrew Cagney <cagney@mac.com>
List: tech-kern
Date: 12/10/2001 08:51:11
> The "note9" section is other stuff that gdb doesn't need (and
> thus libbfd doesn't create a pseudo-section for).
>
> The code for all this is in bfd/elf.c -- I posted a diff to tech-toolchain
> that implement support for all this.
Ah, thanks, sorry didn't realize this. Might be time to teach GDB a
little bit more about core files.
> Yes, I know. Those pseudo-sections are put together by libbfd. The
> number after the / is actually ((lwpid << 16) | pid).
Hmm, definitly time to do this.
Andrew