gdb: Add modifications required for version 7.6.1
authorJohn Marino <draco@marino.st>
Sat, 5 Oct 2013 17:29:29 +0000 (19:29 +0200)
committerJohn Marino <draco@marino.st>
Sat, 5 Oct 2013 22:52:54 +0000 (00:52 +0200)
commit8a286ab35ddbd8fd8ac6b75a2820e262cf43e21c
tree15aeb5bed2b8932e51b6b40ca9eb35478c0adc89
parentde8e141f24382815c10a4012d209bbbf7abf1112
gdb: Add modifications required for version 7.6.1

THe majority of these modifications (the 4 "dfly" files and osabi.c)
are needed just to get the stock gdb to build.  The modification to
inferior.c was reintroduced so kgdb can handle the 0 PID swapper
process, but the modication is much less than with version 7.4.1.
The change to the ptid_t structure (ptid.h) was necessary because
kgdb uses the thread address as the thread id, so the type has to
cover the entire address space.

The DragonFly README files were also updated.
contrib/gdb-7/README.DELETED
contrib/gdb-7/README.DRAGONFLY
contrib/gdb-7/gdb/amd64dfly-nat.c
contrib/gdb-7/gdb/amd64dfly-tdep.c
contrib/gdb-7/gdb/common/ptid.h
contrib/gdb-7/gdb/i386dfly-nat.c
contrib/gdb-7/gdb/i386dfly-tdep.c
contrib/gdb-7/gdb/inferior.c
contrib/gdb-7/gdb/osabi.c