summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/binutils/gdb/config (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add minimal support for OpenBSD/powerpc64.kettenis2020-09-302-0/+8
* Allow gdb on m88k to fetch symbols from shared libraries when debuggingmiod2013-05-091-1/+1
* ELF toolchain for m68k, following the SysV/m68k ABI (32-bit types aligned onmiod2013-02-021-2/+1
* Enable shared libraries on m88k platforms.miod2013-01-311-1/+2
* Enable multi-threaded debugging on hppa.kettenis2012-05-041-1/+1
* Minimal threads support for i386.kettenis2012-04-111-1/+1
* Minimal threads support for mips64.kettenis2012-04-091-1/+1
* Minimal threads debug support for powerpc.kettenis2012-04-081-1/+1
* Minimal threads debug support for sparc64.kettenis2012-04-071-0/+6
* Minimal threads debug support; enough to make attach and detach work.kettenis2012-04-061-1/+1
* Handle lazy relocation stubs like Linux does, (but with simplified code sincekettenis2011-05-092-2/+34
* On i386, use PCB_SAVECTX flags to distinguish between state saved by a normalkettenis2007-10-031-1/+1
* Initial stab at OpenBSD/sh support.kettenis2006-11-092-0/+6
* ``target kvm'' support for alpha; ok kettenis@miod2006-07-191-0/+6
* Skip ld.so resolver on sparc too.kettenis2005-12-281-1/+1
* Skip ld.so resolver on sparc64. This makes stepping into functions in sharedkettenis2005-12-281-1/+1
* i386 threads support.kettenis2005-12-032-2/+2
* Cut arm over to inf-ptrace.c, making fork following work.kettenis2005-11-261-3/+2
* Cut alpha over to inf-ptrace.c, making fork following work.kettenis2005-11-251-3/+2
* Cut hppa over to inf-ptrace.c, making fork following work.kettenis2005-11-251-2/+1
* Cut m68k over to inf-ptrace.c, making fork following work.kettenis2005-11-211-2/+2
* Cut powerpc over to inf-ptrace.c, making fork following work.kettenis2005-11-201-2/+1
* Add support "target kvm" on powerpc.kettenis2005-07-141-1/+3
* Unbreak m88k build.kettenis2005-01-051-1/+1
* Add sgi support.kettenis2004-12-272-0/+5
* Resolve conflicts for GDB 6.3. Add local patches.kettenis2004-12-27238-4439/+111
* GDB 6.3 (excluding .info files)kettenis2004-12-27117-362/+382
* Shared library support for hppa.kettenis2004-08-232-1/+30
* Set default ABI to "OpenBSD ELF" on amd64.kettenis2004-08-141-1/+1
* Add sparc64 libkvm kernel memory image debugging support.kettenis2004-08-132-2/+4
* Add vax libkvm kernel memory image debugging support.kettenis2004-07-221-1/+3
* Add m88k support.kettenis2004-05-243-0/+33
* Resolve conflicts for GDB 6.1. Add local patches.kettenis2004-05-21371-17467/+210
* GDB 6.1 (excluding .info files)kettenis2004-05-21368-6767/+8353
* Switch i386 to new binutils, i386 tools now do ELF.drahn2003-04-171-0/+61
* Disable mmalloc on all openbsd systems. It was disabled on some before.drahn2003-03-017-0/+14
* make it compile through the gdb, still needs more work; fgsch@ okmickey2002-10-211-7/+0
* Switch sparc binutils to ELF.art2002-08-111-0/+58
* Fix backtrace support for OpenBSD/powerpc.drahn2002-07-212-0/+31
* Switch powerpc to using new split (aout/elf) link.hdrahn2002-06-071-1/+0
* Support for kcore on alpha.art2002-05-213-2/+6
* enable attaching to a running process on alpha.matthieu2002-05-191-0/+2
* don't duplicate things here, just include xm-obsd.h.fgsch2002-05-181-5/+2
* correct shared libs support in sparc64 gdb; deraadt@ ok.fgsch2002-04-082-1/+14
* use v9a disassembler. no more unknown insn.fgsch2002-04-041-4/+9
* disable mmalloc for sparc64; fgs okderaadt2002-04-031-0/+3
* more stuff adapted from gdb -current.fgsch2002-04-031-1/+6
* don't use a specific file for sparc64 defines, move them to tm-sp64.h.fgsch2002-04-024-33/+14
* move things around so host part can be reused by sparc64.fgsch2002-04-023-2/+6
* unbreak gdb in sparc with my last commit.fgsch2002-04-011-0/+4