summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/binutils/gdb
AgeCommit message (Expand)Author
2013-01-05Switch m88k ports to ELF.Miod Vallat
2012-10-02fix weird depend on -liberty, okay miod@.Marc Espie
2012-08-29Add DWARF2 CFI unwinder for hppa.Mark Kettenis
2012-08-29Adjust for changes to "struct reg".Mark Kettenis
2012-07-12On i386 gdb failed to display the stack trace of a kernel core dumpAlexander Bluhm
2012-05-04Enable multi-threaded debugging on hppa.Mark Kettenis
2012-04-18Enable multi-threaded debugging on powerpc.Mark Kettenis
2012-04-17Enable multi-threaded debugging on sparc64.Mark Kettenis
2012-04-13Enable multi-threaded debugging on amd64.Mark Kettenis
2012-04-13Enable multi-threaded debugging on i386.Mark Kettenis
2012-04-13Add support for live debugging of multi-threaded code.Mark Kettenis
2012-04-11Minimal threads support for i386.Mark Kettenis
2012-04-09Minimal threads support for mips64.Mark Kettenis
2012-04-08Minimal threads debug support for powerpc.Mark Kettenis
2012-04-07Minimal threads debug support for sparc64.Mark Kettenis
2012-04-07The wcookie is per-process, not per-thread.Mark Kettenis
2012-04-07Fix previous commit; the function signatures are different for our in-treeMark Kettenis
2012-04-06Minimal threads debug support; enough to make attach and detach work.Mark Kettenis
2011-11-20don't use == when = was intendedJonathan Gray
2011-09-03Fix backtrace across signals on amd64Philip Guenthe
2011-05-09Handle lazy relocation stubs like Linux does, (but with simplified code sinceMark Kettenis
2010-05-02Add support for floating-point registers on OpenBSD/hppa.Mark Kettenis
2009-07-24add compat support to gdb so that it can deal with libpthread with andKurt Miller
2009-07-12remove a semicolon at the end of an if statement, alreadyJonathan Gray
2009-06-06Handle our new ELF core dumps.Mark Kettenis
2009-03-05Teach bfd and gdb about the upcoming ELF core dumps.Mark Kettenis
2009-01-30Turns out we need to look one frame deeper to find the saved return addressMark Kettenis
2008-11-11Enable support for debugging pie programs. Code from Elena Zannoni'sKurt Miller
2008-09-16Terminate printing of auxilliary vector upon reaching the first AT_NULL.Mark Kettenis
2008-09-16Add support for reading ELF auxilliary vectors.Mark Kettenis
2007-11-28fix race: install-all can only be run *after* all is finished, otherwiseMarc Espie
2007-10-03On i386, use PCB_SAVECTX flags to distinguish between state saved by a normalMark Kettenis
2007-08-21Treat Ldatafault_internal as having a trap frame.Mark Kettenis
2007-01-07Make unwinding through kernel trap frames work on sparc64.Mark Kettenis
2006-11-10Convert to use inf-ptrace.c.Mark Kettenis
2006-11-10Handle OpenBSD as well.Mark Kettenis
2006-11-09Initial stab at OpenBSD/sh support.Mark Kettenis
2006-11-09grok sh-*-openbsd*Theo de Raadt
2006-10-06Early bits for a 32-bit SuperH toolchain, currently for little-endianMiod Vallat
2006-09-25Use S_IS* macros insted of masking with S_IF* flags. The latter mayOtto Moerbeek
2006-07-23Do not build & install gdbtui.Mark Kettenis
2006-07-19``target kvm'' support for alpha; ok kettenis@Miod Vallat
2006-05-16Bring over upstream changes that fix backtraces through signal handlers andMark Kettenis
2006-03-26Fix memset(.., ..., 0) bugs that are already fixed upstream.Mark Kettenis
2006-02-26Handle soft interrupt frames too.Mark Kettenis
2005-12-28Skip ld.so resolver on sparc too.Mark Kettenis
2005-12-28Skip ld.so resolver on sparc64. This makes stepping into functions in sharedMark Kettenis
2005-12-28Support for skipping ld.so resolver.Mark Kettenis
2005-12-28Fix single-stepping over system calls on sparc and sparc64.Mark Kettenis
2005-12-22Teach gdb about interrupt frames on i386 too.Mark Kettenis