New test for llvm.org/pr23478
authorTamas Berghammer <tberghammer@google.com>
Mon, 11 May 2015 14:42:09 +0000 (14:42 +0000)
committerTamas Berghammer <tberghammer@google.com>
Mon, 11 May 2015 14:42:09 +0000 (14:42 +0000)
commit8841b0329034ec81c3db0344b903a305b9710a09
tree94e4073c65675f8f5be36fa965d482a845967586
parent416b127456f4707236448677d8aece70e84b8884
New test for llvm.org/pr23478

When there is two brekapoint on two consecutive instruction then
the second breakpoint is ignored by lldb. This test check for the
correct behaviour in this scenario.

Differential revision: http://reviews.llvm.org/D9661

llvm-svn: 236997
lldb/test/functionalities/breakpoint/consecutive_breakpoins/Makefile [new file with mode: 0644]
lldb/test/functionalities/breakpoint/consecutive_breakpoins/TestConsecutiveBreakpoints.py [new file with mode: 0644]
lldb/test/functionalities/breakpoint/consecutive_breakpoins/main.cpp [new file with mode: 0644]