CVS commit: src/gnu/dist/gdb6/gdb

2012-03-02 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Mar 2 16:38:21 UTC 2012 Modified Files: src/gnu/dist/gdb6/gdb: mips-tdep.h mipsnbsd-nat.c src/gnu/dist/gdb6/gdb/config/mips: nbsd.mh Log Message: target kvm support for mips To generate a diff of this commit: cvs rdif

CVS commit: src/gnu/dist/gdb6/gdb

2011-07-11 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Jul 11 18:47:01 UTC 2011 Modified Files: src/gnu/dist/gdb6/gdb: breakpoint.c Log Message: replace "(CORE_ADDR) (uintptr_t) NULL" by a simple "0" - avoids the dance with HAVE_STDINT_H and fixes the tool build for me. Idea from

CVS commit: src/gnu/dist/gdb6/gdb

2011-07-03 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jul 3 15:26:06 UTC 2011 Modified Files: src/gnu/dist/gdb6/gdb: breakpoint.c Log Message: apply some (uintptr_t) between pointers, ints and other casts. To generate a diff of this commit: cvs rdiff -u -r1.1.1.2 -r1.2 src/gnu/di

CVS commit: src/gnu/dist/gdb6/gdb/tui

2011-05-23 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon May 23 22:30:14 UTC 2011 Modified Files: src/gnu/dist/gdb6/gdb/tui: tui-stack.c Log Message: Fix cast To generate a diff of this commit: cvs rdiff -u -r1.1.1.2 -r1.2 src/gnu/dist/gdb6/gdb/tui/tui-stack.c Please note that dif

CVS commit: src/gnu/dist/gdb6/gdb

2011-05-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun May 15 16:16:08 UTC 2011 Modified Files: src/gnu/dist/gdb6/gdb: amd64nbsd-nat.c amd64nbsd-tdep.c Log Message: include headers to get proper prototypes visible. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 sr

CVS commit: src/gnu/dist/gdb6/gdb

2011-03-10 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Mar 10 10:06:33 UTC 2011 Modified Files: src/gnu/dist/gdb6/gdb: hppa-tdep.c Log Message: Rename some registers to reflect reality. To generate a diff of this commit: cvs rdiff -u -r1.1.1.2 -r1.2 src/gnu/dist/gdb6/gdb/hppa-tde

CVS commit: src/gnu/dist/gdb6/gdb

2011-03-03 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Mar 3 09:43:27 UTC 2011 Modified Files: src/gnu/dist/gdb6/gdb: hppanbsd-tdep.c Log Message: Provide more regsiters including CR27. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/gnu/dist/gdb6/gdb/hppanbsd-td

CVS commit: src/gnu/dist/gdb6/gdb

2011-02-03 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Fri Feb 4 00:05:29 UTC 2011 Modified Files: src/gnu/dist/gdb6/gdb: shnbsd-tdep.c Log Message: Branch with delay slot executes delay slot even if branch is not taken, so adjust next_pc logic accordingly. Fixes SIGILL (breakpoint's "

CVS commit: src/gnu/dist/gdb6/gdb

2011-01-17 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Jan 18 01:28:19 UTC 2011 Modified Files: src/gnu/dist/gdb6/gdb: ppcnbsd-nat.c Log Message: Change to reflect switchframe/callframe changes. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/gnu/dist/gdb6/gdb/ppcn

CVS commit: src/gnu/dist/gdb6/gdb/config/i386

2010-12-24 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Fri Dec 24 14:46:03 UTC 2010 Modified Files: src/gnu/dist/gdb6/gdb/config/i386: nbsd64.mt Log Message: Add support for 32bit (i386) binaries on amd64. To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 src/gnu/dist/g

CVS commit: src/gnu/dist/gdb6/gdb

2010-08-20 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Aug 20 15:34:14 UTC 2010 Modified Files: src/gnu/dist/gdb6/gdb: inf-ptrace.c Log Message: PT_STEP historically ignores the argument. Indepent of whether this behavior will be restored, pass down 0 for now to unbreak single step