diff options
author | Vladimir Prus <vladimir@codesourcery.com> | 2008-08-21 15:09:42 +0000 |
---|---|---|
committer | Vladimir Prus <vladimir@codesourcery.com> | 2008-08-21 15:09:42 +0000 |
commit | 80f73d716b037b1ad4f8e8582852887ba1016d1d (patch) | |
tree | 5db75e974091c565c62051e7e553e2436119ce51 /gdb/testsuite/ChangeLog | |
parent | aded6f54f0cb9d9b44d72d06af7b940cdeb1876b (diff) | |
download | gdb-80f73d716b037b1ad4f8e8582852887ba1016d1d.zip gdb-80f73d716b037b1ad4f8e8582852887ba1016d1d.tar.gz gdb-80f73d716b037b1ad4f8e8582852887ba1016d1d.tar.bz2 |
* gdb.mi/mi-nonstop.exp: Fix the check for non-stop
support. Adjust the order of "*running" notifications.
* gdb.mi/non-stop.c: Don't cast from int to void* and
back.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r-- | gdb/testsuite/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index eced702..3d7333f 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,10 @@ +2008-08-21 Vladimir Prus <vladimir@codesourcery.com> + + * gdb.mi/mi-nonstop.exp: Fix the check for non-stop + support. Adjust the order of "*running" notifications. + * gdb.mi/non-stop.c: Don't cast from int to void* and + back. + 2008-08-20 Mark Kettenis <kettenis@gnu.org> * gdb.arch/powerpc-prologue.exp: Code doesn't save %r31 so don't |