aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/gdb/arch/alpha
Commit message (Collapse)AuthorAgeFilesLines
* Remove alpha-specific stuff.Ruslan Ermilov2006-08-233-794/+0
| | | | | | | Approved by: marcel Notes: svn path=/head/; revision=161548
* Source changes to allow building a cross-debugger. Move solib.c andMarcel Moolenaar2004-12-053-1/+7
| | | | | | | | | | | solib-svr4.c to the MD makefiles because they are native files for alpha and sparc64, but target files for amd64, i386 and ia64. Note that kgdb(1) does not yet build as a cross-debugger due to libkvm. Notes: svn path=/head/; revision=138383
* Makefile (only) changes to allow building a cross debugger.Marcel Moolenaar2004-11-301-2/+4
| | | | Notes: svn path=/head/; revision=138215
* Update config.h to account for the prgregset_t and psaddr_t typesMarcel Moolenaar2004-07-161-2/+2
| | | | | | | | | that have been added to <sys/procfs.h>. This change has no effect because the source file that would be affected is not compiled on FreeBSD. Hence, this is for completeness only. Notes: svn path=/head/; revision=132238
* Add bmake glue for gdb 6.1.1. Supports alpha, amd64, i386, ia64Marcel Moolenaar2004-06-253-0/+786
and sparc64. Note that the debugger doesn't support threading, nor kernel debugging yet. Notes: svn path=/head/; revision=131087