Age | Commit message (Collapse) | Author | |
---|---|---|---|
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@ | |||
2004-01-14 | Sync with mvme88k struct trapframe changes. | Miod Vallat | |
Not pushed upstream, ELF toolchain is in the pipeline and coming soon... | |||
2004-01-08 | long vs time_t workarounds without changing the API; spotted by pval, ok fgsch | Theo de Raadt | |
2003-11-06 | Teach gdb about the existence of SIGINFO. Fixes PR 3173. | Otto Moerbeek | |
"Works for me" todd@ ok mickey@ fgsch@ | |||
2003-08-06 | backport a fix from current gdb to fix a crash when using set enum | Ted Unangst | |
without an argument. problem reported by adrian at coresecurity.com ok millert@ | |||
2003-04-17 | Switch i386 to new binutils, i386 tools now do ELF. | Dale Rahn | |
RODATA_* align macros to preserve current behavior on other archs and allow for 1G sep between beginning of exe and beginning of data DARPA funded work. | |||
2003-03-01 | Disable mmalloc on all openbsd systems. It was disabled on some before. | Dale Rahn | |
ok miod@ pvalchev@ | |||
2003-01-06 | syncronous -> synchronous | Miod Vallat | |
2002-12-09 | From Andrushock, s/sucess/success/g | Todd C. Miller | |
2002-11-06 | Fix obnoxious makeinfo warnings during build. | Miod Vallat | |
2002-10-21 | make it compile through the gdb, still needs more work; fgsch@ ok | Michael Shalayeff | |
2002-08-11 | Switch sparc binutils to ELF. | Artur Grabowski | |
XXX - we might want to improve the version selection logic when feeding those diffs back to FSF, but we can't do that until we bump our version to OpenBSD 3.2 because then the tree wouldn't build. | |||
2002-08-08 | bah, use mode 0 here. | Federico G. Schwindt | |
2002-08-08 | Add missing mode argument to open(2); noticed by | Federico G. Schwindt | |
Grudge Mason <grudge_mason@hotmail.com>. Note that this code is not compiled in. | |||
2002-07-21 | Fix backtrace support for OpenBSD/powerpc. | Dale Rahn | |
This was done in a *BSD independant mode. Look at this again for gdb 5.x | |||
2002-06-07 | Switch powerpc to using new split (aout/elf) link.h | Dale Rahn | |
2002-05-28 | Fix *.texinfo warnings in gnu/. | Mike Pechkin | |
espie@ request and OK | |||
2002-05-21 | Support for kcore on alpha. | Artur Grabowski | |
Based on a diff from Mattias Amnefelt <mattiasa at e.kth.se>, which was in turn based on code in NetBSD, but I rewrote all the relevant pieces to have less alignment errors and follow gdb code style. fgs@ ok. | |||
2002-05-19 | enable attaching to a running process on alpha. | Matthieu Herrb | |
ok millert@ | |||
2002-05-18 | don't duplicate things here, just include xm-obsd.h. | Federico G. Schwindt | |
fixes warnings found by deraadt@. tested by miod@ | |||
2002-04-08 | correct shared libs support in sparc64 gdb; deraadt@ ok. | Federico G. Schwindt | |
2002-04-04 | use v9a disassembler. no more unknown insn. | Federico G. Schwindt | |
2002-04-04 | more changes from gdb-current. allows bt to work correctly; deraadt@ ok. | Federico G. Schwindt | |
2002-04-03 | disable mmalloc for sparc64; fgs ok | Theo de Raadt | |
2002-04-03 | more stuff adapted from gdb -current. | Federico G. Schwindt | |