diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2012-07-26 19:09:35 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2012-07-26 19:09:35 +0000 |
commit | f66713d24ad2c0a2e3d0e480119716f6d75a837e (patch) | |
tree | cbb5467f0238ff6228fee5e1138031f2bec8509c /gdb/testsuite/ChangeLog | |
parent | 8223e12c0883caa58d81f5ff6b7f1a17c7a53120 (diff) | |
download | gdb-f66713d24ad2c0a2e3d0e480119716f6d75a837e.zip gdb-f66713d24ad2c0a2e3d0e480119716f6d75a837e.tar.gz gdb-f66713d24ad2c0a2e3d0e480119716f6d75a837e.tar.bz2 |
gdb/
* python/py-inferior.c (infpy_threads): Call update_thread_list ().
gdb/testsuite/
* gdb.python/py-inferior.c (thread): New function.
(check_threads): New function.
(test_threads): New function.
* gdb.python/py-inferior.exp: Added test.
Replaced runto with continue to breakpoint.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r-- | gdb/testsuite/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 0c11c2b..ba48b8d 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,11 @@ +2012-07-26 Markus Metzger <markus.t.metzger@intel.com> + + * gdb.python/py-inferior.c (thread): New function. + (check_threads): New function. + (test_threads): New function. + * gdb.python/py-inferior.exp: Added test. + Replaced runto with continue to breakpoint. + 2012-07-26 Tom Tromey <tromey@redhat.com> * lib/ada.exp (standard_ada_testfile): New proc. |