summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/binutils/gdb
AgeCommit message (Expand)Author
2005-11-26Cut arm over to inf-ptrace.c, making fork following work.Mark Kettenis
2005-11-25Cut alpha over to inf-ptrace.c, making fork following work.Mark Kettenis
2005-11-25Cut hppa over to inf-ptrace.c, making fork following work.Mark Kettenis
2005-11-21Cut m68k over to inf-ptrace.c, making fork following work.Mark Kettenis
2005-11-20Cut powerpc over to inf-ptrace.c, making fork following work.Mark Kettenis
2005-11-17Add support for following forks. Backported from the to-be released gdb 6.4.Mark Kettenis
2005-11-08Fix single step buglet on sparc/sparc64.Mark Kettenis
2005-08-09Adjust for new signal trampoline.Mark Kettenis
2005-07-26Handle new signal trampoline on i386.Mark Kettenis
2005-07-26Read/write from/to I-space instead of D-space.Mark Kettenis
2005-07-14Add support "target kvm" on powerpc.Mark Kettenis
2005-03-30Fix reading sparc coredumps.Mark Kettenis
2005-03-29StackGhost support for sparc64.Mark Kettenis
2005-02-27Fix backtraces for kernel core dumps.Mark Kettenis
2005-01-05Unbreak m88k build.Mark Kettenis
2004-12-27Add sgi support.Mark Kettenis
2004-12-27Update mips-specific code to gdb-current.Mark Kettenis
2004-12-27Don't crash on intermixed 32-bit and 64-bit DWARF sections.Mark Kettenis
2004-12-27Add add_setshow_enum_cmd.Mark Kettenis
2004-12-27Add back nbsd.mt.Mark Kettenis
2004-12-27Resolve conflicts for GDB 6.3. Add local patches.Mark Kettenis
2004-12-27GDB 6.3 (excluding .info files)Mark Kettenis
2004-11-04Set default OS/ABI to OpenBSD/ELF for all ELF ports.Mark Kettenis
2004-11-02Merge conflicts, bringing our changes back in:Miod Vallat
2004-08-23Shared library support for hppa.Mark Kettenis
2004-08-23GDB 6.3 (excluding .info files)Mark Kettenis
2004-08-14Set default ABI to "OpenBSD ELF" on amd64.Mark Kettenis
2004-08-13Add sparc64 libkvm kernel memory image debugging support.Mark Kettenis
2004-08-13Adjust sigtramp recognition for (not so recent) changes on sparc64.Mark Kettenis
2004-08-08Correct handling of union return values on vax.Mark Kettenis
2004-07-22Add vax libkvm kernel memory image debugging support.Mark Kettenis
2004-07-08Sync libkvm interface with FSF repository. This adds new "kvm proc" andMark Kettenis
2004-07-06Unbreak m68k build.Mark Kettenis
2004-05-31Try to get rid of embedded NUL.Mark Kettenis
2004-05-30Sync with upstream sources; fixes m88k backtrace bug.Mark Kettenis
2004-05-24Add m88k support.Mark Kettenis
2004-05-24GDB 6.3 (excluding .info files)Mark Kettenis
2004-05-23Workaround for alpha, which generate a relocation entry for a function pointerDale Rahn
2004-05-22Don't install /usr/man/man1/gdb.1 and /usr/man/man1/gdbtui.1.Mark Kettenis
2004-05-21Add missing file.Mark Kettenis
2004-05-21Remove accidentally added .info file.Mark Kettenis
2004-05-21Resolve conflicts for GDB 6.1. Add local patches.Mark Kettenis
2004-05-21GDB 6.3 (excluding .info files)Mark Kettenis
2004-05-21GDB 6.1 (excluding .info files)Mark Kettenis
2004-05-17Resolve merge conflicts, adjust method of W^X handing (.sh files)Dale Rahn
2004-05-10Remove prototype conflicting with new libreadline.Mark Kettenis
2004-01-14Sync with mvme88k struct trapframe changes.Miod Vallat
2004-01-08long vs time_t workarounds without changing the API; spotted by pval, ok fgschTheo de Raadt
2003-11-06Teach gdb about the existence of SIGINFO. Fixes PR 3173.Otto Moerbeek
2003-08-06backport a fix from current gdb to fix a crash when using set enumTed Unangst