diff options
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/NEWS | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 883d507..5b61464 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2008-05-09 Ulrich Weigand <uweigand@de.ibm.com> + + * NEWS: Mention gdbserver bi-arch capability. + 2008-05-09 Doug Evans <dje@google.com> New "find" command. @@ -38,6 +38,10 @@ have also been fixed. - The "--wrapper" command-line argument tells gdbserver to use a wrapper program to launch programs for debugging. + - On PowerPC and S/390 targets, it is now possible to use a single + gdbserver executable to debug both 32-bit and 64-bit programs. + (This requires gdbserver itself to be built as a 64-bit executable.) + * New commands find [/size-char] [/max-count] start-address, end-address|+search-space-size, |