Test that software breakpoints aren't visible in disassembly
authorVince Harron <vince@nethacker.com>
Thu, 12 Mar 2015 20:07:13 +0000 (20:07 +0000)
committerVince Harron <vince@nethacker.com>
Thu, 12 Mar 2015 20:07:13 +0000 (20:07 +0000)
commite849103f5afb660089984d0931a8eafb1369dae8
tree728b54b5180739c097d73fac2c56d59dc04f3d1d
parent6203f9eafdaee10c5cf6d80f0274264bbe336f6d
Test that software breakpoints aren't visible in disassembly

Linux lldb-server Handle_m doesn't properly replace software breakpoints
with the original instructions. This test is added with expectedFailureLinux

Differential Revision: http://reviews.llvm.org/D8191

llvm-svn: 232091
lldb/test/functionalities/disassembly/Makefile [new file with mode: 0644]
lldb/test/functionalities/disassembly/TestDisassembleBreakpoint.py [new file with mode: 0644]
lldb/test/functionalities/disassembly/main.cpp [new file with mode: 0644]