History log of /dflybsd-src/contrib/gdb-7/gdb/amd64dfly-tdep.c (Results 1 – 4 of 4)
Revision Date Author Comments
# e0cb4e00 02-Nov-2015 Sascha Wildner <saw@online.de>

gdb: Reduce the recent changes to only the necessary bits in amd64dfly-nat.c.

This makes maintenance of base and dports gdb easier.

Suggested-by: marino
Discussed-with: tuxillo


# ffd49a44 02-Nov-2015 Antonio Huete Jimenez <tuxillo@quantumachine.net>

gdb - Fix indentantion in DragonFly specific files.

- No functional changes


# 8a286ab3 05-Oct-2013 John Marino <draco@marino.st>

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

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.

show more ...


# 69e0f06d 19-Oct-2009 Simon Schubert <corecode@dragonflybsd.org>

gdb: add our changes