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