Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-12-06 | Try to prevent infinite backtraces. | Mark Kettenis | |
2005-12-04 | amd64 threads support. | Mark Kettenis | |
2005-12-03 | i386 threads support. | Mark Kettenis | |
2005-12-03 | Threads support. | Mark Kettenis | |
2005-11-26 | Cut arm over to inf-ptrace.c, making fork following work. | Mark Kettenis | |
tested by todd@ | |||
2005-11-25 | Cut alpha over to inf-ptrace.c, making fork following work. | Mark Kettenis | |
tested by miod@ | |||
2005-11-25 | Cut hppa over to inf-ptrace.c, making fork following work. | Mark Kettenis | |
tested by miod@. | |||
2005-11-21 | Cut m68k over to inf-ptrace.c, making fork following work. | Mark Kettenis | |
2005-11-20 | Cut powerpc over to inf-ptrace.c, making fork following work. | Mark Kettenis | |
2005-11-17 | Add support for following forks. Backported from the to-be released gdb 6.4. | Mark Kettenis | |
Only works on amd64, i386, m88k, mips64, sparc, sparc64 and vax for now. | |||
2005-11-08 | Fix single step buglet on sparc/sparc64. | Mark Kettenis | |
2005-08-09 | Adjust for new signal trampoline. | Mark Kettenis | |
2005-07-26 | Handle new signal trampoline on i386. | Mark Kettenis | |
2005-07-26 | Read/write from/to I-space instead of D-space. | Mark Kettenis | |
suggested by art@ | |||
2005-07-14 | Add support "target kvm" on powerpc. | Mark Kettenis | |
2005-03-30 | Fix reading sparc coredumps. | Mark Kettenis | |
2005-03-29 | StackGhost support for sparc64. | Mark Kettenis | |
2005-02-27 | Fix backtraces for kernel core dumps. | Mark Kettenis | |
2005-01-05 | Unbreak m88k build. | Mark Kettenis | |
2004-12-27 | Add sgi support. | Mark Kettenis | |
2004-12-27 | Update mips-specific code to gdb-current. | Mark Kettenis | |
2004-12-27 | Don't crash on intermixed 32-bit and 64-bit DWARF sections. | Mark Kettenis | |
2004-12-27 | Add add_setshow_enum_cmd. | Mark Kettenis | |
2004-12-27 | Add back nbsd.mt. | Mark Kettenis | |
2004-12-27 | Resolve conflicts for GDB 6.3. Add local patches. | Mark Kettenis | |
ok deraadt@ | |||
2004-12-27 | GDB 6.3 (excluding .info files) | Mark Kettenis | |
2004-11-04 | Set default OS/ABI to OpenBSD/ELF for all ELF ports. | Mark Kettenis | |
Fixes PR 3922. ok miod@ | |||
2004-11-02 | Merge conflicts, bringing our changes back in: | Miod Vallat | |
- extra $(SHELL) and sugar for make (so that files not mode +x still work) - safer temp file handling - our W^X binary layout changes in ld - OpenBSD policy for library file selection in ld - arm and m88k changes which were not merged in time for official 2.15 - bfd core file handling - a couple typos New for 2.15: - ld(1) and as(1) manpages now generated at build time - binutils/stabs.c reverted to use our in-tree libiberty for now - we still use our VIA C3 crypto code over stock binutils, as it recognizes more instructions - new emulations for OpenBSD on mips64 machines, to help OpenBSD/sgi - relaxed %f# handling in gas on OpenBSD/sparc64 (same as was in 2.14) Tested on all platforms by various people; special thanks to sturm@ and otto@. | |||
2004-08-23 | Shared library support for hppa. | Mark Kettenis | |
ok mickey@ | |||
2004-08-23 | GDB 6.3 (excluding .info files) | Mark Kettenis | |
2004-08-14 | Set default ABI to "OpenBSD ELF" on amd64. | Mark Kettenis | |
ok tedu@ | |||
2004-08-13 | Add sparc64 libkvm kernel memory image debugging support. | Mark Kettenis | |
2004-08-13 | Adjust sigtramp recognition for (not so recent) changes on sparc64. | Mark Kettenis | |
2004-08-08 | Correct handling of union return values on vax. | Mark Kettenis | |
Fix stepping over functions on vax. ok tdeval@ | |||
2004-07-22 | Add vax libkvm kernel memory image debugging support. | Mark Kettenis | |
ok miod@, wow deraadt@ | |||
2004-07-08 | Sync libkvm interface with FSF repository. This adds new "kvm proc" and | Mark Kettenis | |
"kvm pcb" commands. ok deraadt@ | |||
2004-07-06 | Unbreak m68k build. | Mark Kettenis | |
ok miod@ | |||
2004-05-31 | Try to get rid of embedded NUL. | Mark Kettenis | |
ok otto@ | |||
2004-05-30 | Sync with upstream sources; fixes m88k backtrace bug. | Mark Kettenis | |
ok miod@ | |||
2004-05-24 | Add m88k support. | Mark Kettenis | |
ok miod@ | |||
2004-05-24 | GDB 6.3 (excluding .info files) | Mark Kettenis | |
2004-05-23 | Workaround for alpha, which generate a relocation entry for a function pointer | Dale Rahn | |
in the read-only section rather than a PLT reference like all other archs. workaround ok kettenis@ binutils/ld needs to be fixed and workaround removed eventually. | |||
2004-05-22 | Don't install /usr/man/man1/gdb.1 and /usr/man/man1/gdbtui.1. | Mark Kettenis | |
ok deraadt@ | |||
2004-05-21 | Add missing file. | Mark Kettenis | |
2004-05-21 | Remove accidentally added .info file. | Mark Kettenis | |
2004-05-21 | Resolve conflicts for GDB 6.1. Add local patches. | Mark Kettenis | |
ok deraadt@ | |||
2004-05-21 | GDB 6.3 (excluding .info files) | Mark Kettenis | |
2004-05-21 | GDB 6.1 (excluding .info files) | Mark Kettenis | |
2004-05-17 | Resolve merge conflicts, adjust method of W^X handing (.sh files) | Dale Rahn | |
remove testsuites (not useable) remove mmalloc (not part of new binutils). | |||
2004-05-10 | Remove prototype conflicting with new libreadline. | Mark Kettenis | |
ok deraadt@, otto@, pval@ |