| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Turns out we need to look one frame deeper to find the saved return address |  kettenis | 2009-01-30 | 1 | -2/+4 |
| * | Enable support for debugging pie programs. Code from Elena Zannoni's |  kurt | 2008-11-11 | 12 | -50/+285 |
| * | Terminate printing of auxilliary vector upon reaching the first AT_NULL. |  kettenis | 2008-09-16 | 1 | -0/+2 |
| * | Add support for reading ELF auxilliary vectors. |  kettenis | 2008-09-16 | 2 | -6/+24 |
| * | fix race: install-all can only be run *after* all is finished, otherwise |  espie | 2007-11-28 | 1 | -1/+3 |
| * | On i386, use PCB_SAVECTX flags to distinguish between state saved by a normal |  kettenis | 2007-10-03 | 2 | -2/+73 |
| * | Treat Ldatafault_internal as having a trap frame. |  kettenis | 2007-08-21 | 1 | -1/+2 |
| * | Make unwinding through kernel trap frames work on sparc64. |  kettenis | 2007-01-07 | 4 | -8/+112 |
| * | Convert to use inf-ptrace.c. |  kettenis | 2006-11-10 | 2 | -8/+23 |
| * | Handle OpenBSD as well. |  kettenis | 2006-11-10 | 1 | -0/+2 |
| * | Initial stab at OpenBSD/sh support. |  kettenis | 2006-11-09 | 4 | -1/+8 |
| * | grok sh-*-openbsd* |  deraadt | 2006-11-09 | 1 | -0/+1 |
| * | Early bits for a 32-bit SuperH toolchain, currently for little-endian |  miod | 2006-10-06 | 2 | -1/+15 |
| * | Use S_IS* macros insted of masking with S_IF* flags. The latter may |  otto | 2006-09-25 | 1 | -3/+3 |
| * | Do not build & install gdbtui. |  kettenis | 2006-07-23 | 1 | -4/+4 |
| * | ``target kvm'' support for alpha; ok kettenis@ |  miod | 2006-07-19 | 3 | -1/+42 |
| * | Bring over upstream changes that fix backtraces through signal handlers and |  kettenis | 2006-05-16 | 4 | -19/+276 |
| * | Fix memset(.., ..., 0) bugs that are already fixed upstream. |  kettenis | 2006-03-26 | 2 | -4/+4 |
| * | Handle soft interrupt frames too. |  kettenis | 2006-02-26 | 1 | -3/+4 |
| * | Skip ld.so resolver on sparc too. |  kettenis | 2005-12-28 | 3 | -4/+7 |
| * | Skip ld.so resolver on sparc64. This makes stepping into functions in shared |  kettenis | 2005-12-28 | 2 | -3/+4 |
| * | Support for skipping ld.so resolver. |  kettenis | 2005-12-28 | 3 | -0/+69 |
| * | Fix single-stepping over system calls on sparc and sparc64. |  kettenis | 2005-12-28 | 1 | -1/+20 |
| * | Teach gdb about interrupt frames on i386 too. |  kettenis | 2005-12-22 | 1 | -21/+34 |
| * | Teach gdb how to unwind amd64 kernel trap frames. |  kettenis | 2005-12-22 | 2 | -5/+118 |
| * | Teach gdb how to unwind i386 kernel trap frames. |  kettenis | 2005-12-21 | 3 | -6/+128 |
| * | Try to prevent infinite backtraces. |  kettenis | 2005-12-06 | 1 | -0/+12 |
| * | amd64 threads support. |  kettenis | 2005-12-04 | 2 | -24/+150 |
| * | i386 threads support. |  kettenis | 2005-12-03 | 3 | -2/+121 |
| * | Threads support. |  kettenis | 2005-12-03 | 8 | -22/+620 |
| * | Cut arm over to inf-ptrace.c, making fork following work. |  kettenis | 2005-11-26 | 2 | -28/+33 |
| * | Cut alpha over to inf-ptrace.c, making fork following work. |  kettenis | 2005-11-25 | 2 | -14/+28 |
| * | Cut hppa over to inf-ptrace.c, making fork following work. |  kettenis | 2005-11-25 | 2 | -10/+26 |
| * | Cut m68k over to inf-ptrace.c, making fork following work. |  kettenis | 2005-11-21 | 2 | -12/+20 |
| * | Cut powerpc over to inf-ptrace.c, making fork following work. |  kettenis | 2005-11-20 | 2 | -10/+18 |
| * | Add support for following forks. Backported from the to-be released gdb 6.4. |  kettenis | 2005-11-17 | 1 | -355/+450 |
| * | Fix single step buglet on sparc/sparc64. |  kettenis | 2005-11-08 | 1 | -5/+6 |
| * | Adjust for new signal trampoline. |  kettenis | 2005-08-09 | 1 | -1/+1 |
| * | Handle new signal trampoline on i386. |  kettenis | 2005-07-26 | 1 | -15/+21 |
| * | Read/write from/to I-space instead of D-space. |  kettenis | 2005-07-26 | 1 | -1/+1 |
| * | Add support "target kvm" on powerpc. |  kettenis | 2005-07-14 | 2 | -1/+48 |
| * | Fix reading sparc coredumps. |  kettenis | 2005-03-30 | 3 | -7/+6 |
| * | StackGhost support for sparc64. |  kettenis | 2005-03-29 | 4 | -0/+77 |
| * | Fix backtraces for kernel core dumps. |  kettenis | 2005-02-27 | 1 | -5/+19 |
| * | Unbreak m88k build. |  kettenis | 2005-01-05 | 1 | -1/+1 |
| * | Add sgi support. |  kettenis | 2004-12-27 | 6 | -0/+293 |
| * | Update mips-specific code to gdb-current. |  kettenis | 2004-12-27 | 2 | -1246/+192 |
| * | Don't crash on intermixed 32-bit and 64-bit DWARF sections. |  kettenis | 2004-12-27 | 1 | -85/+90 |
| * | Add add_setshow_enum_cmd. |  kettenis | 2004-12-27 | 2 | -0/+40 |
| * | Resolve conflicts for GDB 6.3. Add local patches. |  kettenis | 2004-12-27 | 510 | -27084/+29618 |