| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Add support for stac/clac instructions to manipulate the flag |  jsg | 2012-10-18 | 4 | -3/+18 |
| * | fix weird depend on -liberty, okay miod@. |  espie | 2012-10-02 | 1 | -1/+2 |
| * | disassemble the rdrand instruction on i386/amd64 |  naddy | 2012-09-07 | 1 | -1/+1 |
| * | Teach as(1) about rdrand on i386/amd64. |  kettenis | 2012-09-03 | 2 | -1/+5 |
| * | Add a DT_DEBUG tag to PIEs as well. |  kettenis | 2012-08-31 | 1 | -1/+1 |
| * | Add DWARF2 CFI unwinder for hppa. |  kettenis | 2012-08-29 | 1 | -0/+15 |
| * | Adjust for changes to "struct reg". |  kettenis | 2012-08-29 | 3 | -11/+84 |
| * | Add support for PIE-by-default in both ld and gcc. This is a completely |  pascal | 2012-08-28 | 3 | -1/+27 |
| * | Work around -Wbounded warning by using sizeof(x_fname), not FILNMLEN. The |  pascal | 2012-08-28 | 1 | -2/+4 |
| * | Add support for .openbsd.randomdata sections and PT_OPENBSD_RANDOMIZE |  matthew | 2012-08-20 | 4 | -1/+41 |
| * | On i386 gdb failed to display the stack trace of a kernel core dump |  bluhm | 2012-07-12 | 1 | -0/+5 |
| * | Enable multi-threaded debugging on hppa. |  kettenis | 2012-05-04 | 2 | -13/+27 |
| * | Enable multi-threaded debugging on powerpc. |  kettenis | 2012-04-18 | 1 | -0/+1 |
| * | Enable multi-threaded debugging on sparc64. |  kettenis | 2012-04-17 | 1 | -0/+1 |
| * | Enable multi-threaded debugging on amd64. |  kettenis | 2012-04-13 | 1 | -0/+1 |
| * | Enable multi-threaded debugging on i386. |  kettenis | 2012-04-13 | 1 | -0/+1 |
| * | Add support for live debugging of multi-threaded code. |  kettenis | 2012-04-13 | 2 | -0/+93 |
| * | Don't munge PID and TID together, since the way GDB displays them isn't very |  kettenis | 2012-04-12 | 1 | -2/+7 |
| * | Minimal threads support for i386. |  kettenis | 2012-04-11 | 3 | -23/+35 |
| * | Minimal threads support for mips64. |  kettenis | 2012-04-09 | 2 | -7/+21 |
| * | Minimal threads debug support for powerpc. |  kettenis | 2012-04-08 | 2 | -13/+24 |
| * | Minimal threads debug support for sparc64. |  kettenis | 2012-04-07 | 3 | -1/+172 |
| * | The wcookie is per-process, not per-thread. |  kettenis | 2012-04-07 | 1 | -5/+1 |
| * | Fix previous commit; the function signatures are different for our in-tree |  kettenis | 2012-04-07 | 2 | -6/+6 |
| * | Minimal threads debug support; enough to make attach and detach work. |  kettenis | 2012-04-06 | 5 | -15/+130 |
| * | Add ecoff as possible targets for the mips ports, to be able to muild |  miod | 2012-03-29 | 1 | -2/+2 |
| * | Teach as(4) about cmpxchg16b on amd64. |  kettenis | 2012-01-05 | 1 | -0/+1 |
| * | Properly recognize threads in OpenBSD core dumps. |  kettenis | 2011-12-31 | 1 | -0/+5 |
| * | don't use == when = was intended |  jsg | 2011-11-20 | 1 | -1/+1 |
| * | Always install addr2line(1), objcopy(1), and readelf(1), even on |  schwarze | 2011-10-30 | 1 | -6/+6 |
| * | Fix backtrace across signals on amd64 |  guenther | 2011-09-03 | 1 | -1/+1 |
| * | Replace a comment asking for a particular order to build stuff in |  schwarze | 2011-07-06 | 1 | -4/+6 |
| * | Handle lazy relocation stubs like Linux does, (but with simplified code since |  kettenis | 2011-05-09 | 3 | -2/+107 |
| * | Fix handling of hidden symbols on hppa. Patch from upstream (Alan Modra). |  kettenis | 2010-07-19 | 1 | -1/+1 |
| * | Exit strip(1) with an error, if an objfile could not be read. |  mpf | 2010-07-16 | 1 | -1/+4 |
| * | Add support for Intel AES-NI and the CLMUL_ instructions, plus a few others |  thib | 2010-06-11 | 4 | -6/+160 |
| * | Make sure references to hidden symbols are resolved locally and don't go |  kettenis | 2010-05-24 | 1 | -1/+5 |
| * | expand lvalue macro and remove an unnecessary and illegal cast in |  naddy | 2010-05-08 | 1 | -1/+1 |
| * | Some fixes from upstream to make this compile with gcc4. |  kettenis | 2010-05-08 | 2 | -20/+16 |
| * | Add support for floating-point registers on OpenBSD/hppa. |  kettenis | 2010-05-02 | 2 | -1/+96 |
| * | Backport fix of negative bignums from binutils 2.16: |  kettenis | 2010-03-18 | 1 | -0/+29 |
| * | Add a new option to the mips64 gas, -mfix-loongson2f-btb. This option |  miod | 2010-02-03 | 4 | -2/+94 |
| * | Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependent |  miod | 2010-02-03 | 1 | -2/+2 |
| * | Do not access s[strlen(s) - 1] without checking first that s is not an |  miod | 2009-08-09 | 1 | -1/+1 |
| * | add compat support to gdb so that it can deal with libpthread with and |  kurt | 2009-07-24 | 4 | -16/+36 |
| * | remove a semicolon at the end of an if statement, already |  jsg | 2009-07-12 | 1 | -1/+1 |
| * | Handle our new ELF core dumps. |  kettenis | 2009-06-06 | 1 | -1/+31 |
| * | Provide more dependencies for binutils to build with make -j on a.out |  miod | 2009-03-09 | 1 | -1/+3 |
| * | Teach bfd and gdb about the upcoming ELF core dumps. |  kettenis | 2009-03-05 | 4 | -4/+95 |
| * | Turns out we need to look one frame deeper to find the saved return address |  kettenis | 2009-01-30 | 1 | -2/+4 |