]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/testsuite/ChangeLog
2012-01-05 Khoo Yit Phang <khooyp@cs.umd.edu>
authorPedro Alves <palves@redhat.com>
Thu, 5 Jan 2012 13:11:31 +0000 (13:11 +0000)
committerPedro Alves <palves@redhat.com>
Thu, 5 Jan 2012 13:11:31 +0000 (13:11 +0000)
commit2ca0b532fd230a6d5b2465105010e51baa51f44b
treef69f1f2a43a24157770bbcec491914ab6a5af536
parent50aeff07f4ff130053310127b1522b3c7f15a230
2012-01-05  Khoo Yit Phang  <khooyp@cs.umd.edu>

* infrun.c (normal_stop): Don't skip calling the normal_stop
observers if the thread was doing a multi-step, but stopped for
some reason other than stepping.

gdb/testsuite/
2012-01-05  Pedro Alves  <alves.ped@gmail.com>

* gdb.mi/mi-stepn.c, gdb.mi/mi-stepn.exp: New files.
* gdb.python/py-events.c (first): Add bits for new "step N" test.
* gdb.python/py-events.exp: Test that "step N" tripping on a
breakpoint emits a breakpoint event.
gdb/ChangeLog
gdb/infrun.c
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.mi/mi-stepn.c [new file with mode: 0644]
gdb/testsuite/gdb.mi/mi-stepn.exp [new file with mode: 0644]
gdb/testsuite/gdb.python/py-events.c
gdb/testsuite/gdb.python/py-events.exp