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

Jim Ingham via lldb-commits lldb-commits at lists.llvm.org
Mon Jan 4 18:34:52 PST 2016


jingham added a subscriber: jingham.
jingham added a comment.

Shouldn't we just remove the Linux test case in favor of your test case?  The notion of a builtin_trap of some sort or other seems general.  And, it looks like both the Linux port and the Windows port needed to do something to handle this specially so having a generic test might point out that this needs work the next time there is a new OS port.  So having another test on the Linux side just seems confusing.


http://reviews.llvm.org/D15834





More information about the lldb-commits mailing list