summaryrefslogtreecommitdiff
path: root/gdb/gdbinit.in
Commit message (Collapse)AuthorAgeFilesLines
* 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain2004-01-201-1/+0
| | | | | | | | | | | | | | | | | | | | | * MAINTAINERS: Delete mmalloc. * Makefile.in: Delete MMALLOC, MMALLOC_CFLAGS, -lmmalloc, mmalloc_h. * NEWS: Mention removal of --with-malloc. * acconfig.h: Delete USE_MMALLOC, MMCHECK_FORCE. * config.in: Regenerate. * configure: Regenerate. * configure.in: Delete MMALLOC_CFLAGS, MMALLOC, --with-mmalloc, USE_MMALLOC, MMCHECK_FORCE. * gdbinit.in: Remove mmalloc. * utils.c: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, malloc_botch. * config/alpha/alpha-linux.mh: Delete MMALLOC, MMALLOC_CFLAGS. * config/i386/go32.mh: Likewise. * config/i386/interix.mh: Likewise. * config/powerpc/xm-linux.h: Delete MMAP_BASE_ADDRESS, MMAP_INCREMENT. 2004-01-19 Michael Chastain <mec.gnu@mindspring.com> * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, MMAP_BASE_ADDRESS, MMAP_INCREMENT.
* Patch from David Carlton <carlton@math.stanford.edu>:Jim Blandy2002-07-301-2/+2
| | | | | | * gdbinit.in: Move the `dir' commands that add GDB's own source directory to the search path to the end, so that the `gdb' source directory will be searched first.
* import gdb-1999-08-16 snapshotJason Molenda1999-08-161-1/+1
|
* Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1999-04-161-0/+18
|
* Initial creation of sourceware repositoryStan Shebs1999-04-161-18/+0
|
* * gdbinit.in: New file.Ian Lance Taylor1997-03-311-0/+18
* .gdbinit: Remove. * configure.in: Generate .gdbinit from gdbinit.in. * configure: Rebuild.