History log of /dflybsd-src/contrib/gdb-7/gdb/osabi.c (Results 1 – 11 of 11)
Revision Date Author Comments
# 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 ...


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

Merge branch 'vendor/GDB'


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

Upgrade GDB from 7.4.1 to 7.6.1 on the vendor branch


# f3a963b3 11-May-2012 John Marino <draco@marino.st>

Merge branch 'vendor/GDB'


# a45ae5f8 11-May-2012 John Marino <draco@marino.st>

Upgrade GDB from 7.3 to 7.4.1 on the vendor branch


# 59c5dd3d 01-Sep-2011 John Marino <draco@marino.st>

Merge branch 'vendor/GDB'

Conflicts:
contrib/gdb-7/gdb/charset.c


# c50c785c 31-Aug-2011 John Marino <draco@marino.st>

Import gdb 7.3 into vendor branch


# cf7f2e2d 03-May-2011 John Marino <draco@marino.st>

Upgrade GDB from 7.0 and 7.2 on the vendor branch


# 5796c8dc 19-Oct-2009 Simon Schubert <corecode@dragonflybsd.org>

Import gdb-7.0


# 70cb1f66 07-May-2011 John Marino <draco@marino.st>

Merge branch 'vendor/GDB'

Conflicts:
contrib/gdb-7/gdb/charset.c


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

gdb: add our changes