PR breakpoints/17000: user breakpoint not inserted if software-single-step at same...
authorPedro Alves <palves@redhat.com>
Fri, 30 May 2014 16:21:02 +0000 (17:21 +0100)
committerPedro Alves <palves@redhat.com>
Fri, 30 May 2014 16:21:02 +0000 (17:21 +0100)
commit9ba6657a6b81a02dca9071ec14cbcef970f0ca07
treed907e24dd5824e7d42868413c0a2a5513e916a3d
parent522c09bf63a4b235e6fde07a5e389f2a533cfe0f
PR breakpoints/17000: user breakpoint not inserted if software-single-step at same location - test

GDB gets confused when removing a software single-step breakpoint that
is at the same address as another breakpoint.  Add a kfailed test.

gdb/testsuite/
2014-05-30  Pedro Alves  <palves@redhat.com>

PR breakpoints/17000
* gdb.base/sss-bp-on-user-bp.c: New file.
* gdb.base/sss-bp-on-user-bp.exp: New file.
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/sss-bp-on-user-bp.c [new file with mode: 0644]
gdb/testsuite/gdb.base/sss-bp-on-user-bp.exp [new file with mode: 0644]
This page took 0.027292 seconds and 4 git commands to generate.