[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
Thu Jan 7 10:25:39 PST 2016


jingham added a comment.

On OS X, there's a "__builtin_debugtrap()" that generates an int3 on x86.  That seems more appropriate for this purpose anyway.  Don't know whether such a thing exists on Linux, however.

Jim


http://reviews.llvm.org/D15834





More information about the lldb-commits mailing list