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


# 7f357fef 01-Jan-2012 John Marino <dragonflybsd@marino.st>

kgdb: Fix double-free bug

It was a mistake to reuse target sections for each inferior. Leaving the
default section for each program space eliminates the redundant xfrees.
The exec.c function "resiz

kgdb: Fix double-free bug

It was a mistake to reuse target sections for each inferior. Leaving the
default section for each program space eliminates the redundant xfrees.
The exec.c function "resize_table_sections" code was painful to look at with
unused variables and unnecessary memory reallocations, so it was altered
at the same time.

show more ...


# 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