[Lldb-commits] [PATCH] D15834: Handle hardcoded breakpoints on Windows (e.g., int3 or __debugbreak())
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Mon Jan 4 00:57:49 PST 2016
labath added a subscriber: labath.
labath added a comment.
Linux tests the same functionality in TestBuiltinTrap.py. Would it make sense to merge these two tests, given that the only difference is which compiler intrinsic is used to generate the int3 trap?
http://reviews.llvm.org/D15834
More information about the lldb-commits
mailing list