GDB Objective C patches


Information
Main
Matrox MGA driver
GDB Objective C patches
   Download
GDL2

GDB 4.18 patches

(46159 bytes)
download


Installation instruction

GDB 4.18 distribution

To apply this patch, run the following from the directory containing your 'gdb-4.18' directory:

patch -p -E < gdb-4.18-objc-unoff-000325.patch

FreeBSD 3.4 and 4.x users

To apply this patch to the base system, do the following:

cd /usr/src/contrib/
ln -s gdb gdb-4.18
patch -p -E < gdb-4.18-objc-unoff-000325.patch
rm gdb-4.18
cd /usr/src/gnu/usr.bin/binutils/gdb/

Add at the end of the Makefile XSRCS section: objc-lang.c objc-exp.y


Last Updated Apr 31, 2000 by Mirko Viviani.