summaryrefslogtreecommitdiff
path: root/gnu/dist/gdb6
AgeCommit message (Expand)Author
2010-03-01Use HUGE_VAL on VAX as INFINITY requires a warning according to ISO C99joerg
2010-02-22Fix check for old trap frame layout.dsl
2009-12-15Fix parallel build. Analyzed & patch provided by enami@, thanks!uebayasi
2009-11-27Lookup lwp0.l_addr instead of proc0paddr to locate PCB.enami
2009-11-26Don't build sh64 code even if BFD64 as suggested by uwe@ (privately). Weuebayasi
2009-07-13Remove incorrect semicolon at the end of an if-statement.wiz
2008-10-27Teach gdb about reg::r_gbr. From mjf@uwe
2008-08-27shnbsd_software_single_step: There's no need to write back next_pc anduwe
2008-04-09Apply fix from binutils-current so that sparc gdb can be cross builtskrll
2008-03-17#include "nbsd-nat.h"skrll
2008-03-17Add nbsd_pid_to_exec_file to target ops.skrll
2008-03-15strcmp doesn't taken a length argument.skrll
2008-03-14Pull in some updates for NetBSD/sh gdb from wrstuden-fixsa.skrll
2008-03-13Modernise NetBSD/alpha gdb - taken from gdb-current.skrll
2008-02-09Catch up with kernel frames on amd64.skrll
2008-02-02PR/37932: Yakovetsky Vladimir: build distribution with USE_FORT failschristos
2008-01-25Update some comments.skrll
2008-01-18Catch up with changes so that kernel frame unwinding works again.skrll
2008-01-13Add bsd-kvm.o.skrll
2008-01-13Add AMD64_R9_REGNUM through AMD64_R14_REGNUM.dsl
2008-01-12Add NetBSD/arm32 kvm support.skrll
2008-01-10Add NetBSD/hppa support to gdb.skrll
2007-12-04Improve signal trampoline support by recognising trampolines from previousskrll
2007-11-18First cut at hppa gdb support. Not enabled yet.skrll
2007-06-03Search for void * as the type of the 3rd argument of ptrace.skrll
2007-05-25amd64nbsd_supply_pcb: as dumpsys() was changed to prepare switchframe,yamt
2007-05-15Add LOADLIBES= -lkvm - it's needed when someone(tm) feeds this upstream.skrll
2007-05-15target kvm support for amd64fvdl
2007-02-26Pass the LWP of the ptid in PT_{GET,SET}REGS calls.skrll
2007-02-24Pass the LWP of the ptid in PT_{GET,SET}REGS calls.skrll
2007-02-24Whitespaceskrll
2007-02-24Applies the changes made in gdb 5.3 to support pthread debugging.skrll
2007-02-19bring over local mods from gdb5:chs
2007-01-20Correct a comment.skrll
2007-01-18Apply an iffy heuristic to detect a valid switchframe on the stack andskrll
2007-01-12Deal with lex and yacc generated files for gdb in the same way as gcc.skrll
2006-12-07Update code for recognition of signal trampolines to the new "setcontext"drochner
2006-12-06Add a pid to filename conversion routine for all non-i386 platforms andskrll
2006-12-02Do not include sh64 support into sh*-netbsdelf* targets unlessuwe
2006-12-02Hide sh5 stuff under #ifdef BFD64, so that we can build with 32-bituwe
2006-12-02- add kernel frame unwinding support (copied from i386obsd-tdep.c)christos
2006-11-26fetch kcore registers correctly.christos
2006-11-25Provide a nbsd_pid_to_exec_file to assist with attach in a similar wayskrll
2006-11-25"Regenerate" by propagating configure.ac chanages:uwe
2006-11-25Recognize sh64*- and sh*- targets instead of just sh64- and sh- touwe
2006-10-31Changed error message of ENOPROTOOPT to "Protocol option not available".cbiere
2006-10-14Use ADDR_BITS_REMOVE on return addresses pulled from stack frames unbjh21
2006-09-29Use ${HOST_SH} instead of the host system's /bin/sh wherever possible:apb
2006-09-29Use ${HOST_SH} instead of the host system's /bin/sh wherever possible:apb
2006-07-10include <string.h> if availableross