Add TestMultipleHits.py
authorPavel Labath <labath@google.com>
Fri, 21 Oct 2016 11:14:04 +0000 (11:14 +0000)
committerPavel Labath <labath@google.com>
Fri, 21 Oct 2016 11:14:04 +0000 (11:14 +0000)
commiteb01a169c23c1cc2f24d3f437a380f7be8cb4268
tree77f47c2ef8629a9e3e6c0d1ca17b42f5859f1ac6
parent84b21835f1ed56eb070d8351a8f98233841be402
Add TestMultipleHits.py

This tests that lldb handles the situation when a single instruction triggers
multiple watchpoint hits. It currently fails on arm due to what appears to be a
lldb-server bug (pr30758).

llvm-svn: 284819
lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/multiple_hits/Makefile [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/multiple_hits/TestMultipleHits.py [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/multiple_hits/main.cpp [new file with mode: 0644]