[Lldb-commits] [PATCH] D15834: Handle hardcoded breakpoints on Windows (e.g., int3 or __debugbreak())

Adrian McCarthy via lldb-commits lldb-commits at lists.llvm.org
Wed Jan 6 16:07:19 PST 2016


amccarth added a comment.

PTAL:  I've enhanced the test to do a couple extra checks that TestBuiltinTrap.py was doing, and I've eliminated that old test.

I believe it should work on Linux as well as Windows, but I'm not set up with a Linux machine right now.  If someone could try this patch on Linux, I'd appreciate it.

If/when this lands, I'll update https://llvm.org/bugs/show_bug.cgi?id=15936 to refer to the new test.


http://reviews.llvm.org/D15834





More information about the lldb-commits mailing list