Short of digging through GDB source, where can I find documentation about the format used to create core files?
The ELF specification leaves the core file format ope
Not so much gdb as the bfd library used by gdb, binutils, etc.
gdb
bfd
binutils