| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add minimal support for OpenBSD/powerpc64. |  kettenis | 2020-09-30 | 2 | -0/+8 |
| * | Allow gdb on m88k to fetch symbols from shared libraries when debugging |  miod | 2013-05-09 | 1 | -1/+1 |
| * | ELF toolchain for m68k, following the SysV/m68k ABI (32-bit types aligned on |  miod | 2013-02-02 | 1 | -2/+1 |
| * | Enable shared libraries on m88k platforms. |  miod | 2013-01-31 | 1 | -1/+2 |
| * | Enable multi-threaded debugging on hppa. |  kettenis | 2012-05-04 | 1 | -1/+1 |
| * | Minimal threads support for i386. |  kettenis | 2012-04-11 | 1 | -1/+1 |
| * | Minimal threads support for mips64. |  kettenis | 2012-04-09 | 1 | -1/+1 |
| * | Minimal threads debug support for powerpc. |  kettenis | 2012-04-08 | 1 | -1/+1 |
| * | Minimal threads debug support for sparc64. |  kettenis | 2012-04-07 | 1 | -0/+6 |
| * | Minimal threads debug support; enough to make attach and detach work. |  kettenis | 2012-04-06 | 1 | -1/+1 |
| * | Handle lazy relocation stubs like Linux does, (but with simplified code since |  kettenis | 2011-05-09 | 2 | -2/+34 |
| * | On i386, use PCB_SAVECTX flags to distinguish between state saved by a normal |  kettenis | 2007-10-03 | 1 | -1/+1 |
| * | Initial stab at OpenBSD/sh support. |  kettenis | 2006-11-09 | 2 | -0/+6 |
| * | ``target kvm'' support for alpha; ok kettenis@ |  miod | 2006-07-19 | 1 | -0/+6 |
| * | Skip ld.so resolver on sparc too. |  kettenis | 2005-12-28 | 1 | -1/+1 |
| * | Skip ld.so resolver on sparc64. This makes stepping into functions in shared |  kettenis | 2005-12-28 | 1 | -1/+1 |
| * | i386 threads support. |  kettenis | 2005-12-03 | 2 | -2/+2 |
| * | Cut arm over to inf-ptrace.c, making fork following work. |  kettenis | 2005-11-26 | 1 | -3/+2 |
| * | Cut alpha over to inf-ptrace.c, making fork following work. |  kettenis | 2005-11-25 | 1 | -3/+2 |
| * | Cut hppa over to inf-ptrace.c, making fork following work. |  kettenis | 2005-11-25 | 1 | -2/+1 |
| * | Cut m68k over to inf-ptrace.c, making fork following work. |  kettenis | 2005-11-21 | 1 | -2/+2 |
| * | Cut powerpc over to inf-ptrace.c, making fork following work. |  kettenis | 2005-11-20 | 1 | -2/+1 |
| * | Add support "target kvm" on powerpc. |  kettenis | 2005-07-14 | 1 | -1/+3 |
| * | Unbreak m88k build. |  kettenis | 2005-01-05 | 1 | -1/+1 |
| * | Add sgi support. |  kettenis | 2004-12-27 | 2 | -0/+5 |
| * | Resolve conflicts for GDB 6.3. Add local patches. |  kettenis | 2004-12-27 | 238 | -4439/+111 |
| * | GDB 6.3 (excluding .info files) |  kettenis | 2004-12-27 | 117 | -362/+382 |
| * | Shared library support for hppa. |  kettenis | 2004-08-23 | 2 | -1/+30 |
| * | Set default ABI to "OpenBSD ELF" on amd64. |  kettenis | 2004-08-14 | 1 | -1/+1 |
| * | Add sparc64 libkvm kernel memory image debugging support. |  kettenis | 2004-08-13 | 2 | -2/+4 |
| * | Add vax libkvm kernel memory image debugging support. |  kettenis | 2004-07-22 | 1 | -1/+3 |
| * | Add m88k support. |  kettenis | 2004-05-24 | 3 | -0/+33 |
| * | Resolve conflicts for GDB 6.1. Add local patches. |  kettenis | 2004-05-21 | 371 | -17467/+210 |
| * | GDB 6.1 (excluding .info files) |  kettenis | 2004-05-21 | 368 | -6767/+8353 |
| * | Switch i386 to new binutils, i386 tools now do ELF. |  drahn | 2003-04-17 | 1 | -0/+61 |
| * | Disable mmalloc on all openbsd systems. It was disabled on some before. |  drahn | 2003-03-01 | 7 | -0/+14 |
| * | make it compile through the gdb, still needs more work; fgsch@ ok |  mickey | 2002-10-21 | 1 | -7/+0 |
| * | Switch sparc binutils to ELF. |  art | 2002-08-11 | 1 | -0/+58 |
| * | Fix backtrace support for OpenBSD/powerpc. |  drahn | 2002-07-21 | 2 | -0/+31 |
| * | Switch powerpc to using new split (aout/elf) link.h |  drahn | 2002-06-07 | 1 | -1/+0 |
| * | Support for kcore on alpha. |  art | 2002-05-21 | 3 | -2/+6 |
| * | enable attaching to a running process on alpha. |  matthieu | 2002-05-19 | 1 | -0/+2 |
| * | don't duplicate things here, just include xm-obsd.h. |  fgsch | 2002-05-18 | 1 | -5/+2 |
| * | correct shared libs support in sparc64 gdb; deraadt@ ok. |  fgsch | 2002-04-08 | 2 | -1/+14 |
| * | use v9a disassembler. no more unknown insn. |  fgsch | 2002-04-04 | 1 | -4/+9 |
| * | disable mmalloc for sparc64; fgs ok |  deraadt | 2002-04-03 | 1 | -0/+3 |
| * | more stuff adapted from gdb -current. |  fgsch | 2002-04-03 | 1 | -1/+6 |
| * | don't use a specific file for sparc64 defines, move them to tm-sp64.h. |  fgsch | 2002-04-02 | 4 | -33/+14 |
| * | move things around so host part can be reused by sparc64. |  fgsch | 2002-04-02 | 3 | -2/+6 |
| * | unbreak gdb in sparc with my last commit. |  fgsch | 2002-04-01 | 1 | -0/+4 |