OSDN Git Service

2012-01-05 Khoo Yit Phang <khooyp@cs.umd.edu>
authorpalves <palves>
Thu, 5 Jan 2012 13:11:29 +0000 (13:11 +0000)
committerpalves <palves>
Thu, 5 Jan 2012 13:11:29 +0000 (13:11 +0000)
commit475828566aa7e67b72ebb5d929983c3fc4dc2408
tree12b6e3121ca58f811587f8e39707a1e8d6da6202
parentf14ea3d2e97238b40247c041174e8e4af790a580
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